Skip to content

Commit 76af8f0

Browse files
authored
chore(main): release 2.19.2 (#4523)
1 parent dca9e67 commit 76af8f0

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-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.19.1"
2+
".": "2.19.2"
33
}

CHANGELOG.md

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

3+
## [2.19.2](https://github.com/DataBiosphere/data-browser/compare/v2.19.1...v2.19.2) (2025-07-09)
4+
5+
6+
### Chores
7+
8+
* update analytics reports to specify time periods based on current month ([#4525](https://github.com/DataBiosphere/data-browser/issues/4525)) ([#4526](https://github.com/DataBiosphere/data-browser/issues/4526)) ([3a803fd](https://github.com/DataBiosphere/data-browser/commit/3a803fd9274a5703f4f04833fda2a485cd1cc74d))
9+
* update findable to latest version v38.1.1 ([#4533](https://github.com/DataBiosphere/data-browser/issues/4533)) ([#4534](https://github.com/DataBiosphere/data-browser/issues/4534)) ([dca9e67](https://github.com/DataBiosphere/data-browser/commit/dca9e67f25b7b5ef5cf8662208f612dfccf2879d))
10+
* update findable-ui to latest v38.0.0 ([#4528](https://github.com/DataBiosphere/data-browser/issues/4528)) ([#4532](https://github.com/DataBiosphere/data-browser/issues/4532)) ([50c56dd](https://github.com/DataBiosphere/data-browser/commit/50c56dd1ad329b4190c14b0d3be7df2bf31d60a5))
11+
12+
13+
### Documentation
14+
15+
* updated GA announcement [#4521](https://github.com/DataBiosphere/data-browser/issues/4521) ([#4522](https://github.com/DataBiosphere/data-browser/issues/4522)) ([5531715](https://github.com/DataBiosphere/data-browser/commit/5531715febd6355cc3bf0a1f18f005ef6fb6b91a))
16+
317
## [2.19.1](https://github.com/DataBiosphere/data-browser/compare/v2.19.0...v2.19.1) (2025-06-23)
418

519

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