From a1dfedcf24e3a6551b4dd009ae93e82e2c4ac2c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:13:23 +0200 Subject: [PATCH] chore(main): release 2.29.0 (#1297) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d23ce6f..a04a41b58 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.29.0](https://github.com/graasp/graasp-builder/compare/v2.28.0...v2.29.0) (2024-06-27) + + +### Features + +* remove uppy and use upload hooks ([#1295](https://github.com/graasp/graasp-builder/issues/1295)) ([153f503](https://github.com/graasp/graasp-builder/commit/153f503484abec0ea52832a5eba1fd539700c3bc)) + + +### Bug Fixes + +* shortlinks ([#1301](https://github.com/graasp/graasp-builder/issues/1301)) ([241ee02](https://github.com/graasp/graasp-builder/commit/241ee022744dc3c7a21dee6322eac467ffcd8f61)) + ## [2.28.0](https://github.com/graasp/graasp-builder/compare/v2.27.0...v2.28.0) (2024-06-13) diff --git a/package.json b/package.json index 89c450f14..8735c9626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.28.0", + "version": "2.29.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",