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

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyper committed Dec 3, 2018
1 parent d4c95fb commit 187955b
Show file tree
Hide file tree
Showing 23 changed files with 827 additions and 107 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.5.0",
"version": "3.0.0",
"private": true,
"devDependencies": {
"react-scripts": "^2.0.5"
Expand All @@ -10,7 +10,7 @@
"react": "^16.6.0",
"react-dom": "^16.6.0",
"redux": "^4.0.1",
"redux-subspace": "^2.5.0"
"redux-subspace": "^3.0.0"
},
"scripts": {
"start": "react-scripts start"
Expand Down
144 changes: 132 additions & 12 deletions examples/real-world/package-lock.json

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

6 changes: 3 additions & 3 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.5.0",
"version": "3.0.0",
"private": true,
"devDependencies": {
"react-scripts": "^2.0.5",
Expand All @@ -23,8 +23,8 @@
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"redux-subspace": "^2.5.0",
"redux-subspace-wormhole": "^2.5.0",
"redux-subspace": "^3.0.0",
"redux-subspace-wormhole": "^3.0.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 187955b

Please sign in to comment.