Skip to content

Commit 43e7f25

Browse files
authored
Merge pull request #72 from zhangfisher/changeset-release/master
Version Packages
2 parents 4ee96ff + 273893c commit 43e7f25

File tree

13 files changed

+51
-16
lines changed

13 files changed

+51
-16
lines changed

.changeset/salty-jobs-play.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# x-react-components
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [`4ee96ff`](https://github.com/zhangfisher/autostore/commit/4ee96ffec9243825153f9ad5a371a68af2678891) Thanks [@zhangfisher](https://github.com/zhangfisher)! - fix syncer
8+
39
## 2.0.2
410

511
### Patch Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-react-components",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "some react components for demo",
55
"main": "src/index.ts",
66
"access": "public",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# autostore
22

3+
## 3.1.11
4+
5+
### Patch Changes
6+
7+
- [`4ee96ff`](https://github.com/zhangfisher/autostore/commit/4ee96ffec9243825153f9ad5a371a68af2678891) Thanks [@zhangfisher](https://github.com/zhangfisher)! - fix syncer
8+
39
## 3.1.10
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autostore",
3-
"version": "3.1.10",
3+
"version": "3.1.11",
44
"description": "Very easy and elegant state management library.",
55
"main": "src/index.ts",
66
"access": "public",

packages/devTools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @autostorejs/devtools
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- [`4ee96ff`](https://github.com/zhangfisher/autostore/commit/4ee96ffec9243825153f9ad5a371a68af2678891) Thanks [@zhangfisher](https://github.com/zhangfisher)! - fix syncer
8+
39
## 2.0.3
410

511
### Patch Changes

packages/devTools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autostorejs/devtools",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "devtools for autostore",
55
"repository": {
66
"type": "git",

packages/form/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @autostorejs/form
22

3+
## 3.1.11
4+
5+
### Patch Changes
6+
7+
- [`4ee96ff`](https://github.com/zhangfisher/autostore/commit/4ee96ffec9243825153f9ad5a371a68af2678891) Thanks [@zhangfisher](https://github.com/zhangfisher)! - fix syncer
8+
9+
- Updated dependencies [[`4ee96ff`](https://github.com/zhangfisher/autostore/commit/4ee96ffec9243825153f9ad5a371a68af2678891)]:
10+
11+
312
## 3.1.10
413

514
### Patch Changes

packages/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autostorejs/form",
3-
"version": "3.1.10",
3+
"version": "3.1.11",
44
"description": "form webcomponent for autostore",
55
"type": "module",
66
"exports": {

packages/react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @autostorejs/react
22

3+
## 3.1.11
4+
5+
### Patch Changes
6+
7+
- [`4ee96ff`](https://github.com/zhangfisher/autostore/commit/4ee96ffec9243825153f9ad5a371a68af2678891) Thanks [@zhangfisher](https://github.com/zhangfisher)! - fix syncer
8+
9+
- Updated dependencies [[`4ee96ff`](https://github.com/zhangfisher/autostore/commit/4ee96ffec9243825153f9ad5a371a68af2678891)]:
10+
11+
312
## 3.1.10
413

514
### Patch Changes

0 commit comments

Comments
 (0)