diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3e01e1e..1d28d586 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.53.0" + ".": "0.53.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 008cac8d..366d89fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.53.1](https://github.com/BLSQ/openhexa-frontend/compare/0.53.0...0.53.1) (2024-10-22) + + +### Bug Fixes + +* **Nextjs:** Remove instrumentationHook from config & fix 'as' props for the Tabs ([cedb3a3](https://github.com/BLSQ/openhexa-frontend/commit/cedb3a386b104c1b7e6b94baa88b17c6f188b9d2)) +* **tests:** Update snapshot ([45120fa](https://github.com/BLSQ/openhexa-frontend/commit/45120fafde36a56da0d414a601e9f7bc4857df5a)) + ## [0.53.0](https://github.com/BLSQ/openhexa-frontend/compare/0.52.0...0.53.0) (2024-10-22) diff --git a/package-lock.json b/package-lock.json index 8c741ac0..28f96aad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhexa-frontend", - "version": "0.53.0", + "version": "0.53.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openhexa-frontend", - "version": "0.53.0", + "version": "0.53.1", "dependencies": { "@apollo/client": "^3.11.8", "@apollo/link-error": "^2.0.0-beta.3", diff --git a/package.json b/package.json index 408c3e56..167bebc4 100644 --- a/package.json +++ b/package.json @@ -124,5 +124,5 @@ "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.12" }, - "version": "0.53.0" + "version": "0.53.1" }