From 8b946835327cf477408888558136149a6b4d8c21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:35:03 +0100 Subject: [PATCH] chore(main): release 2.12.0 (#1081) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46ad867e..d0b31724a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ 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.12.0](https://github.com/graasp/graasp-builder/compare/v2.11.0...v2.12.0) (2024-03-19) + + +### Features + +* add skeleton for modal ([#1083](https://github.com/graasp/graasp-builder/issues/1083)) ([26a7e53](https://github.com/graasp/graasp-builder/commit/26a7e53972ac30aa279806c55c69728eb2534773)) +* rename favorite to bookmark ([#1082](https://github.com/graasp/graasp-builder/issues/1082)) ([4cc6a4c](https://github.com/graasp/graasp-builder/commit/4cc6a4c8ca87014dc7706a5ee26e69d85a3d1aa9)) + + +### Bug Fixes + +* add item search in folder view ([#1080](https://github.com/graasp/graasp-builder/issues/1080)) ([f29d176](https://github.com/graasp/graasp-builder/commit/f29d1765d6d24362f917f613f0ceedc0e0d80828)) + ## [2.11.0](https://github.com/graasp/graasp-builder/compare/v2.10.0...v2.11.0) (2024-03-12) diff --git a/package.json b/package.json index ff8786ff1..0e278c5b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.11.0", + "version": "2.12.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",