Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyper committed Jan 27, 2021
1 parent b78e4e2 commit 615b70c
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counter",
"version": "6.2.0",
"version": "6.2.1",
"private": true,
"devDependencies": {
"react-scripts": "4.0.1"
Expand All @@ -10,7 +10,7 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"redux": "4.0.5",
"redux-subspace": "^6.2.0"
"redux-subspace": "^6.2.1"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start"
Expand Down
8 changes: 4 additions & 4 deletions examples/real-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "real-world",
"version": "6.2.0",
"version": "6.2.1",
"private": true,
"devDependencies": {
"react-scripts": "4.0.1",
Expand All @@ -19,12 +19,12 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.2",
"react-redux-subspace": "^6.2.0",
"react-redux-subspace": "^6.2.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"redux": "4.0.5",
"redux-subspace": "^6.2.0",
"redux-subspace-wormhole": "^6.2.0",
"redux-subspace": "^6.2.1",
"redux-subspace-wormhole": "^6.2.1",
"redux-thunk": "2.3.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions examples/redux-loop/redux-loop-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-loop-example",
"version": "6.2.0",
"version": "6.2.1",
"private": true,
"devDependencies": {
"react-scripts": "4.0.1",
Expand All @@ -11,11 +11,11 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.2",
"react-redux-subspace": "^6.2.0",
"react-redux-subspace": "^6.2.1",
"redux": "4.0.5",
"redux-act": "1.8.0",
"redux-loop": "5.1.1",
"redux-subspace-loop": "^6.2.0"
"redux-subspace-loop": "^6.2.1"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/redux-observable/cancellable-counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-observable-cancellable-counter",
"version": "6.2.0",
"version": "6.2.1",
"private": true,
"devDependencies": {
"react-scripts": "4.0.1"
Expand All @@ -10,11 +10,11 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.2",
"react-redux-subspace": "^6.2.0",
"react-redux-subspace": "^6.2.1",
"redux": "4.0.5",
"redux-observable": "1.2.0",
"redux-subspace": "^6.2.0",
"redux-subspace-observable": "^6.2.0",
"redux-subspace": "^6.2.1",
"redux-subspace-observable": "^6.2.1",
"rxjs": "6.6.3"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions examples/redux-saga/cancellable-counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-saga-cancellable-counter",
"version": "6.2.0",
"version": "6.2.1",
"private": true,
"devDependencies": {
"react-scripts": "4.0.1"
Expand All @@ -10,11 +10,11 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.2",
"react-redux-subspace": "^6.2.0",
"react-redux-subspace": "^6.2.1",
"redux": "4.0.5",
"redux-saga": "1.1.3",
"redux-subspace": "^6.2.0",
"redux-subspace-saga": "^6.2.0"
"redux-subspace": "^6.2.1",
"redux-subspace-saga": "^6.2.1"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start"
Expand Down
6 changes: 3 additions & 3 deletions examples/redux-saga/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-saga-counter",
"version": "6.2.0",
"version": "6.2.1",
"private": true,
"devDependencies": {
"react-scripts": "4.0.1"
Expand All @@ -11,8 +11,8 @@
"react-dom": "16.14.0",
"redux": "4.0.5",
"redux-saga": "1.1.3",
"redux-subspace": "^6.2.0",
"redux-subspace-saga": "^6.2.0"
"redux-subspace": "^6.2.1",
"redux-subspace-saga": "^6.2.1"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start"
Expand Down
8 changes: 4 additions & 4 deletions examples/slorber-scalable-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slorber-scalable-frontend",
"version": "6.2.0",
"version": "6.2.1",
"private": true,
"devDependencies": {
"react-scripts": "4.0.1"
Expand All @@ -9,11 +9,11 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.2",
"react-redux-subspace": "^6.2.0",
"react-redux-subspace": "^6.2.1",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-subspace": "^6.2.0",
"redux-subspace-wormhole": "^6.2.0",
"redux-subspace": "^6.2.1",
"redux-subspace-wormhole": "^6.2.1",
"redux-thunk": "2.3.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions examples/todos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todos",
"version": "6.2.0",
"version": "6.2.1",
"private": true,
"devDependencies": {
"react-scripts": "4.0.1"
Expand All @@ -10,9 +10,9 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.2",
"react-redux-subspace": "^6.2.0",
"react-redux-subspace": "^6.2.1",
"redux": "4.0.5",
"redux-subspace": "^6.2.0"
"redux-subspace": "^6.2.1"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"examples/**/*",
"packages/*"
],
"version": "6.2.0"
"version": "6.2.1"
}
2 changes: 1 addition & 1 deletion packages/react-redux-subspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-redux-subspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-subspace",
"version": "6.2.0",
"version": "6.2.1",
"description": "react-redux Provider extension for redux-subspace",
"author": "Michael Peyper",
"contributors": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/react-redux": "^7.1.1",
"hoist-non-react-statics": "^3.3.0",
"prop-types": "^15.7.2",
"redux-subspace": "^6.2.0"
"redux-subspace": "^6.2.1"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-subspace-loop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-subspace-loop",
"version": "6.2.0",
"version": "6.2.1",
"description": "redux-subspace wrappers for redux-loop",
"author": "Riku Rouvila",
"contributors": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/ioof-holdings/redux-subspace.git"
},
"dependencies": {
"redux-subspace": "^6.2.0"
"redux-subspace": "^6.2.1"
},
"peerDependencies": {
"redux": "^3.0.0 || ^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-subspace-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-subspace-observable",
"version": "6.2.0",
"version": "6.2.1",
"description": "redux-subspace wrappers for redux-observable",
"author": "Michael Peyper",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/ioof-holdings/redux-subspace.git"
},
"dependencies": {
"redux-subspace": "^6.2.0",
"redux-subspace": "^6.2.1",
"rxjs": "^6.5.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-subspace-saga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-subspace-saga",
"version": "6.2.0",
"version": "6.2.1",
"description": "redux-subspace wrappers for redux-saga",
"author": "Michael Peyper",
"contributors": [
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"redux-subspace": "^6.2.0"
"redux-subspace": "^6.2.1"
},
"peerDependencies": {
"redux": "^3.0.0 || ^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-subspace-wormhole/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-subspace-wormhole",
"version": "6.2.0",
"version": "6.2.1",
"description": "Create isolated subspaces of a Redux store",
"author": "Michael Peyper",
"contributors": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"lodash.isplainobject": "^4.0.6",
"memoize-one": "^5.1.1",
"redux-subspace": "^6.2.0"
"redux-subspace": "^6.2.1"
},
"devDependencies": {
"@babel/core": "7.12.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-subspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-subspace",
"version": "6.2.0",
"version": "6.2.1",
"description": "Create isolated subspaces of a Redux store",
"author": "Michael Peyper",
"contributors": [
Expand Down

0 comments on commit 615b70c

Please sign in to comment.