Skip to content

Commit f21c8ee

Browse files
committed
v0.92.0
1 parent 31faaf9 commit f21c8ee

File tree

11 files changed

+24
-24
lines changed

11 files changed

+24
-24
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.0.0-beta.26",
3-
"version": "0.91.0"
3+
"version": "0.92.0"
44
}

packages/demo-react-js/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-react-js",
3-
"version": "0.91.0",
3+
"version": "0.92.0",
44
"private": true,
55
"devDependencies": {
66
"react-scripts": "0.2.1"
@@ -12,10 +12,10 @@
1212
"react": "^15.2.1",
1313
"react-dom": "^15.2.1",
1414
"react-redux": "^4.4.5",
15-
"reactotron-apisauce": "^0.91.0",
16-
"reactotron-core-client": "^0.91.0",
17-
"reactotron-react-js": "^0.91.0",
18-
"reactotron-redux": "^0.91.0",
15+
"reactotron-apisauce": "^0.92.0",
16+
"reactotron-core-client": "^0.92.0",
17+
"reactotron-react-js": "^0.92.0",
18+
"reactotron-redux": "^0.92.0",
1919
"redux": "^3.5.2",
2020
"redux-logger": "^2.6.1",
2121
"redux-saga": "^0.11.0",

packages/demo-react-native/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DemoReactNative",
3-
"version": "0.91.0",
3+
"version": "0.92.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
@@ -18,10 +18,10 @@
1818
"redux-saga": "^0.11.0",
1919
"seamless-immutable": "^6.0.1",
2020
"socket.io": "^1.4.8",
21-
"reactotron-core-client": "^0.91.0",
22-
"reactotron-react-native": "^0.91.0",
23-
"reactotron-apisauce": "^0.91.0",
24-
"reactotron-redux": "^0.91.0"
21+
"reactotron-core-client": "^0.92.0",
22+
"reactotron-react-native": "^0.92.0",
23+
"reactotron-apisauce": "^0.92.0",
24+
"reactotron-redux": "^0.92.0"
2525
},
2626
"globals": [
2727
"__DEV__"

packages/reactotron-apisauce/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-apisauce",
3-
"version": "0.91.0",
3+
"version": "0.92.0",
44
"description": "A Reactotron plugin for Apisauce.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -56,6 +56,6 @@
5656
"apisauce": "^0.3.0",
5757
"ramda": "^0.22.1",
5858
"ramdasauce": "^1.1.0",
59-
"reactotron-core-client": "^0.91.0"
59+
"reactotron-core-client": "^0.92.0"
6060
}
6161
}

packages/reactotron-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactotron-app",
33
"productName": "Reactotron",
4-
"version": "0.91.0",
4+
"version": "0.92.0",
55
"description": "Reactotron desktop mode engage!",
66
"main": "main.js",
77
"scripts": {
@@ -89,7 +89,7 @@
8989
"react-modal-dialog": "^3.0.2",
9090
"react-tap-event-plugin": "^1.0.0",
9191
"react-tooltip": "^3.1.5",
92-
"reactotron-core-server": "^0.91.0",
92+
"reactotron-core-server": "^0.92.0",
9393
"socket.io": "1.4.8",
9494
"source-map-support": "^0.4.2"
9595
},

packages/reactotron-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-cli",
3-
"version": "0.91.0",
3+
"version": "0.92.0",
44
"description": "Reactotron terminal mode engage!",
55
"bin": {
66
"reactotron": "./dist/index.js"

packages/reactotron-core-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-core-client",
3-
"version": "0.91.0",
3+
"version": "0.92.0",
44
"description": "Grants Reactotron clients the ability to talk to a Reactotron server.",
55
"main": "dist/index.js",
66
"scripts": {

packages/reactotron-core-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-core-server",
3-
"version": "0.91.0",
3+
"version": "0.92.0",
44
"description": "Grants Reactotron servers the ability to talk to a Reactotron client.",
55
"main": "dist/index.js",
66
"scripts": {

packages/reactotron-react-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-react-js",
3-
"version": "0.91.0",
3+
"version": "0.92.0",
44
"description": "A development tool to explore, inspect, and diagnosis your React JS/DOM apps.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -59,6 +59,6 @@
5959
"react-dom": "^15.3.0",
6060
"stacktrace-js": "^1.3.1",
6161
"socket.io": "^1.4.8",
62-
"reactotron-core-client": "^0.91.0"
62+
"reactotron-core-client": "^0.92.0"
6363
}
6464
}

packages/reactotron-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-react-native",
3-
"version": "0.91.0",
3+
"version": "0.92.0",
44
"description": "A development tool to explore, inspect, and diagnosis your React Native apps.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -65,6 +65,6 @@
6565
"ramda": "^0.22.1",
6666
"ramdasauce": "^1.1.0",
6767
"socket.io": "^1.4.8",
68-
"reactotron-core-client": "^0.91.0"
68+
"reactotron-core-client": "^0.92.0"
6969
}
7070
}

packages/reactotron-redux/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-redux",
3-
"version": "0.91.0",
3+
"version": "0.92.0",
44
"description": "A Reactotron plugin for Redux.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -57,6 +57,6 @@
5757
"redux": "^3.5.2",
5858
"ramda": "^0.22.1",
5959
"ramdasauce": "^1.1.0",
60-
"reactotron-core-client": "^0.91.0"
60+
"reactotron-core-client": "^0.92.0"
6161
}
6262
}

0 commit comments

Comments
 (0)