Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hardchor committed May 2, 2020
1 parent 4c22630 commit d9f95d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.5.1",
"version": "1.5.1",
"version": "1.5.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-redux-e2e/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-redux-e2e",
"version": "1.5.1",
"version": "1.5.2",
"description": "The end-to-end tests for electron-redux",
"main": "dist/main/main.js",
"repository": "https://github.com/hardchor/electron-redux/tree/master/packages/electron-redux-e2e",
Expand All @@ -9,7 +9,7 @@
"private": true,
"dependencies": {
"electron": "^8.2.4",
"electron-redux": "^1.5.1",
"electron-redux": "^1.5.2",
"electron-webpack": "^2.8.2",
"redux": "^4.0.1",
"source-map-support": "^0.5.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-redux",
"version": "1.5.1",
"version": "1.5.2",
"description": "Use redux in the main and browser process in electron",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit d9f95d8

Please sign in to comment.