From 83584d5cb448987d84c2d1901c2ec046cc26eeb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:27:36 +0000 Subject: [PATCH] chore(main): release 1.10.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4adfcced..20a5fde62 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. +## [1.10.1](https://github.com/graasp/graasp-builder/compare/v1.10.0...v1.10.1) (2023-10-23) + + +### Bug Fixes + +* **deps:** update dependency katex to v0.16.9 ([75811dd](https://github.com/graasp/graasp-builder/commit/75811ddd0582967e25932dbda0bbe2d8f6dfa308)) +* **deps:** update dependency uuid to v9.0.1 ([2b6879e](https://github.com/graasp/graasp-builder/commit/2b6879e53876ac734af2799866f2fe771bd698f7)) +* revert usage of short links in QRcode and displayed link ([#834](https://github.com/graasp/graasp-builder/issues/834)) ([cda2071](https://github.com/graasp/graasp-builder/commit/cda20713a1a3cb23f63e00a19525779ff76612c1)) +* use `??` instead of `||` for skeleton in `AppCard.tsx` ([#833](https://github.com/graasp/graasp-builder/issues/833)) ([356ef76](https://github.com/graasp/graasp-builder/commit/356ef762d5513d7653b40031810d3404318b5006)) + ## [1.10.0](https://github.com/graasp/graasp-builder/compare/v1.9.1...v1.10.0) (2023-10-16) diff --git a/package.json b/package.json index a94b0e0da..6a9398841 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "1.10.0", + "version": "1.10.1", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",