From 621da11b2a3d4daa8350d0319dbd77a2e1c2daa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:04:52 +0100 Subject: [PATCH] chore(main): release 0.8.0 (#580) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58971bb3c..f17146710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,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. +## [0.8.0](https://github.com/graasp/graasp-builder/compare/v0.7.0...v0.8.0) (2023-03-06) + + +### Features + +* add document styles ([#562](https://github.com/graasp/graasp-builder/issues/562)) ([747f95c](https://github.com/graasp/graasp-builder/commit/747f95cee59424d354929cb695c1aa5dacc1297b)) + + +### Bug Fixes + +* **ci:** sentry version uses `REACT_APP_VERSION` ([#581](https://github.com/graasp/graasp-builder/issues/581)) ([6dea58c](https://github.com/graasp/graasp-builder/commit/6dea58cb7e6db3f9b0c347dc1da0dacda802354e)) +* **quill:** save empty string when content is empty ([#578](https://github.com/graasp/graasp-builder/issues/578)) ([c62de5d](https://github.com/graasp/graasp-builder/commit/c62de5d98b4a8d0b5148185ef3f947bdddc80186)) +* remove player button from item header actions ([#575](https://github.com/graasp/graasp-builder/issues/575)) ([c7ec487](https://github.com/graasp/graasp-builder/commit/c7ec4873ec5937dca6c76db1f6c20368c06197ad)) + ## [0.7.0](https://github.com/graasp/graasp-builder/compare/v0.6.1...v0.7.0) (2023-02-24) diff --git a/package.json b/package.json index 87ded3167..83defa79a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "0.7.0", + "version": "0.8.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",