Skip to content

Commit

Permalink
Merge pull request #12 from zhangfisher/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
zhangfisher authored Nov 12, 2024
2 parents 9c5a1b8 + 83e2b7a commit d954c6e
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/friendly-cycles-yawn.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# x-react-components

## 1.1.2

### Patch Changes

- [`9c5a1b8`](https://github.com/zhangfisher/autostore/commit/9c5a1b8c9f70103cd6f254385edabb4087ab29c9) Thanks [@zhangfisher](https://github.com/zhangfisher)! - 更新表单字段组件

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-react-components",
"version": "1.1.1",
"version": "1.1.2",
"description": "some react components for demo",
"main": "src/index.ts",
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# autostore

## 1.1.2

### Patch Changes

- [`9c5a1b8`](https://github.com/zhangfisher/autostore/commit/9c5a1b8c9f70103cd6f254385edabb4087ab29c9) Thanks [@zhangfisher](https://github.com/zhangfisher)! - 更新表单字段组件

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autostore",
"version": "1.1.1",
"version": "1.1.2",
"description": "Very easy and elegant state management library.",
"main": "src/index.ts",
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/devTools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @autostorejs/devtools

## 1.1.1

### Patch Changes

- [`9c5a1b8`](https://github.com/zhangfisher/autostore/commit/9c5a1b8c9f70103cd6f254385edabb4087ab29c9) Thanks [@zhangfisher](https://github.com/zhangfisher)! - 更新表单字段组件

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devTools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autostorejs/devtools",
"version": "1.1.0",
"version": "1.1.1",
"description": "devtools for autostore",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @autostorejs/react

## 1.1.2

### Patch Changes

- [`9c5a1b8`](https://github.com/zhangfisher/autostore/commit/9c5a1b8c9f70103cd6f254385edabb4087ab29c9) Thanks [@zhangfisher](https://github.com/zhangfisher)! - 更新表单字段组件

- Updated dependencies [[`9c5a1b8`](https://github.com/zhangfisher/autostore/commit/9c5a1b8c9f70103cd6f254385edabb4087ab29c9)]:
- [email protected]

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autostorejs/react",
"version": "1.1.1",
"version": "1.1.2",
"description": "Very easy and elegant state management library for react",
"type": "module",
"main": "src/index.tsx",
Expand Down

0 comments on commit d954c6e

Please sign in to comment.