diff --git a/CHANGELOG.md b/CHANGELOG.md index 95148e3..0089384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,18 @@ 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.6.1](https://github.com/alan-wu/map-sidebar/compare/v2.6.0...v2.6.1) +## [v2.6.2](https://github.com/alan-wu/map-sidebar/compare/v2.6.1...v2.6.2) + +### Merged + +- UI Fixes [`#103`](https://github.com/alan-wu/map-sidebar/pull/103) + +### Commits + +- Fix filters help tooltip position [`f30b19b`](https://github.com/alan-wu/map-sidebar/commit/f30b19b98aa421b71f0e00f1744afab6797d1a13) +- Update search history dropdown arrow color to be consistent with other dropdowns [`9576c09`](https://github.com/alan-wu/map-sidebar/commit/9576c0901dc9c8c761dcb469032fc920cadbc1c5) + +## [v2.6.1](https://github.com/alan-wu/map-sidebar/compare/v2.6.0...v2.6.1) - 2025-01-10 ### Merged diff --git a/package-lock.json b/package-lock.json index 89e131d..010c0f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/map-side-bar", - "version": "2.6.1", + "version": "2.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/map-side-bar", - "version": "2.6.1", + "version": "2.6.2", "dependencies": { "@abi-software/gallery": "^1.1.2", "@abi-software/map-utilities": "^1.3.1", diff --git a/package.json b/package.json index de6cf49..a22b008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/map-side-bar", - "version": "2.6.1", + "version": "2.6.2", "files": [ "dist/*", "src/*",