diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b98c95..6126af66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,33 @@ 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.6.1](https://github.com/alan-wu/flatmapvuer/compare/v1.6.0...v1.6.1) +## [v1.7.0](https://github.com/alan-wu/flatmapvuer/compare/v1.6.2...v1.7.0) + +### Merged + +- Disable zoom on connectivity highlight [`#217`](https://github.com/alan-wu/flatmapvuer/pull/217) +- Refactor the display of evidence for SCKAN connectivity [`#221`](https://github.com/alan-wu/flatmapvuer/pull/221) +- More annotation tool update [`#216`](https://github.com/alan-wu/flatmapvuer/pull/216) +- Replace Rat (NPO) with Human male for testing [`#222`](https://github.com/alan-wu/flatmapvuer/pull/222) +- Fix CORS errors for searching multiple PubMed IDs [`#220`](https://github.com/alan-wu/flatmapvuer/pull/220) +- Fix an issue with undefined label with searchAndShowResult. [`#219`](https://github.com/alan-wu/flatmapvuer/pull/219) +- Hide left drawer when there is no filter and legend. [`#215`](https://github.com/alan-wu/flatmapvuer/pull/215) +- Use a single map manager for different flatmap instances [`#213`](https://github.com/alan-wu/flatmapvuer/pull/213) + +### Commits + +- Update map-utilities [`b82746b`](https://github.com/alan-wu/flatmapvuer/commit/b82746b155ce269766d2a5c2f23649b0466445ea) +- Fix a bug. [`380abca`](https://github.com/alan-wu/flatmapvuer/commit/380abca550df06d02eb2a8f857db7e450ce1dfef) +- Resolve conflicts. [`cc18808`](https://github.com/alan-wu/flatmapvuer/commit/cc188081bff2678a6d0c8217112c64d5d195559f) + +## [v1.6.2](https://github.com/alan-wu/flatmapvuer/compare/v1.6.1...v1.6.2) - 2024-12-17 + +### Commits + +- Update flatmap-viewer. [`b60a666`](https://github.com/alan-wu/flatmapvuer/commit/b60a66603b441432e89fcd6f581b368593ce63dd) +- Resolve dependencies warning. [`bf9da38`](https://github.com/alan-wu/flatmapvuer/commit/bf9da38019074487691116a31551918fa8a5272a) + +## [v1.6.1](https://github.com/alan-wu/flatmapvuer/compare/v1.6.0...v1.6.1) - 2024-11-25 ### Merged diff --git a/package-lock.json b/package-lock.json index 006ec678..52347bec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/flatmapvuer", - "version": "1.6.2-beta.5", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/flatmapvuer", - "version": "1.6.2-beta.5", + "version": "1.7.0", "license": "Apache-2.0", "dependencies": { "@abi-software/flatmap-viewer": "3.2.10", diff --git a/package.json b/package.json index 4191e22a..0b0e2278 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/flatmapvuer", - "version": "1.6.2-beta.5", + "version": "1.7.0", "license": "Apache-2.0", "files": [ "dist/*",