Skip to content

Commit 1f9b4ee

Browse files
authored
Merge pull request #13 from zhangfisher/changeset-release/master
Version Packages
2 parents cf3eccd + b85f0ca commit 1f9b4ee

File tree

9 files changed

+31
-12
lines changed

9 files changed

+31
-12
lines changed

.changeset/friendly-cycles-yawn.md

Lines changed: 0 additions & 8 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+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [`9c5a1b8`](https://github.com/zhangfisher/autostore/commit/9c5a1b8c9f70103cd6f254385edabb4087ab29c9) Thanks [@zhangfisher](https://github.com/zhangfisher)! - 更新表单字段组件
8+
39
## 1.1.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": "1.1.1",
3+
"version": "1.1.2",
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+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [`9c5a1b8`](https://github.com/zhangfisher/autostore/commit/9c5a1b8c9f70103cd6f254385edabb4087ab29c9) Thanks [@zhangfisher](https://github.com/zhangfisher)! - 更新表单字段组件
8+
39
## 1.1.1
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": "1.1.1",
3+
"version": "1.1.2",
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+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [`9c5a1b8`](https://github.com/zhangfisher/autostore/commit/9c5a1b8c9f70103cd6f254385edabb4087ab29c9) Thanks [@zhangfisher](https://github.com/zhangfisher)! - 更新表单字段组件
8+
39
## 1.1.0
410

511
### Minor 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": "1.1.0",
3+
"version": "1.1.1",
44
"description": "devtools for autostore",
55
"repository": {
66
"type": "git",

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+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [`9c5a1b8`](https://github.com/zhangfisher/autostore/commit/9c5a1b8c9f70103cd6f254385edabb4087ab29c9) Thanks [@zhangfisher](https://github.com/zhangfisher)! - 更新表单字段组件
8+
9+
- Updated dependencies [[`9c5a1b8`](https://github.com/zhangfisher/autostore/commit/9c5a1b8c9f70103cd6f254385edabb4087ab29c9)]:
10+
11+
312
## 1.1.1
413

514
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autostorejs/react",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Very easy and elegant state management library for react",
55
"type": "module",
66
"main": "src/index.tsx",

0 commit comments

Comments
 (0)