Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#72)
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] authored Aug 21, 2023
1 parent 28dd46c commit 7abee25
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.0.1](https://github.com/graasp/graasp-app-quiz/compare/v1.0.0-rc.1...v1.0.1) (2023-08-21)


### chore

* release 1.0.1 ([28dd46c](https://github.com/graasp/graasp-app-quiz/commit/28dd46cfe51a258fea158722c83435991f8aeeef))


### Bug Fixes

* add auto-tag.yml ([6aec4b6](https://github.com/graasp/graasp-app-quiz/commit/6aec4b66163047c1d880fd5d3b9b5bec6c9f746e))
* **deps:** update dependency @graasp/sdk to v1.0.0 ([9276460](https://github.com/graasp/graasp-app-quiz/commit/9276460c7724af2cf19240b0e46e4d9c9ae84876))
* **deps:** update mui (non-major) to v5.13.6 ([e7d97cf](https://github.com/graasp/graasp-app-quiz/commit/e7d97cfa2fee06e06980cd186a77ef1f7bc2cfb8))
* **deps:** update tanstack-query monorepo to v4.29.15 ([d4e235e](https://github.com/graasp/graasp-app-quiz/commit/d4e235e4e451367f476fb52bda3118733529d327))
* fix save question in order ([#78](https://github.com/graasp/graasp-app-quiz/issues/78)) ([b3c5c03](https://github.com/graasp/graasp-app-quiz/commit/b3c5c03206cd58a47a902e26bd261732560578e1))


### Tests

* fix tests ([#82](https://github.com/graasp/graasp-app-quiz/issues/82)) ([4b83be8](https://github.com/graasp/graasp-app-quiz/commit/4b83be8e6709dd46a1f04672bfb94f7c39c969a9))

## [1.0.0-rc.1](https://github.com/graasp/graasp-app-quiz/compare/v0.1.1...v1.0.0-rc.1) (2023-06-13)


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-app-quiz",
"version": "1.0.0-rc.1",
"version": "1.0.1",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down

0 comments on commit 7abee25

Please sign in to comment.