Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock committed Nov 28, 2016
1 parent 9f28184 commit b41454d
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 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.2"
"version": "1.5.3"
}
12 changes: 6 additions & 6 deletions packages/demo-react-js/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "demo-react-js",
"version": "1.5.2",
"version": "1.5.3",
"private": true,
"devDependencies": {
"babel-eslint": "^7.1.1",
"react-scripts": "0.7.0",
"reactotron-apisauce": "^1.5.2",
"reactotron-core-client": "^1.5.2",
"reactotron-react-js": "^1.5.2",
"reactotron-redux": "^1.5.2",
"reactotron-redux-saga": "^1.5.2",
"reactotron-apisauce": "^1.5.3",
"reactotron-core-client": "^1.5.3",
"reactotron-react-js": "^1.5.3",
"reactotron-redux": "^1.5.3",
"reactotron-redux-saga": "^1.5.3",
"stacktrace-js": "^1.3.1",
"standard": "^8.5.0"
},
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "1.5.3",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -17,10 +17,10 @@
"react-native": "^0.37.0",
"react-native-view-shot": "^1.1.2",
"react-redux": "^4.4.5",
"reactotron-apisauce": "^1.5.2",
"reactotron-react-native": "^1.5.2",
"reactotron-redux": "^1.5.2",
"reactotron-redux-saga": "^1.5.2",
"reactotron-apisauce": "^1.5.3",
"reactotron-react-native": "^1.5.3",
"reactotron-redux": "^1.5.3",
"reactotron-redux-saga": "^1.5.3",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-saga": "^0.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactotron-apisauce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-apisauce",
"version": "1.5.2",
"version": "1.5.3",
"description": "A Reactotron plugin for Apisauce.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -57,6 +57,6 @@
"apisauce": "^0.6.0",
"ramda": "^0.22.1",
"ramdasauce": "^1.1.1",
"reactotron-core-client": "^1.5.2"
"reactotron-core-client": "^1.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/reactotron-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-cli",
"version": "1.5.0",
"version": "1.5.3",
"description": "Reactotron terminal mode engage!",
"bin": {
"reactotron": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/reactotron-core-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-core-client",
"version": "1.5.2",
"version": "1.5.3",
"description": "Grants Reactotron clients the ability to talk to a Reactotron server.",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reactotron-react-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-react-js",
"version": "1.5.2",
"version": "1.5.3",
"description": "A development tool to explore, inspect, and diagnose your React JS/DOM apps.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"json-stringify-safe": "^5.0.1",
"ramda": "^0.22.1",
"ramdasauce": "^1.1.0",
"reactotron-core-client": "^1.5.2",
"reactotron-core-client": "^1.5.3",
"socket.io-client": "~1.7.1",
"stacktrace-js": "^1.3.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/reactotron-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-react-native",
"version": "1.5.2",
"version": "1.5.3",
"description": "A development tool to explore, inspect, and diagnose your React Native apps.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"json-stringify-safe": "^5.0.1",
"ramda": "^0.22.1",
"ramdasauce": "^1.1.1",
"reactotron-core-client": "^1.5.2",
"reactotron-core-client": "^1.5.3",
"socket.io-client": "~1.7.1"
}
}
4 changes: 2 additions & 2 deletions 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.2",
"version": "1.5.3",
"description": "A Reactotron plugin for Redux Saga.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"redux": "^3.6.0",
"ramda": "^0.22.1",
"ramdasauce": "^1.1.1",
"reactotron-core-client": "^1.5.2",
"reactotron-core-client": "^1.5.3",
"redux-saga": "^0.12.1"
}
}
4 changes: 2 additions & 2 deletions packages/reactotron-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-redux",
"version": "1.5.2",
"version": "1.5.3",
"description": "A Reactotron plugin for Redux.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -58,6 +58,6 @@
"redux": "^3.6.0",
"ramda": "^0.22.1",
"ramdasauce": "^1.1.1",
"reactotron-core-client": "^1.5.2"
"reactotron-core-client": "^1.5.3"
}
}

0 comments on commit b41454d

Please sign in to comment.