Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

chore(main): release 2.30.0 #1304

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graasp-builder",
"version": "2.29.0",
"version": "2.30.0",
"private": true,
"license": "AGPL-3.0-only",
"author": "Graasp",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down