Skip to content

Commit

Permalink
v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bettadapur committed May 2, 2019
1 parent 89ee2c1 commit afed236
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"hoist": true,
"version": "3.5.1",
"version": "3.5.2",
"command": {
"publish": {
"allowBranch": "master"
Expand Down
4 changes: 2 additions & 2 deletions packages/counter-example/package.json
@@ -1,6 +1,6 @@
{
"name": "counter",
"version": "3.5.1",
"version": "3.5.2",
"private": true,
"devDependencies": {
"enzyme": "^3.6.0",
Expand All @@ -13,7 +13,7 @@
"react-dom": "16.8.2",
"react-redux": "6.0.0",
"redux": "4.0.1",
"redux-dynamic-modules": "^3.5.1"
"redux-dynamic-modules": "^3.5.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-dynamic-modules-core/package.json
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules-core",
"version": "3.5.1",
"version": "3.5.2",
"description": "Modularize the redux app by dynamically loading reducers, state and sagas",
"repository": {
"type": "github",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-dynamic-modules-observable/package.json
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules-observable",
"version": "3.5.1",
"version": "3.5.2",
"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.5.1",
"redux-dynamic-modules": "^3.5.2",
"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-react/package.json
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules-react",
"version": "3.5.1",
"version": "3.5.2",
"description": "Modularize the redux app by dynamically loading reducers, state and sagas",
"repository": {
"type": "github",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"redux-devtools-extension": "^2.13.7",
"redux-dynamic-middlewares": "^1.0.0",
"redux-dynamic-modules-core": "^3.5.1"
"redux-dynamic-modules-core": "^3.5.2"
},
"gitHead": "8f1ed8a7be500e3e8d388703bab88dbb69eeb54e"
}
4 changes: 2 additions & 2 deletions packages/redux-dynamic-modules-saga/package.json
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules-saga",
"version": "3.5.1",
"version": "3.5.2",
"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.5.1",
"redux-dynamic-modules": "^3.5.2",
"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
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules-thunk",
"version": "3.5.1",
"version": "3.5.2",
"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.5.1",
"redux-dynamic-modules": "^3.5.2",
"redux-thunk": "^2.3.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-dynamic-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules",
"version": "3.5.1",
"version": "3.5.2",
"description": "Modularize the redux app by dynamically loading reducers, state and sagas",
"repository": {
"type": "github",
Expand Down Expand Up @@ -48,8 +48,8 @@
"redux": ">= 3.0.0"
},
"dependencies": {
"redux-dynamic-modules-core": "^3.5.1",
"redux-dynamic-modules-react": "^3.5.1"
"redux-dynamic-modules-core": "^3.5.2",
"redux-dynamic-modules-react": "^3.5.2"
},
"gitHead": "8f1ed8a7be500e3e8d388703bab88dbb69eeb54e"
}
4 changes: 2 additions & 2 deletions packages/todo-example/package.json
@@ -1,6 +1,6 @@
{
"name": "redux-dynamic-modules-todos-example",
"version": "3.5.1",
"version": "3.5.2",
"private": true,
"devDependencies": {
"react-scripts": "2.1.8"
Expand All @@ -11,7 +11,7 @@
"react-dom": "16.7.0",
"react-redux": "6.0.0",
"redux": "4.0.1",
"redux-dynamic-modules": "^3.5.1",
"redux-dynamic-modules": "^3.5.2",
"redux-saga": "0.16.2"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/typescript-example/package.json
@@ -1,6 +1,6 @@
{
"name": "typescript-example",
"version": "3.5.1",
"version": "3.5.2",
"private": true,
"dependencies": {
"@types/jest": "^23.3.10",
Expand All @@ -14,9 +14,9 @@
"react-redux": "^5.0.7",
"react-scripts": "2.1.8",
"redux": "^4.0.1",
"redux-dynamic-modules": "^3.5.1",
"redux-dynamic-modules-saga": "^3.5.1",
"redux-dynamic-modules-thunk": "^3.5.1",
"redux-dynamic-modules": "^3.5.2",
"redux-dynamic-modules-saga": "^3.5.2",
"redux-dynamic-modules-thunk": "^3.5.2",
"redux-saga": "^0.16.2",
"redux-thunk": "^2.3.0",
"typescript": "^3.2.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/widgets-example/package.json
@@ -1,6 +1,6 @@
{
"name": "widgets-example",
"version": "3.5.1",
"version": "3.5.2",
"private": true,
"dependencies": {
"@redux-offline/redux-offline": "^2.5.0",
Expand All @@ -11,10 +11,10 @@
"react-redux": "6.0.0",
"react-scripts": "2.1.8",
"redux": "4.0.1",
"redux-dynamic-modules-core": "^3.5.1",
"redux-dynamic-modules-react": "^3.5.1",
"redux-dynamic-modules-saga": "^3.5.1",
"redux-dynamic-modules-thunk": "^3.5.1",
"redux-dynamic-modules-core": "^3.5.2",
"redux-dynamic-modules-react": "^3.5.2",
"redux-dynamic-modules-saga": "^3.5.2",
"redux-dynamic-modules-thunk": "^3.5.2",
"redux-saga": "0.16.2",
"redux-thunk": "2.3.0"
},
Expand Down

0 comments on commit afed236

Please sign in to comment.