From aa098705439d18890ef03021e9c5f13c2cda5cd7 Mon Sep 17 00:00:00 2001 From: David Rogers Date: Mon, 24 Feb 2025 13:13:17 -0800 Subject: [PATCH] chore(main): release 2.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f393718c9..a9b8e02a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.10.0" + ".": "2.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e4a6ab8..5bef27655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f658d655e..36b1cbf01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer", - "version": "2.10.0", + "version": "2.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "explorer", - "version": "2.10.0", + "version": "2.11.0", "dependencies": { "@databiosphere/findable-ui": "21.3.0", "@emotion/react": "^11.13.3", diff --git a/package.json b/package.json index 157960dc8..688263fbc 100644 --- a/package.json +++ b/package.json @@ -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",