diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf288..9965a3410 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab70107af..a0924a2c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.3.0](https://github.com/DataBiosphere/data-browser/compare/v2.2.0...v2.3.0) (2024-11-22) + + +### Features + +* fix images on guides ([#4237](https://github.com/DataBiosphere/data-browser/issues/4237)) ([#4283](https://github.com/DataBiosphere/data-browser/issues/4283)) ([577f061](https://github.com/DataBiosphere/data-browser/commit/577f061bbc725b2bec322e9c00b87e75b5e14b53)) + + +### Chores + +* added drs_uri constants ([#4271](https://github.com/DataBiosphere/data-browser/issues/4271)) ([#4293](https://github.com/DataBiosphere/data-browser/issues/4293)) ([8dc288d](https://github.com/DataBiosphere/data-browser/commit/8dc288d1737ca2605a353fc44d1763e59fee370e)) + + +### Build System + +* add script to deploy all cc-dev sites ([#4289](https://github.com/DataBiosphere/data-browser/issues/4289)) ([#4290](https://github.com/DataBiosphere/data-browser/issues/4290)) ([6d0ee51](https://github.com/DataBiosphere/data-browser/commit/6d0ee514f7927f397dcb28f1e031893f9986e775)) + ## [2.2.0](https://github.com/DataBiosphere/data-browser/compare/v2.1.1...v2.2.0) (2024-11-20) diff --git a/package-lock.json b/package-lock.json index cb7bc27c0..637f8fc53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "explorer", - "version": "2.2.0", + "version": "2.3.0", "dependencies": { "@databiosphere/findable-ui": "15.0.2", "@emotion/react": "^11.13.3", diff --git a/package.json b/package.json index 002d1984e..ee3f09d42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "explorer", - "version": "2.2.0", + "version": "2.3.0", "private": true, "scripts": { "dev:ncpi-catalog": "./scripts/dev.sh ncpi-catalog dev && ./scripts/set-version.sh dev && next dev",