From 7936587b2b200d3f0cacb703ea4340f2bcde9351 Mon Sep 17 00:00:00 2001 From: alan-wu Date: Wed, 10 Jul 2024 18:51:12 +1200 Subject: [PATCH] 2.3.0 --- CHANGELOG.md | 18 +++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b75e8a..43cfa0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,23 @@ 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.2.0](https://github.com/alan-wu/map-sidebar/compare/v2.1.0...v2.2.0) +## [v2.3.0](https://github.com/alan-wu/map-sidebar/compare/v2.2.0...v2.3.0) + +### Merged + +- Display connectivity info without obstructing current map view [`#74`](https://github.com/alan-wu/map-sidebar/pull/74) +- Create cypress testing [`#4`](https://github.com/alan-wu/map-sidebar/pull/4) +- Connectivity explore buttons now check available facets [`#3`](https://github.com/alan-wu/map-sidebar/pull/3) +- UI updates [`#73`](https://github.com/alan-wu/map-sidebar/pull/73) +- Anatomy markers [`#72`](https://github.com/alan-wu/map-sidebar/pull/72) + +### Commits + +- Install Cypress [`d329c74`](https://github.com/alan-wu/map-sidebar/commit/d329c7481de908fe85f9bed6c229bc86854c1d19) +- Add provenance info in sidebar [`f65b2fe`](https://github.com/alan-wu/map-sidebar/commit/f65b2fecbadd4afb92a1212cafc545228bd14d31) +- Requires more dev dependencies [`859e578`](https://github.com/alan-wu/map-sidebar/commit/859e578f498fde3e6e6c956f97738b078111380a) + +## [v2.2.0](https://github.com/alan-wu/map-sidebar/compare/v2.1.0...v2.2.0) - 2024-05-17 ### Merged diff --git a/package-lock.json b/package-lock.json index 3b08827c..3a59058f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/map-side-bar", - "version": "2.2.1-beta.5", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/map-side-bar", - "version": "2.2.1-beta.5", + "version": "2.3.0", "dependencies": { "@abi-software/gallery": "^1.1.0", "@abi-software/svg-sprite": "^1.0.0", diff --git a/package.json b/package.json index ce988ce9..5f1bd193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/map-side-bar", - "version": "2.2.1-beta.5", + "version": "2.3.0", "files": [ "dist/*", "src/*",