From 1c3ec02d4f4a5b4f191c992c85998eeb45876fc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 19:14:26 +0100 Subject: [PATCH] chore(main): release 2.3.1 (#912) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 107cecc91..69b21fc14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3.1](https://github.com/graasp/graasp-builder/compare/v2.3.0...v2.3.1) (2023-12-19) + + +### Bug Fixes + +* allow apps to resize ([#922](https://github.com/graasp/graasp-builder/issues/922)) ([c24b633](https://github.com/graasp/graasp-builder/commit/c24b63318bc592dfd4cfec6ec15e2af387030f48)) +* **deps:** update dependency @graasp/translations to v1.21.1 ([ce872cf](https://github.com/graasp/graasp-builder/commit/ce872cfa79fb03b212784a7cc76091a76033ef86)) +* **deps:** update dependency @sentry/react to v7.89.0 ([#918](https://github.com/graasp/graasp-builder/issues/918)) ([311fb5a](https://github.com/graasp/graasp-builder/commit/311fb5ae8e7c927a1ad4b6dba6f3a42694341087)) +* udpate release-please condition ([8c13717](https://github.com/graasp/graasp-builder/commit/8c13717a559efe998a9e1fac209d91752a2baa8a)) + ## [2.3.0](https://github.com/graasp/graasp-builder/compare/v2.2.0...v2.3.0) (2023-12-08) diff --git a/package.json b/package.json index 01fd5cefb..499a10868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.3.0", + "version": "2.3.1", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",