Skip to content

Commit 0aadb2f

Browse files
authored
chore(main): release 2.14.0 (#4436)
1 parent 4a7fe47 commit 0aadb2f

4 files changed

+21
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.13.0"
2+
".": "2.14.0"
33
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.14.0](https://github.com/DataBiosphere/data-browser/compare/v2.13.0...v2.14.0) (2025-03-21)
4+
5+
6+
### Features
7+
8+
* add anvil data dictionary ([#4416](https://github.com/DataBiosphere/data-browser/issues/4416)) ([#4435](https://github.com/DataBiosphere/data-browser/issues/4435)) ([25d8e30](https://github.com/DataBiosphere/data-browser/commit/25d8e3097be97b3c5b7e2376a98d21f30e099cfa))
9+
10+
11+
### Chores
12+
13+
* bump anvil catalog to anvil9 ([#4437](https://github.com/DataBiosphere/data-browser/issues/4437)) ([#4440](https://github.com/DataBiosphere/data-browser/issues/4440)) ([4a7fe47](https://github.com/DataBiosphere/data-browser/commit/4a7fe4737ac80d3957e225c62a22c7c37e5d7ed3))
14+
15+
16+
### Documentation
17+
18+
* udpated data dictionary [#4438](https://github.com/DataBiosphere/data-browser/issues/4438) ([#4439](https://github.com/DataBiosphere/data-browser/issues/4439)) ([7662161](https://github.com/DataBiosphere/data-browser/commit/7662161e6ea3e1844e722148d64d77834caf1fb3))
19+
320
## [2.13.0](https://github.com/DataBiosphere/data-browser/compare/v2.12.1...v2.13.0) (2025-03-18)
421

522

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "explorer",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"private": true,
55
"scripts": {
66
"dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev",

0 commit comments

Comments
 (0)