Skip to content

Commit

Permalink
chore(main): release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Feb 24, 2025
1 parent 98cb089 commit aa09870
Show file tree
Hide file tree
Showing 4 changed files with 25 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.10.0"
".": "2.11.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.11.0](https://github.com/DataBiosphere/data-browser/compare/v2.10.0...v2.11.0) (2025-02-24)


### Features

* add landing pages to analytics package ([#4378](https://github.com/DataBiosphere/data-browser/issues/4378)) ([#4384](https://github.com/DataBiosphere/data-browser/issues/4384)) ([5a7502f](https://github.com/DataBiosphere/data-browser/commit/5a7502f93d4b94ab58674d51f3e6b8adc47fdfb7))
* added anvil data dictionary [#4131](https://github.com/DataBiosphere/data-browser/issues/4131) ([#4382](https://github.com/DataBiosphere/data-browser/issues/4382)) ([9828592](https://github.com/DataBiosphere/data-browser/commit/9828592095704b5726a0553f8244206abeed96f2))
* added lungmap analytics reports ([#4374](https://github.com/DataBiosphere/data-browser/issues/4374)) ([#4381](https://github.com/DataBiosphere/data-browser/issues/4381)) ([3a98b06](https://github.com/DataBiosphere/data-browser/commit/3a98b0606359d2795558aaa868c09cc19a7f5bcb))
* analytics sheets for anvil explorer ([#4373](https://github.com/DataBiosphere/data-browser/issues/4373)) ([#4380](https://github.com/DataBiosphere/data-browser/issues/4380)) ([e92c50d](https://github.com/DataBiosphere/data-browser/commit/e92c50d684d0b42bcc320cec7ca9daf5ebcfb25a))
* bulk export analytics ([#4386](https://github.com/DataBiosphere/data-browser/issues/4386)) ([#4395](https://github.com/DataBiosphere/data-browser/issues/4395)) ([6bfb92a](https://github.com/DataBiosphere/data-browser/commit/6bfb92a5109bd295e937aab98bb2aa491ca1ee89))
* explorer index tracking functions ([#4385](https://github.com/DataBiosphere/data-browser/issues/4385)) ([#4391](https://github.com/DataBiosphere/data-browser/issues/4391)) ([be8484e](https://github.com/DataBiosphere/data-browser/commit/be8484e4f2b6cc1174599a41b96f59090c9088b5))
* make dataset detail export to terra to select all in the initial view ([#4383](https://github.com/DataBiosphere/data-browser/issues/4383)) ([#4390](https://github.com/DataBiosphere/data-browser/issues/4390)) ([3c7e64d](https://github.com/DataBiosphere/data-browser/commit/3c7e64d9e762abc328701031bdfa49259f0eb247))


### Chores

* added event explore_data_clicked ([#4387](https://github.com/DataBiosphere/data-browser/issues/4387)) ([98cb089](https://github.com/DataBiosphere/data-browser/commit/98cb089c11c503943b349d25532ae182d5e413b5))
* added event for explore_data_clicked ([#4387](https://github.com/DataBiosphere/data-browser/issues/4387)) ([dde731c](https://github.com/DataBiosphere/data-browser/commit/dde731c3bf528e1ae5c39e73c7ed044b12b237fa))
* analytics for explore data clicked ([#4396](https://github.com/DataBiosphere/data-browser/issues/4396)) ([dde731c](https://github.com/DataBiosphere/data-browser/commit/dde731c3bf528e1ae5c39e73c7ed044b12b237fa))
* support request created analytics ([#4388](https://github.com/DataBiosphere/data-browser/issues/4388)) ([#4397](https://github.com/DataBiosphere/data-browser/issues/4397)) ([98cb089](https://github.com/DataBiosphere/data-browser/commit/98cb089c11c503943b349d25532ae182d5e413b5))

## [2.10.0](https://github.com/DataBiosphere/data-browser/compare/v2.9.0...v2.10.0) (2025-02-14)


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.10.0",
"version": "2.11.0",
"private": true,
"scripts": {
"dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev",
Expand Down

0 comments on commit aa09870

Please sign in to comment.