Skip to content

Commit 38eb6d4

Browse files
committed
chore(main): release 2.3.0
1 parent 8dc288d commit 38eb6d4

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.0"
2+
".": "2.3.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/DataBiosphere/data-browser/compare/v2.2.0...v2.3.0) (2024-11-22)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Chores
12+
13+
* 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))
14+
15+
16+
### Build System
17+
18+
* 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))
19+
320
## [2.2.0](https://github.com/DataBiosphere/data-browser/compare/v2.1.1...v2.2.0) (2024-11-20)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "explorer",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": true,
55
"scripts": {
66
"dev:ncpi-catalog": "./scripts/dev.sh ncpi-catalog dev && ./scripts/set-version.sh dev && next dev",

0 commit comments

Comments
 (0)