Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock committed Nov 15, 2016
1 parent 3315736 commit 6f8c492
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.30",
"version": "1.5.0"
"version": "1.5.1"
}
4 changes: 2 additions & 2 deletions packages/demo-react-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-react-js",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"devDependencies": {
"babel-eslint": "^7.1.0",
Expand All @@ -9,7 +9,7 @@
"reactotron-core-client": "^1.5.0",
"reactotron-react-js": "^1.5.0",
"reactotron-redux": "^1.5.0",
"reactotron-redux-saga": "^1.5.0",
"reactotron-redux-saga": "^1.5.1",
"stacktrace-js": "^1.3.1",
"standard": "^8.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DemoReactNative",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -20,7 +20,7 @@
"reactotron-core-client": "^1.5.0",
"reactotron-react-native": "^1.5.0",
"reactotron-redux": "^1.5.0",
"reactotron-redux-saga": "^1.5.0",
"reactotron-redux-saga": "^1.5.1",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-saga": "^0.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactotron-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactotron-app",
"productName": "Reactotron",
"version": "1.5.0",
"version": "1.5.1",
"description": "Reactotron desktop mode engage!",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reactotron-redux-saga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-redux-saga",
"version": "1.5.0",
"version": "1.5.1",
"description": "A Reactotron plugin for Redux Saga.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 6f8c492

Please sign in to comment.