diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index a825aaa5a..06964988c 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.35.1](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.35.0...web-v1.35.1) (2024-11-05) + + +### 🐞 Bug Fixes + +* header dropdown misplacement on icon click ([#1297](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1297)) ([8ecb914](https://github.com/chanzuckerberg/cryoet-data-portal/commit/8ecb914059c7e99dd726419c781985d3131a4fa7)) +* sort tiltseries quality filter scores ([#1296](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1296)) ([aa2b28f](https://github.com/chanzuckerberg/cryoet-data-portal/commit/aa2b28f64a874f8e920d91cfefce1cc4165f0dac)) + ## [1.35.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.34.1...web-v1.35.0) (2024-10-30) diff --git a/frontend/package.json b/frontend/package.json index 1a81df597..43fd88e80 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.35.0", + "version": "1.35.1", "scripts": { "preinstall": "npx only-allow pnpm", "build": "pnpm -r build", diff --git a/release-please.manifest.json b/release-please.manifest.json index e80daecff..f24fe4c19 100644 --- a/release-please.manifest.json +++ b/release-please.manifest.json @@ -1,4 +1,4 @@ { - "frontend": "1.35.0", + "frontend": "1.35.1", "client/python/cryoet_data_portal": "4.0.0" }