Skip to content

Commit

Permalink
feat: v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Aug 15, 2024
1 parent f374542 commit 7ab432d
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 146 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.

### v1.0.0-beta.2 (2024-08-15)

No changes, just synced with `@vue/reactivity` [v3.5.0-beta.2](https://github.com/vuejs/core/blob/main/CHANGELOG.md#350-beta2-2024-08-15).

### v1.0.0-beta.1 (2024-08-12)

#### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veact",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Mutable state enhancer library for React by @vue/reactivity",
"keywords": [
"React",
Expand Down Expand Up @@ -50,7 +50,7 @@
"react-dom": "^16.8.0 || ^17 || ^18 || ^19"
},
"dependencies": {
"@vue/reactivity": "^3.5.0-beta.1"
"@vue/reactivity": "^3.5.0-beta.2"
},
"devDependencies": {
"@eslint/js": "^9.x",
Expand Down
Loading

0 comments on commit 7ab432d

Please sign in to comment.