diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6110c0f05..e757f6212 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "4.0.0-rc.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de07718b..fee65f012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [4.0.0-rc.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.3.0...4.0.0-rc.0) (2024-08-12) + + +### Bug Fixes + +* fix breaking changes caused by AS 3.0.0 update ([8cb78e1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/8cb78e1f7b76979a4fffbb2329b483d835dbe3f9)) +* update nextjs routes file ([da69df9](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/da69df9762b43e34e488f4006963e2c78f253d74)) + + +### Miscellaneous Chores + +* release 4.0.0-rc.0 ([d1cb214](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/d1cb2143b57d5468cdd08c6ad5bb51f38d01d1c8)) + ## [3.3.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.3.0-rc.3...3.3.0) (2024-08-02) diff --git a/package.json b/package.json index de2d0a8d4..ec4822d9a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@squonk/data-manager-ui", "author": "Oliver Dudgeon", "license": "Apache-2.0", - "version": "3.3.0", + "version": "4.0.0-rc.0", "private": true, "repository": { "type": "git",