diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 04eda7522..68a8b2613 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.37.3](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.37.2...web-v1.37.3) (2024-12-19) + + +### 🐞 Bug Fixes + +* Fix run query diff logging ([#1405](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1405)) ([7179752](https://github.com/chanzuckerberg/cryoet-data-portal/commit/71797529b5114157979683aef35abcab9d014903)) + ## [1.37.2](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.37.1...web-v1.37.2) (2024-12-17) diff --git a/frontend/package.json b/frontend/package.json index f65e9508e..dbfcc9119 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.37.2", + "version": "1.37.3", "scripts": { "preinstall": "npx only-allow pnpm", "build": "pnpm -r build", diff --git a/release-please.manifest.json b/release-please.manifest.json index 9a2008ea2..0d04112d3 100644 --- a/release-please.manifest.json +++ b/release-please.manifest.json @@ -1,4 +1,4 @@ { - "frontend": "1.37.2", + "frontend": "1.37.3", "client/python/cryoet_data_portal": "4.2.1" }