Skip to content

Commit 3530a55

Browse files
chore(main): release 2.2.0 (#2543)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1b4c25 commit 3530a55

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-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.1.0"
2+
".": "2.2.0"
33
}

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/DataBiosphere/data-portal/compare/v2.1.0...v2.2.0) (2024-11-22)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
* 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))
11+
* 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))
12+
13+
14+
### Bug Fixes
15+
16+
* 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))
17+
18+
19+
### Chores
20+
21+
* 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))
22+
* 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))
23+
* 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))
24+
* 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))
25+
326
## [2.1.0](https://github.com/DataBiosphere/data-portal/compare/v2.0.0...v2.1.0) (2024-11-08)
427

528

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": "next",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "./scripts/dev.sh data-portal && ./scripts/set-version.sh dev && next dev",

0 commit comments

Comments
 (0)