Skip to content

Commit

Permalink
Release v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2023
1 parent 45ea0d1 commit 754b685
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-files-help.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/plugins/auto-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js-reduck/plugin-auto-actions

## 1.1.10

### Patch Changes

- Updated dependencies [8b81fc9]
- @modern-js-reduck/store@1.1.10

## 1.1.9

### 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.9",
"version": "1.1.10",
"files": [
"dist"
],
Expand Down Expand Up @@ -49,7 +49,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.9"
"@modern-js-reduck/store": "workspace:^1.1.10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js-reduck/plugin-devtools

## 1.1.10

### Patch Changes

- Updated dependencies [8b81fc9]
- @modern-js-reduck/store@1.1.10

## 1.1.9

### 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.9",
"version": "1.1.10",
"files": [
"dist"
],
Expand Down Expand Up @@ -51,7 +51,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.9"
"@modern-js-reduck/store": "workspace:^1.1.10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/effects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js-reduck/plugin-effects

## 1.1.10

### Patch Changes

- Updated dependencies [8b81fc9]
- @modern-js-reduck/store@1.1.10

## 1.1.9

### 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.9",
"version": "1.1.10",
"files": [
"dist"
],
Expand Down Expand Up @@ -53,7 +53,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.9"
"@modern-js-reduck/store": "workspace:^1.1.10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/immer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @modern-js-reduck/plugin-immutable

## 1.1.10

### Patch Changes

- Updated dependencies [8b81fc9]
- @modern-js-reduck/store@1.1.10

## 1.1.9

### 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.9",
"version": "1.1.10",
"files": [
"dist"
],
Expand Down Expand Up @@ -50,7 +50,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.9"
"@modern-js-reduck/store": "workspace:^1.1.10"
},
"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 @@ -57,7 +57,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.9",
"@modern-js-reduck/store": "workspace:^1.1.10",
"@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 @@ -51,7 +51,7 @@
"modernSettings": {},
"sideEffects": false,
"peerDependencies": {
"@modern-js-reduck/store": "workspace:^1.1.9"
"@modern-js-reduck/store": "workspace:^1.1.10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @modern-js-reduck/react

## 1.1.10

### Patch Changes

- Updated dependencies [8b81fc9]
- @modern-js-reduck/store@1.1.10
- @modern-js-reduck/plugin-auto-actions@1.1.10
- @modern-js-reduck/plugin-devtools@1.1.10
- @modern-js-reduck/plugin-effects@1.1.10
- @modern-js-reduck/plugin-immutable@1.1.10

## 1.1.9

### 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.9",
"version": "1.1.10",
"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.10

### Patch Changes

- 8b81fc9: fix: fix initial state missing

## 1.1.9

### 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.9",
"version": "1.1.10",
"files": [
"dist"
],
Expand Down

0 comments on commit 754b685

Please sign in to comment.