diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fed4b17f..c3e01e1e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.52.0" + ".": "0.53.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e7bca309..008cac8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.53.0](https://github.com/BLSQ/openhexa-frontend/compare/0.52.0...0.53.0) (2024-10-22) + + +### Features + +* **Datasets:** dataset explorer v1 ([c827924](https://github.com/BLSQ/openhexa-frontend/commit/c8279248de90e5cd5c000900d89ca65122dae177)) + + +### Bug Fixes + +* **deps:** update dependency @sentry/nextjs to v8.35.0 ([84219a0](https://github.com/BLSQ/openhexa-frontend/commit/84219a02e906271cc577a23dd33f96dc4a9104f7)) +* **deps:** update dependency @types/lodash to v4.17.11 ([e2c905e](https://github.com/BLSQ/openhexa-frontend/commit/e2c905e7c0ead918dcefdc212076e91cb54b35a8)) +* **deps:** update dependency @types/lodash to v4.17.12 ([7f77f55](https://github.com/BLSQ/openhexa-frontend/commit/7f77f557ab3bf3098396c28d03b8cad1bec17166)) +* **deps:** update dependency @types/node to v22.7.6 ([cc3f86a](https://github.com/BLSQ/openhexa-frontend/commit/cc3f86a1a92e14e53a73dfe10798c254c5df88ec)) +* **deps:** update dependency @types/node to v22.7.7 ([b6e64d9](https://github.com/BLSQ/openhexa-frontend/commit/b6e64d99c6a73dca1760950af19fd76392182e30)) +* **deps:** update dependency @types/node to v22.7.8 ([967c0f2](https://github.com/BLSQ/openhexa-frontend/commit/967c0f27c13e2f344939f31e2358fa842c7ffd05)) +* **deps:** update dependency i18next to v23.16.1 ([bc951d8](https://github.com/BLSQ/openhexa-frontend/commit/bc951d8abe0633aea8070a74949e99285b8b6f40)) +* **deps:** update dependency i18next to v23.16.2 ([3b60284](https://github.com/BLSQ/openhexa-frontend/commit/3b60284af2e930f54593c2b329a2df7b9565bca6)) +* **deps:** update dependency react-dropzone to v14.2.10 ([af596e2](https://github.com/BLSQ/openhexa-frontend/commit/af596e288e42332ed5a4250c4198021aa0ae51ce)) +* **deps:** update dependency react-i18next to v15.1.0 ([a1814a6](https://github.com/BLSQ/openhexa-frontend/commit/a1814a6fe23054642507f42c4c9f916486b1e4aa)) +* **deps:** update nextjs monorepo to v15 ([1312491](https://github.com/BLSQ/openhexa-frontend/commit/13124913d787b34013acc601721904e648eb65e8)) + ## [0.52.0](https://github.com/BLSQ/openhexa-frontend/compare/0.51.0...0.52.0) (2024-10-13) diff --git a/package-lock.json b/package-lock.json index 6d3f5a53..8c741ac0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhexa-frontend", - "version": "0.52.0", + "version": "0.53.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openhexa-frontend", - "version": "0.52.0", + "version": "0.53.0", "dependencies": { "@apollo/client": "^3.11.8", "@apollo/link-error": "^2.0.0-beta.3", diff --git a/package.json b/package.json index de4d9fb7..408c3e56 100644 --- a/package.json +++ b/package.json @@ -124,5 +124,5 @@ "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.12" }, - "version": "0.52.0" + "version": "0.53.0" }