Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock committed Nov 10, 2016
1 parent 8eb8699 commit 767cd64
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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.3.1"
"version": "1.4.0"
}
4 changes: 2 additions & 2 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.3.1",
"version": "1.4.0",
"private": true,
"devDependencies": {
"babel-eslint": "^6.1.2",
"react-scripts": "0.4.1",
"reactotron-apisauce": "^1.3.0",
"reactotron-core-client": "^1.3.0",
"reactotron-react-js": "^1.3.0",
"reactotron-redux": "^1.3.1",
"reactotron-redux": "^1.4.0",
"stacktrace-js": "^1.3.1",
"standard": "^8.0.0"
},
Expand Down
6 changes: 3 additions & 3 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.3.1",
"version": "1.4.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -19,8 +19,8 @@
"reactotron-apisauce": "^1.3.0",
"reactotron-core-client": "^1.3.0",
"reactotron-react-native": "^1.3.0",
"reactotron-redux": "^1.3.1",
"reactotron-redux-saga": "^1.3.1",
"reactotron-redux": "^1.4.0",
"reactotron-redux-saga": "^1.4.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-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactotron-app",
"productName": "Reactotron",
"version": "1.3.0",
"version": "1.4.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.3.0",
"reactotron-core-server": "^1.4.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.3.0",
"version": "1.4.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.3.0"
"reactotron-core-server": "^1.4.0"
}
}
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.3.0",
"version": "1.4.0",
"description": "Grants Reactotron servers the ability to talk to a Reactotron client.",
"main": "dist/index.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.3.1",
"version": "1.4.0",
"description": "A Reactotron plugin for Redux Saga.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reactotron-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactotron-redux",
"version": "1.3.1",
"version": "1.4.0",
"description": "A Reactotron plugin for Redux.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 767cd64

Please sign in to comment.