diff --git a/CHANGELOG.md b/CHANGELOG.md index 8daacb9a..eadff635 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.0.3](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.0.2...v1.0.3) +## [v1.0.4](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.0.3...v1.0.4) + +### Commits + +- Fix a small issue with tagging on gallery click [`b298595`](https://github.com/ABI-Software/mapintegratedvuer/commit/b29859510d1d35a3e7270fdadca5cdf65bcf79b9) + +## [v1.0.3](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.0.2...v1.0.3) - 2024-05-16 ### Merged - Map Metrics [`#207`](https://github.com/ABI-Software/mapintegratedvuer/pull/207) +- Get context cards working for external scaffold opens [`#202`](https://github.com/ABI-Software/mapintegratedvuer/pull/202) + +### Commits + +- Update map filter event tracking [`f3c26b9`](https://github.com/ABI-Software/mapintegratedvuer/commit/f3c26b91da9b46053cb52b1307d85fef63d23e9f) +- Add connectivity tracking on clicking nerve [`e4b084a`](https://github.com/ABI-Software/mapintegratedvuer/commit/e4b084ad85a8d1eb758f4dee66840649afa2c582) +- Add missing semicolons [`5da7b5d`](https://github.com/ABI-Software/mapintegratedvuer/commit/5da7b5d9e9ee8744316c5bc3c7c25c0cb4a5b0ae) ## [v1.0.2](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.0.1...v1.0.2) - 2024-05-01 diff --git a/package-lock.json b/package-lock.json index 93eda279..7019c9a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/mapintegratedvuer", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/mapintegratedvuer", - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "dependencies": { "@abi-software/flatmapvuer": "1.0.2", diff --git a/package.json b/package.json index 80f80c7b..178c32f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/mapintegratedvuer", - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "scripts": { "serve": "vite --host --force",