diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3906fc08..f393718c9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.0" + ".": "2.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd833593..08e4a6ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.10.0](https://github.com/DataBiosphere/data-browser/compare/v2.9.0...v2.10.0) (2025-02-14) + + +### Features + +* added anvil catalog analytics reports ([#4372](https://github.com/DataBiosphere/data-browser/issues/4372)) ([#4379](https://github.com/DataBiosphere/data-browser/issues/4379)) ([b648f9e](https://github.com/DataBiosphere/data-browser/commit/b648f9e923d565b02356588ac800d7b0cce312b6)) +* added missing elements to hca dx analytics sheets ([#4371](https://github.com/DataBiosphere/data-browser/issues/4371)) ([#4377](https://github.com/DataBiosphere/data-browser/issues/4377)) ([3141f3e](https://github.com/DataBiosphere/data-browser/commit/3141f3e870170cc1be043b9d86ee53b49de96ef1)) +* removed ncpi catalog ([#4375](https://github.com/DataBiosphere/data-browser/issues/4375)) ([fe23cfa](https://github.com/DataBiosphere/data-browser/commit/fe23cfaf6c2391689d4042e17ac70a7bfe72ef48)) +* update anvil catalog content for 2025-02-08 ([#4241](https://github.com/DataBiosphere/data-browser/issues/4241)) ([#4369](https://github.com/DataBiosphere/data-browser/issues/4369)) ([4cf7fc6](https://github.com/DataBiosphere/data-browser/commit/4cf7fc67ee04cda4b209045f7ac0682c6b14efbf)) + ## [2.9.0](https://github.com/DataBiosphere/data-browser/compare/v2.8.0...v2.9.0) (2025-02-07) diff --git a/package-lock.json b/package-lock.json index 786387af9..616bc12e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "explorer", - "version": "2.9.0", + "version": "2.10.0", "dependencies": { "@databiosphere/findable-ui": "21.1.0", "@emotion/react": "^11.13.3", diff --git a/package.json b/package.json index abc24ce6c..199c53468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "explorer", - "version": "2.9.0", + "version": "2.10.0", "private": true, "scripts": { "dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev",