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

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyper committed Jan 25, 2018
1 parent 6aecfb5 commit 84fdf78
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 38 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": "2.1.1",
"version": "2.2.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.14"
Expand All @@ -10,7 +10,7 @@
"react": "^16.0.0",
"react-dom": "^16.0.0",
"redux": "^3.7.2",
"redux-subspace": "^2.1.1"
"redux-subspace": "^2.2.0"
},
"scripts": {
"start": "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": "2.1.1",
"version": "2.2.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.14",
Expand All @@ -17,12 +17,12 @@
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-redux-subspace": "^2.1.1",
"react-redux-subspace": "^2.2.0",
"react-router": "^3.2.0",
"react-router-redux": "^4.0.5",
"redux": "^3.7.2",
"redux-subspace": "^2.1.1",
"redux-subspace-wormhole": "^2.1.1",
"redux-subspace": "^2.2.0",
"redux-subspace-wormhole": "^2.2.0",
"redux-thunk": "^2.2.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions examples/redux-loop/examples/redux-loop-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-loop-example",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.14"
Expand All @@ -10,11 +10,11 @@
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-redux-subspace": "^2.1.1",
"react-redux-subspace": "^2.2.0",
"redux": "^3.7.2",
"redux-act": "^1.5.0",
"redux-loop": "^3.2.2",
"redux-subspace-loop": "^2.1.1"
"redux-subspace-loop": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cancellable-counter",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.14"
Expand All @@ -10,10 +10,10 @@
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-redux-subspace": "^2.1.1",
"react-redux-subspace": "^2.2.0",
"redux": "^3.7.2",
"redux-observable": "^0.16.0",
"redux-subspace": "^2.1.1",
"redux-subspace": "^2.2.0",
"redux-subspace-observable": "^2.0.6",
"rxjs": "^5.5.2"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/redux-saga/examples/cancellable-counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cancellable-counter",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.14"
Expand All @@ -10,11 +10,11 @@
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-redux-subspace": "^2.1.1",
"react-redux-subspace": "^2.2.0",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"redux-subspace": "^2.1.1",
"redux-subspace-saga": "^2.1.1"
"redux-subspace": "^2.2.0",
"redux-subspace-saga": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
6 changes: 3 additions & 3 deletions examples/redux-saga/examples/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counter",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.14"
Expand All @@ -11,8 +11,8 @@
"react-dom": "^16.0.0",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"redux-subspace": "^2.1.1",
"redux-subspace-saga": "^2.1.1"
"redux-subspace": "^2.2.0",
"redux-subspace-saga": "^2.2.0"
},
"scripts": {
"start": "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": "2.1.1",
"version": "2.2.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.14"
Expand All @@ -9,11 +9,11 @@
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-redux-subspace": "^2.1.1",
"react-redux-subspace": "^2.2.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-subspace": "^2.1.1",
"redux-subspace-wormhole": "^2.1.1",
"redux-subspace": "^2.2.0",
"redux-subspace-wormhole": "^2.2.0",
"redux-thunk": "^2.2.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": "2.1.1",
"version": "2.2.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.14"
Expand All @@ -10,9 +10,9 @@
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-redux-subspace": "^2.1.1",
"react-redux-subspace": "^2.2.0",
"redux": "^3.7.2",
"redux-subspace": "^2.1.1"
"redux-subspace": "^2.2.0"
},
"scripts": {
"start": "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 @@
"packages/*",
"**/examples/*"
],
"version": "2.1.1"
"version": "2.2.0"
}
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": "2.1.1",
"version": "2.2.0",
"description": "react-redux Provider extension for redux-subspace",
"author": "Michael Peyper",
"contributors": [
Expand All @@ -26,7 +26,7 @@
"hoist-non-react-statics": "^2.3.1",
"prop-types": "^15.6.0",
"recompose": "^0.26.0",
"redux-subspace": "^2.1.1"
"redux-subspace": "^2.2.0"
},
"peerDependencies": {
"react": "^15.1 || ^16.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": "2.1.1",
"version": "2.2.0",
"description": "redux-subspace wrappers for redux-loop",
"author": "Riku Rouvila",
"contributors": [
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/ioof-holdings/redux-subspace.git"
},
"dependencies": {
"redux-subspace": "^2.1.1"
"redux-subspace": "^2.2.0"
},
"peerDependencies": {
"redux-loop": "^2.0.0 || ^3.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": "2.1.1",
"version": "2.2.0",
"description": "redux-subspace wrappers for redux-observable",
"author": "Michael Peyper",
"contributors": [
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/ioof-holdings/redux-subspace.git"
},
"dependencies": {
"redux-subspace": "^2.1.1"
"redux-subspace": "^2.2.0"
},
"peerDependencies": {
"redux-observable": "^0.16.0"
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": "2.1.1",
"version": "2.2.0",
"description": "redux-subspace wrappers for redux-saga",
"author": "Michael Peyper",
"contributors": [
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"babel-runtime": "^6.26.0",
"redux-subspace": "^2.1.1"
"redux-subspace": "^2.2.0"
},
"peerDependencies": {
"redux-saga": "^0.16.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": "2.1.1",
"version": "2.2.0",
"description": "Create isolated subspaces of a Redux store",
"author": "Michael Peyper",
"contributors": [
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"lodash.isplainobject": "^4.0.6",
"redux-subspace": "^2.1.1"
"redux-subspace": "^2.2.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
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": "2.1.1",
"version": "2.2.0",
"description": "Create isolated subspaces of a Redux store",
"author": "Michael Peyper",
"contributors": [
Expand Down

0 comments on commit 84fdf78

Please sign in to comment.