Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bettadapur committed Feb 20, 2019
1 parent 5b36f57 commit 679993f
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"packages/*"
],
"hoist": true,
"version": "3.4.0",
"version": "3.4.1",
"command": {
"publish": {
"allowBranch": "master"
}
}
}
}
4 changes: 2 additions & 2 deletions packages/counter-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counter",
"version": "3.4.0",
"version": "3.4.1",
"private": true,
"devDependencies": {
"enzyme": "^3.6.0",
Expand All @@ -15,7 +15,7 @@
"react-dom": "16.8.2",
"react-redux": "6.0.0",
"redux": "4.0.1",
"redux-dynamic-modules": "^3.4.0"
"redux-dynamic-modules": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-dynamic-modules-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules-observable",
"version": "3.4.0",
"version": "3.4.1",
"description": "Observable Extension for redux-dynamic-modules",
"private": true,
"repository": {
Expand All @@ -27,7 +27,7 @@
"@types/jest": "^23.3.1",
"@types/redux": "3.6.0",
"jest": "^23.5.0",
"redux-dynamic-modules": "^3.4.0",
"redux-dynamic-modules": "^3.4.1",
"rimraf": "^2.6.2",
"ts-jest": "^23.1.4",
"tslib": "^1.9.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-dynamic-modules-saga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules-saga",
"version": "3.4.0",
"version": "3.4.1",
"description": "Saga Extension for redux-dynamic-modules",
"repository": {
"type": "github",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/redux": "3.6.0",
"@types/redux-saga": "0.10.5",
"jest": "^23.5.0",
"redux-dynamic-modules": "^3.4.0",
"redux-dynamic-modules": "^3.4.1",
"redux-saga": "0.16.2",
"rimraf": "^2.6.2",
"ts-jest": "^23.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-dynamic-modules-thunk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules-thunk",
"version": "3.4.0",
"version": "3.4.1",
"description": "Thunk Extension for redux-dynamic-modules",
"repository": {
"type": "github",
Expand All @@ -26,7 +26,7 @@
"@types/jest": "^23.3.1",
"@types/redux": "3.6.0",
"jest": "^23.5.0",
"redux-dynamic-modules": "^3.4.0",
"redux-dynamic-modules": "^3.4.1",
"redux-thunk": "^2.3.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-dynamic-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules",
"version": "3.4.0",
"version": "3.4.1",
"description": "Modularize the redux app by dynamically loading reducers, state and sagas",
"repository": {
"type": "github",
Expand Down
4 changes: 2 additions & 2 deletions packages/todo-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules-todos-example",
"version": "3.4.0",
"version": "3.4.1",
"private": true,
"devDependencies": {
"react-scripts": "^1.1.4"
Expand All @@ -11,7 +11,7 @@
"react-dom": "16.7.0",
"react-redux": "6.0.0",
"redux": "4.0.1",
"redux-dynamic-modules": "^3.4.0",
"redux-dynamic-modules": "^3.4.1",
"redux-saga": "0.16.2"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/typescript-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-example",
"version": "3.4.0",
"version": "3.4.1",
"private": true,
"dependencies": {
"@types/jest": "^23.3.10",
Expand All @@ -14,9 +14,9 @@
"react-redux": "^5.0.7",
"react-scripts": "2.1.2",
"redux": "^4.0.1",
"redux-dynamic-modules": "^3.4.0",
"redux-dynamic-modules-saga": "^3.4.0",
"redux-dynamic-modules-thunk": "^3.4.0",
"redux-dynamic-modules": "^3.4.1",
"redux-dynamic-modules-saga": "^3.4.1",
"redux-dynamic-modules-thunk": "^3.4.1",
"redux-saga": "^0.16.2",
"redux-thunk": "^2.3.0",
"typescript": "^3.2.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/widgets-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "widgets-example",
"version": "3.4.0",
"version": "3.4.1",
"private": true,
"dependencies": {
"@redux-offline/redux-offline": "^2.5.0",
Expand All @@ -11,9 +11,9 @@
"react-redux": "6.0.0",
"react-scripts": "2.0.4",
"redux": "4.0.1",
"redux-dynamic-modules": "^3.4.0",
"redux-dynamic-modules-saga": "^3.4.0",
"redux-dynamic-modules-thunk": "^3.4.0",
"redux-dynamic-modules": "^3.4.1",
"redux-dynamic-modules-saga": "^3.4.1",
"redux-dynamic-modules-thunk": "^3.4.1",
"redux-saga": "0.16.2",
"redux-thunk": "2.3.0"
},
Expand Down

0 comments on commit 679993f

Please sign in to comment.