Skip to content

Commit

Permalink
feat: fix package deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 26, 2021
1 parent 206952d commit 9b3a2f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

### v0.1.2 (2021-07-27)

- fix `peerDependencies` React version

### v0.1.0 (2021-07-27)

- fix types
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veact",
"version": "0.1.1",
"version": "0.1.2",
"description": "Mutable state enhancer library for @react by @vue/reactivity",
"keywords": [
"React mutable state lib",
Expand Down Expand Up @@ -32,8 +32,8 @@
"release": ". ./scripts/release.sh"
},
"peerDependencies": {
"react": "^16.8",
"react-dom": "^16.8"
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"dependencies": {
"@vue/reactivity": "^3.2.0-beta.5"
Expand Down

0 comments on commit 9b3a2f2

Please sign in to comment.