Skip to content

Commit 7abee25

Browse files
chore(main): release 1.0.1 (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 28dd46c commit 7abee25

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
## [1.0.1](https://github.com/graasp/graasp-app-quiz/compare/v1.0.0-rc.1...v1.0.1) (2023-08-21)
6+
7+
8+
### chore
9+
10+
* release 1.0.1 ([28dd46c](https://github.com/graasp/graasp-app-quiz/commit/28dd46cfe51a258fea158722c83435991f8aeeef))
11+
12+
13+
### Bug Fixes
14+
15+
* add auto-tag.yml ([6aec4b6](https://github.com/graasp/graasp-app-quiz/commit/6aec4b66163047c1d880fd5d3b9b5bec6c9f746e))
16+
* **deps:** update dependency @graasp/sdk to v1.0.0 ([9276460](https://github.com/graasp/graasp-app-quiz/commit/9276460c7724af2cf19240b0e46e4d9c9ae84876))
17+
* **deps:** update mui (non-major) to v5.13.6 ([e7d97cf](https://github.com/graasp/graasp-app-quiz/commit/e7d97cfa2fee06e06980cd186a77ef1f7bc2cfb8))
18+
* **deps:** update tanstack-query monorepo to v4.29.15 ([d4e235e](https://github.com/graasp/graasp-app-quiz/commit/d4e235e4e451367f476fb52bda3118733529d327))
19+
* 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))
20+
21+
22+
### Tests
23+
24+
* fix tests ([#82](https://github.com/graasp/graasp-app-quiz/issues/82)) ([4b83be8](https://github.com/graasp/graasp-app-quiz/commit/4b83be8e6709dd46a1f04672bfb94f7c39c969a9))
25+
526
## [1.0.0-rc.1](https://github.com/graasp/graasp-app-quiz/compare/v0.1.1...v1.0.0-rc.1) (2023-06-13)
627

728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graasp-app-quiz",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.1",
44
"private": true,
55
"homepage": ".",
66
"dependencies": {

0 commit comments

Comments
 (0)