Skip to content

Commit

Permalink
chore: release v1.1.2 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchaobei authored Oct 10, 2022
1 parent af9e6a1 commit 4f4bcf1
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 12 deletions.
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.2

### Patch Changes

- feat: export util functions from main entry
- Updated dependencies
- @modern-js-reduck/store@1.1.2

## 1.1.1

### Patch 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.1",
"version": "1.1.2",
"files": [
"dist"
],
Expand Down Expand Up @@ -52,7 +52,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.1"
"@modern-js-reduck/store": "workspace:^1.1.2"
},
"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.2

### Patch Changes

- feat: export util functions from main entry
- Updated dependencies
- @modern-js-reduck/store@1.1.2

## 1.1.1

### Patch 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.1",
"version": "1.1.2",
"files": [
"dist"
],
Expand Down Expand Up @@ -54,7 +54,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.1"
"@modern-js-reduck/store": "workspace:^1.1.2"
},
"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.2

### Patch Changes

- feat: export util functions from main entry
- Updated dependencies
- @modern-js-reduck/store@1.1.2

## 1.1.1

### Patch 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.1",
"version": "1.1.2",
"files": [
"dist"
],
Expand Down Expand Up @@ -56,7 +56,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.1"
"@modern-js-reduck/store": "workspace:^1.1.2"
},
"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.2

### Patch Changes

- feat: export util functions from main entry
- Updated dependencies
- @modern-js-reduck/store@1.1.2

## 1.1.1

### Patch 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.1",
"version": "1.1.2",
"files": [
"dist"
],
Expand Down Expand Up @@ -53,7 +53,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.1"
"@modern-js-reduck/store": "workspace:^1.1.2"
},
"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.1",
"@modern-js-reduck/store": "workspace:^1.1.2",
"@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.1"
"@modern-js-reduck/store": "workspace:^1.1.2"
},
"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.2

### Patch Changes

- feat: export util functions from main entry
- Updated dependencies
- @modern-js-reduck/plugin-auto-actions@1.1.2
- @modern-js-reduck/plugin-devtools@1.1.2
- @modern-js-reduck/plugin-effects@1.1.2
- @modern-js-reduck/plugin-immutable@1.1.2
- @modern-js-reduck/store@1.1.2

## 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": "@modern-js-reduck/react",
"version": "1.1.1",
"version": "1.1.2",
"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.2

### Patch Changes

- feat: export util functions from main entry

## 1.1.1

### Patch Changes
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.1",
"version": "1.1.2",
"files": [
"dist"
],
Expand Down

0 comments on commit 4f4bcf1

Please sign in to comment.