From b3941f015c7f24280cb1aec2bc09d28779b99aef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:20:19 +0000 Subject: [PATCH] chore(main): release web 1.45.1 --- frontend/CHANGELOG.md | 9 +++++++++ frontend/package.json | 2 +- release-please.manifest.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 225907f25..c6500726f 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.45.1](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.45.0...web-v1.45.1) (2025-01-24) + + +### 🐞 Bug Fixes + +* Fix hydration errors throughout app ([#1507](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1507)) ([fd44d14](https://github.com/chanzuckerberg/cryoet-data-portal/commit/fd44d1416a9303354e2cdbd032900b2e1c64b586)) +* Model/weight method links not properly rendered ([#1509](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1509)) ([4f967c0](https://github.com/chanzuckerberg/cryoet-data-portal/commit/4f967c0a8502bc28e2740f2d4f433dbb299dd8cb)) +* Remove time zones from tomogram date fields ([#1511](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1511)) ([76c4b05](https://github.com/chanzuckerberg/cryoet-data-portal/commit/76c4b053bc1fa5ef149428077b942b58380b6d82)) + ## [1.45.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.44.0...web-v1.45.0) (2025-01-23) diff --git a/frontend/package.json b/frontend/package.json index ddbdf7cd4..17340419c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.45.0", + "version": "1.45.1", "scripts": { "preinstall": "npx only-allow pnpm", "build": "pnpm -r build", diff --git a/release-please.manifest.json b/release-please.manifest.json index 39492be28..d8acd6311 100644 --- a/release-please.manifest.json +++ b/release-please.manifest.json @@ -1,4 +1,4 @@ { - "frontend": "1.45.0", + "frontend": "1.45.1", "client/python/cryoet_data_portal": "4.3.0" }