From 9fbaab31312a8d818518537951b6ba06142a794b Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 21 Jun 2024 03:22:54 +0000 Subject: [PATCH] 1.2.0 --- CHANGELOG.md | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2005b92a..2b6d7db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.1.1](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.1.0...v1.1.1) +## [v1.2.0](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.1.1...v1.2.0) + +### Merged + +- Catch exception from flatmap-viewer which is crashing the test [`#221`](https://github.com/ABI-Software/mapintegratedvuer/pull/221) + +## [v1.1.1](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.1.0...v1.1.1) - 2024-06-06 ### Merged - Pre 1.1.1 release [`#219`](https://github.com/ABI-Software/mapintegratedvuer/pull/219) +- Fix a warning regarding multiple root elements. [`#218`](https://github.com/ABI-Software/mapintegratedvuer/pull/218) +- Fix missing ref issue for lazy load components [`#217`](https://github.com/ABI-Software/mapintegratedvuer/pull/217) + +### Commits + +- Fix missing ref issue for lazy load components while the page is still loading [`1495606`](https://github.com/ABI-Software/mapintegratedvuer/commit/149560654607f54bd84f9e642e670b90404fc513) +- Update to flatmapvuer 1.1.1. [`95d86e7`](https://github.com/ABI-Software/mapintegratedvuer/commit/95d86e726ad404ba9a487fb01d719d5db0b71a4b) ## [v1.1.0](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.0.4...v1.1.0) - 2024-05-29 diff --git a/package-lock.json b/package-lock.json index f4e51b73..212b6e23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/mapintegratedvuer", - "version": "1.2.0-beta.3", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/mapintegratedvuer", - "version": "1.2.0-beta.3", + "version": "1.2.0", "license": "Apache-2.0", "dependencies": { "@abi-software/flatmapvuer": "^1.1.2-alpha-6", diff --git a/package.json b/package.json index dfb33cad..a5630b5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/mapintegratedvuer", - "version": "1.2.0-beta.3", + "version": "1.2.0", "license": "Apache-2.0", "scripts": { "serve": "vite --host --force",