Skip to content

Commit

Permalink
chore(main): release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 24, 2023
1 parent 7baf7b8 commit 6ddac78
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.11.0](https://github.com/graasp/graasp-builder/compare/v1.10.0...v1.11.0) (2023-10-24)


### Features

* create a dialog to downgrade own membership ([#822](https://github.com/graasp/graasp-builder/issues/822)) ([7baf7b8](https://github.com/graasp/graasp-builder/commit/7baf7b8d6a519c14a89a8b0ec223e0af5b924324))
* freeze sentry user feedback ([#843](https://github.com/graasp/graasp-builder/issues/843)) ([1a53ffa](https://github.com/graasp/graasp-builder/commit/1a53ffa79570858552a72a6c78c9cf4a4c788e68))


### 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)


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": "1.10.0",
"version": "1.11.0",
"private": true,
"license": "AGPL-3.0-only",
"author": "Graasp",
Expand Down

0 comments on commit 6ddac78

Please sign in to comment.