From 8b9e5633525cc0518af9d0261044e85b035a5661 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:45:59 +0000 Subject: [PATCH] chore(main): release 2.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3dbf..a5d1cf28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8ab5cd..a11427ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.2.0](https://github.com/DataBiosphere/data-portal/compare/v2.1.0...v2.2.0) (2024-11-22) + + +### Features + +* add version info to environment ([#2548](https://github.com/DataBiosphere/data-portal/issues/2548)) ([#2549](https://github.com/DataBiosphere/data-portal/issues/2549)) ([c9c4fb4](https://github.com/DataBiosphere/data-portal/commit/c9c4fb48eec6be6d95f70797623b0b47e3b62683)) +* add version info to footer ([#2565](https://github.com/DataBiosphere/data-portal/issues/2565)) ([#2566](https://github.com/DataBiosphere/data-portal/issues/2566)) ([c637359](https://github.com/DataBiosphere/data-portal/commit/c637359483dae767e3b94a647e17b5117955859b)) +* remove PAT for release please ([#2551](https://github.com/DataBiosphere/data-portal/issues/2551)) ([#2552](https://github.com/DataBiosphere/data-portal/issues/2552)) ([9b04d25](https://github.com/DataBiosphere/data-portal/commit/9b04d25fa7f03765189afa64fdad31bbb4ec9e8c)) +* update updates page layout for new mocks ([#2495](https://github.com/DataBiosphere/data-portal/issues/2495)) ([#2573](https://github.com/DataBiosphere/data-portal/issues/2573)) ([e1b4c25](https://github.com/DataBiosphere/data-portal/commit/e1b4c2546633fce47aa65eabcef2b417014f4e36)) + + +### Bug Fixes + +* append newline before other content in `set-version.sh` ([#2564](https://github.com/DataBiosphere/data-portal/issues/2564)) ([#2570](https://github.com/DataBiosphere/data-portal/issues/2570)) ([b01e082](https://github.com/DataBiosphere/data-portal/commit/b01e082759a6e6b1b968097a31c6955148c3a9da)) + + +### Chores + +* added analytics readme ([#2436](https://github.com/DataBiosphere/data-portal/issues/2436)) ([#2442](https://github.com/DataBiosphere/data-portal/issues/2442)) ([2aba3ec](https://github.com/DataBiosphere/data-portal/commit/2aba3ec058d8d437ffbb97cd33a9d68b0cf1aa4d)) +* allow `content` commit type ([#2544](https://github.com/DataBiosphere/data-portal/issues/2544)) ([#2545](https://github.com/DataBiosphere/data-portal/issues/2545)) ([3e467c8](https://github.com/DataBiosphere/data-portal/commit/3e467c8c2dc36951656125a7988992e2f356de7b)) +* reinstall dependencies for latest security fixes ([#2555](https://github.com/DataBiosphere/data-portal/issues/2555)) ([#2556](https://github.com/DataBiosphere/data-portal/issues/2556)) ([75f90d8](https://github.com/DataBiosphere/data-portal/commit/75f90d84cde573716a0640fd39f0678041835d03)) +* upgrade findable-ui to 15.0.0 ([#2550](https://github.com/DataBiosphere/data-portal/issues/2550)) ([#2563](https://github.com/DataBiosphere/data-portal/issues/2563)) ([15bd82b](https://github.com/DataBiosphere/data-portal/commit/15bd82b9e6a98b74b85623702f01b101da36a847)) + ## [2.1.0](https://github.com/DataBiosphere/data-portal/compare/v2.0.0...v2.1.0) (2024-11-08) diff --git a/package-lock.json b/package-lock.json index f141167e..9066daf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next", - "version": "2.1.0", + "version": "2.2.0", "dependencies": { "@databiosphere/findable-ui": "15.0.2", "@emotion/react": "^11.13.3", diff --git a/package.json b/package.json index 19740369..4689887f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next", - "version": "2.1.0", + "version": "2.2.0", "private": true, "scripts": { "dev": "./scripts/dev.sh data-portal && ./scripts/set-version.sh dev && next dev",