diff --git a/CHANGELOG.md b/CHANGELOG.md index a04a41b58..3c9ac0057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.30.0](https://github.com/graasp/graasp-builder/compare/v2.29.0...v2.30.0) (2024-07-01) + + +### Features + +* add alignment and sizing settings ([#1300](https://github.com/graasp/graasp-builder/issues/1300)) ([4ef2378](https://github.com/graasp/graasp-builder/commit/4ef237860b5ca554e35f6175b73a267de5a06f0f)) + + +### Bug Fixes + +* **deps:** update dependency @sentry/react to v7.118.0 ([#1308](https://github.com/graasp/graasp-builder/issues/1308)) ([87bd02f](https://github.com/graasp/graasp-builder/commit/87bd02fef4f69cce738220666c73172968b44511)) +* **deps:** update dependency leaflet-geosearch to v4 ([#1289](https://github.com/graasp/graasp-builder/issues/1289)) ([5892105](https://github.com/graasp/graasp-builder/commit/58921055c6e22cdc7e674307c51516f3d9728c58)) +* **deps:** update dependency react-qr-code to v2.0.15 ([#1307](https://github.com/graasp/graasp-builder/issues/1307)) ([3ab3da4](https://github.com/graasp/graasp-builder/commit/3ab3da4fcd13af951cc8bb2113b0561924c960cf)) +* **deps:** update dependency uuid to v10 ([#1290](https://github.com/graasp/graasp-builder/issues/1290)) ([a6450b1](https://github.com/graasp/graasp-builder/commit/a6450b1870a6f37c85fcbc7d1164c4ce45c47feb)) +* **deps:** update mui (non-major) to v5.15.21 ([#1287](https://github.com/graasp/graasp-builder/issues/1287)) ([b68674b](https://github.com/graasp/graasp-builder/commit/b68674b58334ebe4ca1821f71276bc5d62968f7f)) + ## [2.29.0](https://github.com/graasp/graasp-builder/compare/v2.28.0...v2.29.0) (2024-06-27) diff --git a/package.json b/package.json index ce0f2c638..7dcd9277a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.29.0", + "version": "2.30.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp", @@ -28,7 +28,7 @@ "@mui/icons-material": "5.15.21", "@mui/lab": "5.0.0-alpha.170", "@mui/material": "5.15.21", - "@sentry/react": "7.118.0", + "@sentry/react": "7.117.0", "axios": "1.7.2", "date-fns": "3.6.0", "filesize": "10.1.2", @@ -51,7 +51,7 @@ "react-helmet": "6.1.0", "react-i18next": "14.1.2", "react-image-crop": "11.0.5", - "react-qr-code": "2.0.15", + "react-qr-code": "2.0.14", "react-query": "3.39.3", "react-quill": "2.0.0", "react-router": "6.23.1",