diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e46cf0..0095479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,29 @@ 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.6.0](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.5.2...v1.6.0) +## [v1.6.1](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.6.0...v1.6.1) + +### Merged + +- V1.6 patch [`#256`](https://github.com/ABI-Software/mapintegratedvuer/pull/256) + +## [v1.6.0](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.5.2...v1.6.0) - 2024-11-14 ### Merged - Support displaying annotation tool on sidebar [`#251`](https://github.com/ABI-Software/mapintegratedvuer/pull/251) +- Fix connectivity list hover [`#255`](https://github.com/ABI-Software/mapintegratedvuer/pull/255) +- Making connectivity entries interactive [`#252`](https://github.com/ABI-Software/mapintegratedvuer/pull/252) +- Connectivity Graph [`#250`](https://github.com/ABI-Software/mapintegratedvuer/pull/250) +- Clear invalid drawn feature [`#9`](https://github.com/ABI-Software/mapintegratedvuer/pull/9) +- Make sure contextual information does not flip up. [`#254`](https://github.com/ABI-Software/mapintegratedvuer/pull/254) +- Fix ESC fullscreen toggle [`#253`](https://github.com/ABI-Software/mapintegratedvuer/pull/253) + +### Commits + +- Update flatmapvuer and scaffoldvuer. [`39108e4`](https://github.com/ABI-Software/mapintegratedvuer/commit/39108e499c16acfb261091043742b04cff466ec2) +- Update packages for connectivity graph [`fe3f98d`](https://github.com/ABI-Software/mapintegratedvuer/commit/fe3f98d4608d0281081f125fc4cdf024c7141cd7) +- Update flatmapvuer version [`6d3921a`](https://github.com/ABI-Software/mapintegratedvuer/commit/6d3921a50cd498bf453bc01755215c4bbe23173b) ## [v1.5.2](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.5.1...v1.5.2) - 2024-10-16 diff --git a/package-lock.json b/package-lock.json index a2e2b65..f083f07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/mapintegratedvuer", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/mapintegratedvuer", - "version": "1.6.0", + "version": "1.6.1", "license": "Apache-2.0", "dependencies": { "@abi-software/flatmapvuer": "^1.6.0", diff --git a/package.json b/package.json index c64e64a..d4b13cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/mapintegratedvuer", - "version": "1.6.0", + "version": "1.6.1", "license": "Apache-2.0", "scripts": { "serve": "vite --host --force",