From b909ddad7f5af6ec589aaceceffcc6d17026da96 Mon Sep 17 00:00:00 2001 From: Graasper Date: Thu, 4 Jul 2024 13:37:13 +0200 Subject: [PATCH] chore(main): release 2.30.1 (#1316) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9ac0057..c5480a760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,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.30.1](https://github.com/graasp/graasp-builder/compare/v2.30.0...v2.30.1) (2024-07-01) + + +### Bug Fixes + +* allow children search case ([#1299](https://github.com/graasp/graasp-builder/issues/1299)) ([1d7de28](https://github.com/graasp/graasp-builder/commit/1d7de28b84ee1d30b0c908808a45850669bd5d9e)) +* **deps:** update dependency @sentry/react to v7.118.0 ([#1313](https://github.com/graasp/graasp-builder/issues/1313)) ([68a9b1e](https://github.com/graasp/graasp-builder/commit/68a9b1e47e37268b751e1e0f76f87eb77c6bc675)) +* **deps:** update dependency react-qr-code to v2.0.15 ([#1312](https://github.com/graasp/graasp-builder/issues/1312)) ([949a64a](https://github.com/graasp/graasp-builder/commit/949a64aa3e76086d9ea016253620ad77a4de9f9e)) +* **deps:** update graasp packages (minor) ([#1310](https://github.com/graasp/graasp-builder/issues/1310)) ([b0fc421](https://github.com/graasp/graasp-builder/commit/b0fc4217233af2435a3b417734c11154e3d71477)) + ## [2.30.0](https://github.com/graasp/graasp-builder/compare/v2.29.0...v2.30.0) (2024-07-01) diff --git a/package.json b/package.json index d77db3a0a..978424a2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.30.0", + "version": "2.30.1", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",