From 58101cdd92b3dd35de64a5831ae470624c1bfcad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:32:04 +0000 Subject: [PATCH] chore(main): release web 1.33.1 (#1257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [1.33.1](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.33.0...web-v1.33.1) (2024-10-23) ### 🐞 Bug Fixes * address multiple tomograms feedback ([#1261](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1261)) ([fce77ad](https://github.com/chanzuckerberg/cryoet-data-portal/commit/fce77ad01d0d0c3cb9e339db0af2ed7843bb87c4)) * carry over multiple params ([#1252](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1252)) ([3c86411](https://github.com/chanzuckerberg/cryoet-data-portal/commit/3c86411057ad554e5f22e11f106a6e25c435f6b5)) * view tomogram open in new tab ([#1251](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1251)) ([3312884](https://github.com/chanzuckerberg/cryoet-data-portal/commit/3312884a555a3d56283f6c3c03ccc4c9fa8b85a2)) ### 📝 Documentation * Fix portal links ([#1256](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1256)) ([3a76bcf](https://github.com/chanzuckerberg/cryoet-data-portal/commit/3a76bcf0829e246aebc2efa770e5dcbf28447958)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- frontend/CHANGELOG.md | 14 ++++++++++++++ frontend/package.json | 2 +- release-please.manifest.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index aff67262c..5c442dc0c 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.33.1](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.33.0...web-v1.33.1) (2024-10-23) + + +### 🐞 Bug Fixes + +* address multiple tomograms feedback ([#1261](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1261)) ([fce77ad](https://github.com/chanzuckerberg/cryoet-data-portal/commit/fce77ad01d0d0c3cb9e339db0af2ed7843bb87c4)) +* carry over multiple params ([#1252](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1252)) ([3c86411](https://github.com/chanzuckerberg/cryoet-data-portal/commit/3c86411057ad554e5f22e11f106a6e25c435f6b5)) +* view tomogram open in new tab ([#1251](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1251)) ([3312884](https://github.com/chanzuckerberg/cryoet-data-portal/commit/3312884a555a3d56283f6c3c03ccc4c9fa8b85a2)) + + +### 📝 Documentation + +* Fix portal links ([#1256](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1256)) ([3a76bcf](https://github.com/chanzuckerberg/cryoet-data-portal/commit/3a76bcf0829e246aebc2efa770e5dcbf28447958)) + ## [1.33.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.32.1...web-v1.33.0) (2024-10-16) diff --git a/frontend/package.json b/frontend/package.json index fbfc2d02a..ac72fedd1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.33.0", + "version": "1.33.1", "scripts": { "preinstall": "npx only-allow pnpm", "build": "pnpm -r build", diff --git a/release-please.manifest.json b/release-please.manifest.json index 4b358fbe7..a02084695 100644 --- a/release-please.manifest.json +++ b/release-please.manifest.json @@ -1,4 +1,4 @@ { - "frontend": "1.33.0", + "frontend": "1.33.1", "client/python/cryoet_data_portal": "3.1.0" }