From 39ce37b87872fcf681caa817d1d1eee24f086572 Mon Sep 17 00:00:00 2001 From: Graasper Date: Wed, 16 Oct 2024 13:56:35 +0200 Subject: [PATCH] chore(main): release 2.43.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc7d8d64..9f78b7de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ 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.43.0](https://github.com/graasp/graasp-builder/compare/v2.42.1...v2.43.0) (2024-10-16) + + +### Features + +* add umami tags to track actions ([#1500](https://github.com/graasp/graasp-builder/issues/1500)) ([263a08a](https://github.com/graasp/graasp-builder/commit/263a08aeab77a2b0ff7c1d3e140e452554a40608)) + + +### Bug Fixes + +* **deps:** update dependency @sentry/react to v7.119.1 ([#1501](https://github.com/graasp/graasp-builder/issues/1501)) ([cb64f4c](https://github.com/graasp/graasp-builder/commit/cb64f4ce668a7f0228afd0081c959dea59b79e2a)) +* **deps:** update dependency lucide-react to v0.451.0 ([#1509](https://github.com/graasp/graasp-builder/issues/1509)) ([b2bcd40](https://github.com/graasp/graasp-builder/commit/b2bcd40d998d0a5312910e7660679b19c6fbb7f9)) +* update crop modal to not inflate image sizes ([#1514](https://github.com/graasp/graasp-builder/issues/1514)) ([f6cc03b](https://github.com/graasp/graasp-builder/commit/f6cc03b67ee67edd2798d9aae40814683749a8ee)) + ## [2.42.1](https://github.com/graasp/graasp-builder/compare/v2.42.0...v2.42.1) (2024-10-09) diff --git a/package.json b/package.json index b203d7cba..fcfc7714e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.42.1", + "version": "2.43.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",