From f26c6a49ca29c54d5c2785bad78bf18078e82f82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 07:57:06 +0000 Subject: [PATCH] chore(main): release 2.27.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d492d4c1..34072bc76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ 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.27.0](https://github.com/graasp/graasp-builder/compare/v2.26.0...v2.27.0) (2024-06-13) + + +### Features + +* handle automatic publication after validation ([#1265](https://github.com/graasp/graasp-builder/issues/1265)) ([565bbcc](https://github.com/graasp/graasp-builder/commit/565bbcc822ca0ad1a017b2707a93480aa644ac0e)) + + +### Bug Fixes + +* **deps:** update dependency @sentry/react to v7.117.0 ([#1277](https://github.com/graasp/graasp-builder/issues/1277)) ([8ad36f8](https://github.com/graasp/graasp-builder/commit/8ad36f8ae16533ef7ebee570abc74943c22aa3d0)) +* **deps:** update dependency axios to v1.7.2 ([#1276](https://github.com/graasp/graasp-builder/issues/1276)) ([062d1f3](https://github.com/graasp/graasp-builder/commit/062d1f35d5fe98511fd44443ef0de22cfeca95c1)) +* **deps:** update dependency lucide-react to v0.394.0 ([#1278](https://github.com/graasp/graasp-builder/issues/1278)) ([6cc4903](https://github.com/graasp/graasp-builder/commit/6cc49034581d5c4765f0afae3ac4bd0ea00d5daa)) +* **deps:** update dependency validator to v13.12.0 ([#1280](https://github.com/graasp/graasp-builder/issues/1280)) ([72cc47d](https://github.com/graasp/graasp-builder/commit/72cc47df9d206eab77df65d04622274dcaf63836)) +* **german:** translations ([#1271](https://github.com/graasp/graasp-builder/issues/1271)) ([4a0786f](https://github.com/graasp/graasp-builder/commit/4a0786febc71ddd4ea6b69696d2f900fd23d68ee)) +* update app max height setting ([#1285](https://github.com/graasp/graasp-builder/issues/1285)) ([91b53bd](https://github.com/graasp/graasp-builder/commit/91b53bd81e4b4b52cc1c1f89e3d33cee0136b98f)) + ## [2.26.0](https://github.com/graasp/graasp-builder/compare/v2.25.0...v2.26.0) (2024-06-10) diff --git a/package.json b/package.json index e65fe0f27..cc345d4a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.26.0", + "version": "2.27.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",