diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index aff67262..5c442dc0 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 fbfc2d02..ac72fedd 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 4b358fbe..a0208469 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" }