Skip to content

Commit

Permalink
chore: release v1.1.1 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchaobei authored Sep 13, 2022
1 parent 6b116d6 commit 8985111
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 13 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"ignore": []
"ignore": [
"@modern-js-reduck/plugin-xstate",
"@modern-js-reduck/plugin-xstate-immer"
]
}
8 changes: 8 additions & 0 deletions packages/plugins/auto-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @modern-js-reduck/plugin-auto-actions

## 1.1.1

### Patch Changes

- chore: release v1.1.1
- Updated dependencies
- @modern-js-reduck/store@1.1.1

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/auto-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js-reduck/plugin-auto-actions",
"version": "1.1.0",
"version": "1.1.1",
"files": [
"dist"
],
Expand Down Expand Up @@ -52,7 +52,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.0"
"@modern-js-reduck/store": "workspace:^1.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @modern-js-reduck/plugin-devtools

## 1.1.1

### Patch Changes

- chore: release v1.1.1
- Updated dependencies
- @modern-js-reduck/store@1.1.1

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js-reduck/plugin-devtools",
"version": "1.1.0",
"version": "1.1.1",
"files": [
"dist"
],
Expand Down Expand Up @@ -54,7 +54,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.0"
"@modern-js-reduck/store": "workspace:^1.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/effects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @modern-js-reduck/plugin-effects

## 1.1.1

### Patch Changes

- chore: release v1.1.1
- Updated dependencies
- @modern-js-reduck/store@1.1.1

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js-reduck/plugin-effects",
"version": "1.1.0",
"version": "1.1.1",
"files": [
"dist"
],
Expand Down Expand Up @@ -56,7 +56,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.0"
"@modern-js-reduck/store": "workspace:^1.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/immer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @modern-js-reduck/plugin-immutable

## 1.1.1

### Patch Changes

- chore: release v1.1.1
- Updated dependencies
- @modern-js-reduck/store@1.1.1

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/immer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js-reduck/plugin-immutable",
"version": "1.1.0",
"version": "1.1.1",
"files": [
"dist"
],
Expand Down Expand Up @@ -53,7 +53,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.0"
"@modern-js-reduck/store": "workspace:^1.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/xstate-immer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.0",
"@modern-js-reduck/store": "workspace:^1.1.1",
"@modern-js-reduck/plugin-xstate": "workspace:^1.1.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/xstate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.0"
"@modern-js-reduck/store": "workspace:^1.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @modern-js-reduck/react

## 1.1.1

### Patch Changes

- chore: release v1.1.1
- Updated dependencies
- @modern-js-reduck/plugin-auto-actions@1.1.1
- @modern-js-reduck/plugin-devtools@1.1.1
- @modern-js-reduck/plugin-effects@1.1.1
- @modern-js-reduck/plugin-immutable@1.1.1
- @modern-js-reduck/store@1.1.1

## 1.1.0

### 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": "@modern-js-reduck/react",
"version": "1.1.0",
"version": "1.1.1",
"files": [
"dist",
"type.d.ts"
Expand Down
6 changes: 6 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-js-reduck/store

## 1.1.1

### Patch Changes

- chore: release v1.1.1

## 1.1.0

## 1.0.6
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modern-js-reduck/store",
"version": "1.1.0",
"version": "1.1.1",
"files": [
"dist"
],
Expand Down

0 comments on commit 8985111

Please sign in to comment.