Skip to content

Commit

Permalink
chore(main): release 0.53.0 (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome authored Oct 22, 2024
1 parent c827924 commit 25adb40
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.52.0"
".": "0.53.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.12"
},
"version": "0.52.0"
"version": "0.53.0"
}

0 comments on commit 25adb40

Please sign in to comment.