diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a4aadc..44cf21f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.0.1](https://github.com/alan-wu/map-sidebar/compare/v2.0.0...v2.0.1) +## [v2.1.0](https://github.com/alan-wu/map-sidebar/compare/v2.0.1...v2.1.0) + +### Merged + +- Add dataset click event [`#70`](https://github.com/alan-wu/map-sidebar/pull/70) + +### Commits + +- Rename dataset click to datalink click [`b7b4411`](https://github.com/alan-wu/map-sidebar/commit/b7b44113adc33e163722a9f7f8235a7168f1757d) +- Update gallery version for PR #70 [`54a6c69`](https://github.com/alan-wu/map-sidebar/commit/54a6c694c6d5a7cf3edc9b8e3994ab6e211c6d9d) +- Add dataset click event from gallery [`6cbde23`](https://github.com/alan-wu/map-sidebar/commit/6cbde233626ac689121cebbde402e09315de28b0) + +## [v2.0.1](https://github.com/alan-wu/map-sidebar/compare/v2.0.0...v2.0.1) - 2024-04-29 ### Commits diff --git a/package-lock.json b/package-lock.json index b3952b5b..a85b0046 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/map-side-bar", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/map-side-bar", - "version": "2.0.1", + "version": "2.1.0", "dependencies": { "@abi-software/gallery": "^1.1.0", "@abi-software/svg-sprite": "^1.0.0", diff --git a/package.json b/package.json index 2e3edf27..d04e2403 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/map-side-bar", - "version": "2.0.1", + "version": "2.1.0", "files": [ "dist/*", "src/*",