Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#580)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 6, 2023
1 parent 747f95c commit 621da11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graasp-builder",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"license": "AGPL-3.0-only",
"author": "Graasp",
Expand Down

0 comments on commit 621da11

Please sign in to comment.