Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock committed Nov 2, 2016
1 parent 548c6a2 commit 64e4281
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 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.26",
"version": "1.2.0"
"version": "1.3.0"
}
10 changes: 5 additions & 5 deletions packages/demo-react-js/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "demo-react-js",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"devDependencies": {
"babel-eslint": "^6.1.2",
"react-scripts": "0.4.1",
"reactotron-apisauce": "^1.2.0",
"reactotron-core-client": "^1.1.4",
"reactotron-react-js": "^1.1.4",
"reactotron-redux": "^1.1.4",
"reactotron-apisauce": "^1.3.0",
"reactotron-core-client": "^1.3.0",
"reactotron-react-js": "^1.3.0",
"reactotron-redux": "^1.3.0",
"stacktrace-js": "^1.3.1",
"standard": "^8.0.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.2.0",
"version": "1.3.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -16,10 +16,10 @@
"react-native": "^0.33.0",
"react-native-view-shot": "^1.1.2",
"react-redux": "^4.4.5",
"reactotron-apisauce": "^1.2.0",
"reactotron-core-client": "^1.1.4",
"reactotron-react-native": "^1.1.4",
"reactotron-redux": "^1.1.4",
"reactotron-apisauce": "^1.3.0",
"reactotron-core-client": "^1.3.0",
"reactotron-react-native": "^1.3.0",
"reactotron-redux": "^1.3.0",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-saga": "^0.11.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.2.0",
"version": "1.3.0",
"description": "A Reactotron plugin for Apisauce.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -57,6 +57,6 @@
"apisauce": "^0.5.0",
"ramda": "^0.22.1",
"ramdasauce": "^1.1.1",
"reactotron-core-client": "^1.1.4"
"reactotron-core-client": "^1.3.0"
}
}
4 changes: 2 additions & 2 deletions 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.2.0",
"version": "1.3.0",
"description": "Reactotron desktop mode engage!",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"react-modal-dialog": "^3.0.2",
"react-tap-event-plugin": "^1.0.0",
"react-tooltip": "^3.1.8",
"reactotron-core-server": "^1.1.4",
"reactotron-core-server": "^1.3.0",
"socket.io": "1.4.8",
"source-map-support": "^0.4.2",
"stringify-object": "^2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/reactotron-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-cli",
"version": "1.1.4",
"version": "1.3.0",
"description": "Reactotron terminal mode engage!",
"bin": {
"reactotron": "./dist/index.js"
Expand Down Expand Up @@ -55,6 +55,6 @@
"blessed": "^0.1.81",
"gemoji": "^1.0.0",
"moment": "^2.15.0",
"reactotron-core-server": "^1.1.4"
"reactotron-core-server": "^1.3.0"
}
}
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.1.4",
"version": "1.3.0",
"description": "Grants Reactotron clients the ability to talk to a Reactotron server.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reactotron-core-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-core-server",
"version": "1.1.4",
"version": "1.3.0",
"description": "Grants Reactotron servers the ability to talk to a Reactotron client.",
"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.1.4",
"version": "1.3.0",
"description": "A development tool to explore, inspect, and diagnose your React JS/DOM apps.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -66,6 +66,6 @@
"ramdasauce": "^1.1.0",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"reactotron-core-client": "^1.1.4"
"reactotron-core-client": "^1.3.0"
}
}
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.1.4",
"version": "1.3.0",
"description": "A development tool to explore, inspect, and diagnose your React Native apps.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -67,6 +67,6 @@
"ramdasauce": "^1.1.1",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"reactotron-core-client": "^1.1.4"
"reactotron-core-client": "^1.3.0"
}
}
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.1.4",
"version": "1.3.0",
"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.1.4"
"reactotron-core-client": "^1.3.0"
}
}

0 comments on commit 64e4281

Please sign in to comment.