From cfbe9c5c9cbf6ae9a6ccda016b99fb227be3bf6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 07:42:01 +0000 Subject: [PATCH] chore(main): release 2.25.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ef4e70e..b3cb3bffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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.25.0](https://github.com/graasp/graasp-builder/compare/v2.24.0...v2.25.0) (2024-06-05) + + +### Features + +* update map ([#1261](https://github.com/graasp/graasp-builder/issues/1261)) ([1591b3f](https://github.com/graasp/graasp-builder/commit/1591b3f5aead43215a5f84cac864df96b86a7a78)) + + +### Bug Fixes + +* allow apps to dynamically resize in builder ([#1260](https://github.com/graasp/graasp-builder/issues/1260)) ([9a74092](https://github.com/graasp/graasp-builder/commit/9a74092e24249cba2818c5e652ce44ed5584ff16)) + ## [2.24.0](https://github.com/graasp/graasp-builder/compare/v2.23.0...v2.24.0) (2024-05-29) diff --git a/package.json b/package.json index 26b641a8f..d0c726320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.24.0", + "version": "2.25.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",