Skip to content

Commit 8e22e3b

Browse files
committed
v2.0.0-beta.8
1 parent c170c15 commit 8e22e3b

File tree

12 files changed

+26
-26
lines changed

12 files changed

+26
-26
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"npmClient": "yarn",
55
"npmClientArgs": [
66
"--ignore-engines"

packages/demo-react-js/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "demo-react-js",
3-
"version": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"private": true,
55
"devDependencies": {
66
"babel-eslint": "^8.2.1",
77
"prettier": "^1.10.2",
88
"react-scripts": "^0.9.5",
9-
"reactotron-apisauce": "^2.0.0-beta.7",
10-
"reactotron-core-client": "^2.0.0-beta.7",
11-
"reactotron-react-js": "^2.0.0-beta.7",
12-
"reactotron-redux": "^2.0.0-beta.7",
13-
"reactotron-redux-saga": "^2.0.0-beta.7",
9+
"reactotron-apisauce": "^2.0.0-beta.8",
10+
"reactotron-core-client": "^2.0.0-beta.8",
11+
"reactotron-react-js": "^2.0.0-beta.8",
12+
"reactotron-redux": "^2.0.0-beta.8",
13+
"reactotron-redux-saga": "^2.0.0-beta.8",
1414
"stacktrace-js": "^1.3.1",
1515
"standard": "^10.0.3"
1616
},

packages/demo-react-native/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demoreactnative",
3-
"version": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
@@ -13,9 +13,9 @@
1313
"react-native": "0.55.4",
1414
"react-native-view-shot": "^2.3.0",
1515
"react-redux": "^5.0.7",
16-
"reactotron-react-native": "^2.0.0-beta.7",
17-
"reactotron-redux": "^2.0.0-beta.7",
18-
"reactotron-redux-saga": "^2.0.0-beta.7",
16+
"reactotron-react-native": "^2.0.0-beta.8",
17+
"reactotron-redux": "^2.0.0-beta.8",
18+
"reactotron-redux-saga": "^2.0.0-beta.8",
1919
"redux-logger": "^3.0.6"
2020
},
2121
"devDependencies": {

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": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "A Reactotron plugin for Apisauce.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -53,6 +53,6 @@
5353
},
5454
"dependencies": {
5555
"apisauce": "^0.14.3",
56-
"reactotron-core-client": "^2.0.0-beta.7"
56+
"reactotron-core-client": "^2.0.0-beta.8"
5757
}
5858
}

packages/reactotron-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "reactotron-app",
44
"productName": "Reactotron",
5-
"version": "2.0.0-beta.7",
5+
"version": "2.0.0-beta.8",
66
"description": "Reactotron desktop mode engage!",
77
"main": "main.js",
88
"scripts": {
@@ -97,7 +97,7 @@
9797
"react-modal": "^3.4.4",
9898
"react-tap-event-plugin": "^3.0.2",
9999
"react-tooltip": "^3.5.1",
100-
"reactotron-core-server": "^2.0.0-beta.7",
100+
"reactotron-core-server": "^2.0.0-beta.8",
101101
"source-map-support": "^0.5.5",
102102
"stringify-object": "^3.2.2"
103103
}

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": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "Grants Reactotron clients the ability to talk to a Reactotron server.",
55
"files": [
66
"dist",

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": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "Grants Reactotron servers the ability to talk to a Reactotron client.",
55
"main": "dist/reactotron-core-server.js",
66
"scripts": {

packages/reactotron-mst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-mst",
3-
"version": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "A Reactotron plugin for mobx-state-tree.",
55
"main": "dist/reactotron-mst.umd.js",
66
"module": "dist/reactotron-mst.es5.js",

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": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "A development tool to explore, inspect, and diagnose your React JS/DOM apps.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"rollup-plugin-replace": "^2.0.0"
3535
},
3636
"dependencies": {
37-
"reactotron-core-client": "^2.0.0-beta.7",
37+
"reactotron-core-client": "^2.0.0-beta.8",
3838
"stacktrace-js": "^1.3.1"
3939
}
4040
}

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": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "A development tool to explore, inspect, and diagnose your React Native apps.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"mitt": "^1.1.2",
6969
"prop-types": "^15.5.10",
70-
"reactotron-core-client": "^2.0.0-beta.7",
70+
"reactotron-core-client": "^2.0.0-beta.8",
7171
"rn-host-detect": "^1.1.3"
7272
}
7373
}

packages/reactotron-redux-saga/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-saga",
3-
"version": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "A Reactotron plugin for Redux Saga.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"ramda": "^0.24.1",
5151
"ramdasauce": "^2.0.0",
52-
"reactotron-core-client": "^2.0.0-beta.7",
52+
"reactotron-core-client": "^2.0.0-beta.8",
5353
"redux": "^3.7.1",
5454
"redux-saga": "^0.15.3"
5555
}

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": "2.0.0-beta.7",
3+
"version": "2.0.0-beta.8",
44
"description": "A Reactotron plugin for Redux.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"ramda": "^0.24.1",
5858
"ramdasauce": "^2.0.0",
59-
"reactotron-core-client": "^2.0.0-beta.7",
59+
"reactotron-core-client": "^2.0.0-beta.8",
6060
"redux": "^3.7.1"
6161
}
6262
}

0 commit comments

Comments
 (0)