Skip to content

Commit 7ab432d

Browse files
committed
feat: v1.0.0-beta.2
1 parent f374542 commit 7ab432d

6 files changed

Lines changed: 149 additions & 146 deletions

File tree

CHANGELOG.md

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

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

5+
### v1.0.0-beta.2 (2024-08-15)
6+
7+
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).
8+
59
### v1.0.0-beta.1 (2024-08-12)
610

711
#### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "veact",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Mutable state enhancer library for React by @vue/reactivity",
55
"keywords": [
66
"React",
@@ -50,7 +50,7 @@
5050
"react-dom": "^16.8.0 || ^17 || ^18 || ^19"
5151
},
5252
"dependencies": {
53-
"@vue/reactivity": "^3.5.0-beta.1"
53+
"@vue/reactivity": "^3.5.0-beta.2"
5454
},
5555
"devDependencies": {
5656
"@eslint/js": "^9.x",

0 commit comments

Comments
 (0)