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 Nov 21, 2024
1 parent 577f061 commit 52f1141
Show file tree
Hide file tree
Showing 4 changed files with 16 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"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


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


### 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 52f1141

Please sign in to comment.