Skip to content

Commit 711b425

Browse files
chore(main): release 2.23.0 (#4599)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5dfd1d4 commit 711b425

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-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.22.2"
2+
".": "2.23.0"
33
}

CHANGELOG.md

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

3+
## [2.23.0](https://github.com/DataBiosphere/data-browser/compare/v2.22.2...v2.23.0) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* anvil explorer - add files.data_modality to the facets and tables ([#4618](https://github.com/DataBiosphere/data-browser/issues/4618)) ([#4623](https://github.com/DataBiosphere/data-browser/issues/4623)) ([9e44bb3](https://github.com/DataBiosphere/data-browser/commit/9e44bb30c3a94531c56b9164cd49b546238acf9c))
9+
10+
11+
### Chores
12+
13+
* update findable-ui to latest 47.0.2 ([#4613](https://github.com/DataBiosphere/data-browser/issues/4613)) ([#4614](https://github.com/DataBiosphere/data-browser/issues/4614)) ([19f089d](https://github.com/DataBiosphere/data-browser/commit/19f089dbdbc16729a0a5820ade07c6602b05b9f1))
14+
* update findable-ui to latest version v46.1.3 ([#4603](https://github.com/DataBiosphere/data-browser/issues/4603)) ([#4604](https://github.com/DataBiosphere/data-browser/issues/4604)) ([184cd4e](https://github.com/DataBiosphere/data-browser/commit/184cd4e8100e1179e5b2374b518db1d3e59022c3))
15+
16+
17+
### Continuous Integration
18+
19+
* update release-please workflow to use default github token and allow manual triggering ([#4597](https://github.com/DataBiosphere/data-browser/issues/4597)) ([#4598](https://github.com/DataBiosphere/data-browser/issues/4598)) ([93b247c](https://github.com/DataBiosphere/data-browser/commit/93b247c45ecb3126e738f474340113df23616d0e))
20+
321
## [2.22.2](https://github.com/DataBiosphere/data-browser/compare/v2.22.1...v2.22.2) (2025-11-21)
422

523

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.22.2",
3+
"version": "2.23.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)