From 0438c3e01270bc483ecb23ca5ea7ca49f9d0f12a Mon Sep 17 00:00:00 2001 From: alan-wu Date: Thu, 11 Jul 2024 16:45:47 +1200 Subject: [PATCH] 2.3.1 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43cfa0da..dc24d32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,17 @@ 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.3.0](https://github.com/alan-wu/map-sidebar/compare/v2.2.0...v2.3.0) +## [v2.3.1](https://github.com/alan-wu/map-sidebar/compare/v2.3.0...v2.3.1) + +### Merged + +- Fix connectivity tab close button style [`#78`](https://github.com/alan-wu/map-sidebar/pull/78) + +### Commits + +- Update gallery. [`69cb365`](https://github.com/alan-wu/map-sidebar/commit/69cb3655782251730390c148ad7a65b16c5bfc58) + +## [v2.3.0](https://github.com/alan-wu/map-sidebar/compare/v2.2.0...v2.3.0) - 2024-07-10 ### Merged diff --git a/package-lock.json b/package-lock.json index 3952c592..3a852603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/map-side-bar", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/map-side-bar", - "version": "2.3.0", + "version": "2.3.1", "dependencies": { "@abi-software/gallery": "^1.1.1", "@abi-software/svg-sprite": "^1.0.0", diff --git a/package.json b/package.json index 6179585b..b4ee5be8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/map-side-bar", - "version": "2.3.0", + "version": "2.3.1", "files": [ "dist/*", "src/*",