From 4dca0a6e3cd0ff3af7963b00b00e3e1a17f4029e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:14:07 +0000 Subject: [PATCH] chore(main): release web 1.43.0 (#1474) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- frontend/CHANGELOG.md | 7 +++++++ frontend/package.json | 2 +- release-please.manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 0690b0217..84785ba67 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.43.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.42.0...web-v1.43.0) (2025-01-16) + + +### ✨ Features + +* Another dummy PR ([#1473](https://github.com/chanzuckerberg/cryoet-data-portal/issues/1473)) ([1f8fd97](https://github.com/chanzuckerberg/cryoet-data-portal/commit/1f8fd976f958f995757acbab504840a5fa67521f)) + ## [1.42.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.41.0...web-v1.42.0) (2025-01-15) diff --git a/frontend/package.json b/frontend/package.json index d633985c3..b45c32e6d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.42.0", + "version": "1.43.0", "scripts": { "preinstall": "npx only-allow pnpm", "build": "pnpm -r build", diff --git a/release-please.manifest.json b/release-please.manifest.json index 253763771..8c8141b6c 100644 --- a/release-please.manifest.json +++ b/release-please.manifest.json @@ -1,4 +1,4 @@ { - "frontend": "1.42.0", + "frontend": "1.43.0", "client/python/cryoet_data_portal": "4.3.0" }