diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 653bcbab8..eba426f96 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.0](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.13.1...web-v1.14.0) (2024-07-25) + + +### ✨ Features + +* Refactor <TablePageLayout> to support multiple tabs ([#911](https://github.com/chanzuckerberg/cryoet-data-portal/issues/911)) ([659bea3](https://github.com/chanzuckerberg/cryoet-data-portal/commit/659bea3fb316b88927b4f215a9e5b9286f5e0bb9)) + ## [1.13.1](https://github.com/chanzuckerberg/cryoet-data-portal/compare/web-v1.13.0...web-v1.13.1) (2024-07-25) diff --git a/frontend/package.json b/frontend/package.json index 09b4ba55d..06c6d8278 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.13.1", + "version": "1.14.0", "scripts": { "preinstall": "npx only-allow pnpm", "build": "pnpm -r build", diff --git a/release-please.manifest.json b/release-please.manifest.json index ce4fe48b2..82f89935a 100644 --- a/release-please.manifest.json +++ b/release-please.manifest.json @@ -1,3 +1,3 @@ { - "frontend": "1.13.1" + "frontend": "1.14.0" }