From 91337eccc8b56bf1e31aa6b8f2c191949257718b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:16:00 +0000 Subject: [PATCH] chore(main): release web 1.12.0 (#845) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [1.12.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.11.1...web-v1.12.0) (2024-07-09) ### โœจ Features * Update annotation method type tooltips text ([#847](https://github.com/chanzuckerberg/cryoet-data-portal/issues/847)) ([c42fd9d](https://github.com/chanzuckerberg/cryoet-data-portal/commit/c42fd9d06a34f327d2dcc209d3062c23d7766692)) ### ๐Ÿž Bug Fixes * change Empiar to EMPIAR ([#838](https://github.com/chanzuckerberg/cryoet-data-portal/issues/838)) ([e53e91c](https://github.com/chanzuckerberg/cryoet-data-portal/commit/e53e91ce747187d4975a982af292bfb34bf51c80)) * Increase width for tilt series quality score column. ([#846](https://github.com/chanzuckerberg/cryoet-data-portal/issues/846)) ([0426615](https://github.com/chanzuckerberg/cryoet-data-portal/commit/0426615089d88c73555639900f1db39ac7f26b30)) * Remove erroneous horizontal overflows from various places ([#837](https://github.com/chanzuckerberg/cryoet-data-portal/issues/837)) ([c9262fa](https://github.com/chanzuckerberg/cryoet-data-portal/commit/c9262fa6006e3e33cfd65439e9fa6999cfd0140a)) * update download button strings ([#841](https://github.com/chanzuckerberg/cryoet-data-portal/issues/841)) ([76daa57](https://github.com/chanzuckerberg/cryoet-data-portal/commit/76daa5741896623d3c4ca68dc1a6cf57a2f20c99)) ### ๐Ÿงน Miscellaneous Chores * Fix metadata test ([#839](https://github.com/chanzuckerberg/cryoet-data-portal/issues/839)) ([d9bcaa6](https://github.com/chanzuckerberg/cryoet-data-portal/commit/d9bcaa66c9dea82900a4b1452d6119da331c26ee)) --- 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 | 20 ++++++++++++++++++++ frontend/package.json | 2 +- release-please.manifest.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 29ac61265..32d23016b 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.12.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.11.1...web-v1.12.0) (2024-07-09) + + +### โœจ Features + +* Update annotation method type tooltips text ([#847](https://github.com/chanzuckerberg/cryoet-data-portal/issues/847)) ([c42fd9d](https://github.com/chanzuckerberg/cryoet-data-portal/commit/c42fd9d06a34f327d2dcc209d3062c23d7766692)) + + +### ๐Ÿž Bug Fixes + +* change Empiar to EMPIAR ([#838](https://github.com/chanzuckerberg/cryoet-data-portal/issues/838)) ([e53e91c](https://github.com/chanzuckerberg/cryoet-data-portal/commit/e53e91ce747187d4975a982af292bfb34bf51c80)) +* Increase width for tilt series quality score column. ([#846](https://github.com/chanzuckerberg/cryoet-data-portal/issues/846)) ([0426615](https://github.com/chanzuckerberg/cryoet-data-portal/commit/0426615089d88c73555639900f1db39ac7f26b30)) +* Remove erroneous horizontal overflows from various places ([#837](https://github.com/chanzuckerberg/cryoet-data-portal/issues/837)) ([c9262fa](https://github.com/chanzuckerberg/cryoet-data-portal/commit/c9262fa6006e3e33cfd65439e9fa6999cfd0140a)) +* update download button strings ([#841](https://github.com/chanzuckerberg/cryoet-data-portal/issues/841)) ([76daa57](https://github.com/chanzuckerberg/cryoet-data-portal/commit/76daa5741896623d3c4ca68dc1a6cf57a2f20c99)) + + +### ๐Ÿงน Miscellaneous Chores + +* Fix metadata test ([#839](https://github.com/chanzuckerberg/cryoet-data-portal/issues/839)) ([d9bcaa6](https://github.com/chanzuckerberg/cryoet-data-portal/commit/d9bcaa66c9dea82900a4b1452d6119da331c26ee)) + ## [1.11.1](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.11.0...web-v1.11.1) (2024-07-01) diff --git a/frontend/package.json b/frontend/package.json index 100cdc575..1f5f643ce 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.11.1", + "version": "1.12.0", "scripts": { "preinstall": "npx only-allow pnpm", "build": "pnpm -r build", diff --git a/release-please.manifest.json b/release-please.manifest.json index aab5fc0eb..c932af85e 100644 --- a/release-please.manifest.json +++ b/release-please.manifest.json @@ -1,3 +1,3 @@ { - "frontend": "1.11.1" + "frontend": "1.12.0" }