Skip to content

Commit

Permalink
0.8.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Feb 7, 2024
1 parent 7250cb8 commit 05cf4fd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.8.1

- Bumped dependencies
- Fixed incorrect disableAll & selectedButtons
- Replaced uuidv4 by nanoid

## 0.8.0

- Bumped dependencies
Expand Down
4 changes: 2 additions & 2 deletions dist/index.es.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-quiz-component",
"version": "0.8.0",
"version": "0.8.1",
"description": "React Quiz Component",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 05cf4fd

Please sign in to comment.