Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock committed Aug 27, 2016
1 parent bc59327 commit 5bcdbc9
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.0.1"
"version": "1.1.0"
}
10 changes: 5 additions & 5 deletions packages/demo-react-js/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "demo-react-js",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.2.3",
"reactotron-react-js": "^1.0.0",
"reactotron-apisauce": "^1.0.0",
"reactotron-core-client": "^1.0.0",
"reactotron-redux": "^1.0.0",
"reactotron-react-js": "^1.1.0",
"reactotron-apisauce": "^1.1.0",
"reactotron-core-client": "^1.1.0",
"reactotron-redux": "^1.1.0",
"stacktrace-js": "^1.3.1"
},
"dependencies": {
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.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -15,10 +15,10 @@
"react-native": "^0.32.0",
"react-native-view-shot": "^1.1.0",
"react-redux": "^4.4.5",
"reactotron-apisauce": "^1.0.0",
"reactotron-core-client": "^1.0.0",
"reactotron-react-native": "^1.0.0",
"reactotron-redux": "^1.0.0",
"reactotron-apisauce": "^1.1.0",
"reactotron-core-client": "^1.1.0",
"reactotron-react-native": "^1.1.0",
"reactotron-redux": "^1.1.0",
"redux": "^3.5.1",
"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.0.0",
"version": "1.1.0",
"description": "A Reactotron plugin for Apisauce.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -56,6 +56,6 @@
"apisauce": "^0.3.0",
"ramda": "^0.22.1",
"ramdasauce": "^1.1.0",
"reactotron-core-client": "^1.0.0"
"reactotron-core-client": "^1.1.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.0.0",
"version": "1.1.0",
"description": "Reactotron desktop mode engage!",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -89,7 +89,7 @@
"react-modal-dialog": "^3.0.2",
"react-tap-event-plugin": "^1.0.0",
"react-tooltip": "^3.1.5",
"reactotron-core-server": "^1.0.0",
"reactotron-core-server": "^1.1.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.0.1",
"version": "1.1.0",
"description": "Reactotron terminal mode engage!",
"bin": {
"reactotron": "./dist/index.js"
Expand Down Expand Up @@ -54,6 +54,6 @@
"blessed": "^0.1.81",
"gemoji": "^1.0.0",
"moment": "^2.12.0",
"reactotron-core-server": "^1.0.0"
"reactotron-core-server": "^1.1.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.0.0",
"version": "1.1.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.0.0",
"version": "1.1.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.0.0",
"version": "1.1.0",
"description": "A development tool to explore, inspect, and diagnose your React JS/DOM apps.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -62,6 +62,6 @@
"ramdasauce": "^1.1.0",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"reactotron-core-client": "^1.0.0"
"reactotron-core-client": "^1.1.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.0.0",
"version": "1.1.0",
"description": "A development tool to explore, inspect, and diagnose your React Native 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.0.0"
"reactotron-core-client": "^1.1.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.0.0",
"version": "1.1.0",
"description": "A Reactotron plugin for Redux.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -57,6 +57,6 @@
"redux": "^3.5.2",
"ramda": "^0.22.1",
"ramdasauce": "^1.1.0",
"reactotron-core-client": "^1.0.0"
"reactotron-core-client": "^1.1.0"
}
}

0 comments on commit 5bcdbc9

Please sign in to comment.