Skip to content

Commit

Permalink
chore(main): release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Dec 4, 2024
1 parent e53d7db commit bc5fa4f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [2.3.0](https://github.com/DataBiosphere/data-browser/compare/v2.2.0...v2.3.0) (2024-12-04)


### Features

* 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))
* 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))


### Bug Fixes

* 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))


### 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))
* 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))


### 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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bc5fa4f

Please sign in to comment.