From 3c037ed32e3a2b10a67bdcc1658dcdf417d1f4f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:41:33 +0000 Subject: [PATCH] chore(main): release web 1.28.0 --- frontend/CHANGELOG.md | 8 ++++++++ frontend/package.json | 2 +- release-please.manifest.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 10f94da66..f2eeda4af 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.28.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.27.0...web-v1.28.0) (2024-09-13) + + +### ✨ Features + +* Descriptions of datasets and depositions. ([#1134](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1134)) ([6f2d66f](https://github.com/chanzuckerberg/cryoet-data-portal/commit/6f2d66f531bf51037f99aedcd1e00d2ad9af3567)) +* Prep FE codebase for 2 API URLs ([#1126](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1126)) ([e76f270](https://github.com/chanzuckerberg/cryoet-data-portal/commit/e76f27086c0271a1189e242cd0f464c62f1e61f3)) + ## [1.27.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.26.1...web-v1.27.0) (2024-09-11) diff --git a/frontend/package.json b/frontend/package.json index 455247a08..ec3cf0923 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.27.0", + "version": "1.28.0", "scripts": { "preinstall": "npx only-allow pnpm", "build": "pnpm -r build", diff --git a/release-please.manifest.json b/release-please.manifest.json index 1ae5039e3..9153b6cbe 100644 --- a/release-please.manifest.json +++ b/release-please.manifest.json @@ -1,4 +1,4 @@ { - "frontend": "1.27.0", + "frontend": "1.28.0", "client/python/cryoet_data_portal": "3.1.0" }