Skip to content

Commit bc5fa4f

Browse files
committed
chore(main): release 2.3.0
1 parent e53d7db commit bc5fa4f

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/DataBiosphere/data-browser/compare/v2.2.0...v2.3.0) (2024-12-04)
4+
5+
6+
### Features
7+
8+
* add data use restriction column to HCA Data Explorer ([#4136](https://github.com/DataBiosphere/data-browser/issues/4136)) ([#4294](https://github.com/DataBiosphere/data-browser/issues/4294)) ([0aa7b66](https://github.com/DataBiosphere/data-browser/commit/0aa7b66c964f1993608aa8ad2dd31e06180e5bf1))
9+
* 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))
10+
11+
12+
### Bug Fixes
13+
14+
* removed hca specific config from lungmap ([#4287](https://github.com/DataBiosphere/data-browser/issues/4287)) ([#4295](https://github.com/DataBiosphere/data-browser/issues/4295)) ([d167aa7](https://github.com/DataBiosphere/data-browser/commit/d167aa7adc392ef56a213b7254eb566513e15a0f))
15+
16+
17+
### Chores
18+
19+
* 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))
20+
* updated default hca catalog to dcp44 ([#4301](https://github.com/DataBiosphere/data-browser/issues/4301)) ([#4303](https://github.com/DataBiosphere/data-browser/issues/4303)) ([e53d7db](https://github.com/DataBiosphere/data-browser/commit/e53d7db7b8c1a4d2f9010c6faa3026f255efa10c))
21+
22+
23+
### Build System
24+
25+
* 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))
26+
327
## [2.2.0](https://github.com/DataBiosphere/data-browser/compare/v2.1.1...v2.2.0) (2024-11-20)
428

529

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)