Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hardchor committed Apr 29, 2020
1 parent 9d53cd3 commit 259b95c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.5.1",
"version": "1.5.0",
"version": "1.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-redux-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-redux-e2e",
"version": "1.5.0",
"version": "1.5.1",
"description": "The end-to-end tests for electron-redux",
"main": "app/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.0",
"electron-redux": "^1.5.1",
"redux": "^4.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-redux",
"version": "1.5.0",
"version": "1.5.1",
"description": "Use redux in the main and browser process in electron",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 259b95c

Please sign in to comment.