diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa16a83..7e18454a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.42.2](https://github.com/BLSQ/openhexa-frontend/compare/0.42.1...0.42.2) (2024-01-11) + + +### Bug Fixes + +* **files:** Replace the default value of query by an empty string ([#527](https://github.com/BLSQ/openhexa-frontend/issues/527)) ([696821e](https://github.com/BLSQ/openhexa-frontend/commit/696821ea04b4b91be053244dbf43ee902d4b1a56)) +* **Invitations:** Improve the display of the invitations on the account page ([#526](https://github.com/BLSQ/openhexa-frontend/issues/526)) ([059313f](https://github.com/BLSQ/openhexa-frontend/commit/059313f4feb5c6061cd536c1d36c4d6cea0413ac)) + + +### Miscellaneous + +* **i18n:** Add a script to translate messages using Deep ([#528](https://github.com/BLSQ/openhexa-frontend/issues/528)) ([448ea5b](https://github.com/BLSQ/openhexa-frontend/commit/448ea5be81359998099b288a47e8a048093689a0)) + ## [0.42.1](https://github.com/BLSQ/openhexa-frontend/compare/0.42.0...0.42.1) (2024-01-08) diff --git a/package-lock.json b/package-lock.json index f641c85b..b9f5cd78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openhexa-frontend", - "version": "0.42.1", + "version": "0.42.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openhexa-frontend", - "version": "0.42.1", + "version": "0.42.2", "dependencies": { "@apollo/client": "^3.8.8", "@apollo/link-error": "^2.0.0-beta.3", diff --git a/package.json b/package.json index a3f44766..206815cf 100644 --- a/package.json +++ b/package.json @@ -123,5 +123,5 @@ "prettier-plugin-tailwindcss": "^0.5.4", "tailwindcss": "^3.3.2" }, - "version": "0.42.1" + "version": "0.42.2" }