Skip to content

Commit 8836d10

Browse files
authored
Merge pull request #71 from zhangfisher/changeset-release/master
Version Packages
2 parents 12cc874 + 1045b44 commit 8836d10

File tree

16 files changed

+65
-35
lines changed

16 files changed

+65
-35
lines changed

.changeset/four-frogs-act.md

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

.changeset/polite-oranges-hug.md

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

.changeset/sharp-paws-sip.md

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

.changeset/tidy-flies-sleep.md

Lines changed: 0 additions & 5 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.2
4+
5+
### Patch Changes
6+
7+
- [`77307c9`](https://github.com/zhangfisher/autostore/commit/77307c9893661d6a729373dd9ce47e9343382c6f) Thanks [@zhangfisher](https://github.com/zhangfisher)! - fix some errors
8+
39
## 2.0.1
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.1",
3+
"version": "2.0.2",
44
"description": "some react components for demo",
55
"main": "src/index.ts",
66
"access": "public",

packages/core/CHANGELOG.md

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

3+
## 3.1.10
4+
5+
### Patch Changes
6+
7+
- [`77307c9`](https://github.com/zhangfisher/autostore/commit/77307c9893661d6a729373dd9ce47e9343382c6f) Thanks [@zhangfisher](https://github.com/zhangfisher)! - fix some errors
8+
9+
- [`123760b`](https://github.com/zhangfisher/autostore/commit/123760b77062eeb75c79d6ac8bd6ec0ea1601863) Thanks [@zhangfisher](https://github.com/zhangfisher)! - fix export errors
10+
311
## 3.1.8
412

513
### 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.9",
3+
"version": "3.1.10",
44
"description": "Very easy and elegant state management library.",
55
"main": "src/index.ts",
66
"access": "public",

packages/devTools/CHANGELOG.md

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

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [`77307c9`](https://github.com/zhangfisher/autostore/commit/77307c9893661d6a729373dd9ce47e9343382c6f) Thanks [@zhangfisher](https://github.com/zhangfisher)! - fix some errors
8+
9+
- [`123760b`](https://github.com/zhangfisher/autostore/commit/123760b77062eeb75c79d6ac8bd6ec0ea1601863) Thanks [@zhangfisher](https://github.com/zhangfisher)! - fix export errors
10+
311
## 2.0.1
412

513
### 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.2",
3+
"version": "2.0.3",
44
"description": "devtools for autostore",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)