Skip to content

Commit 01cdfd2

Browse files
committed
v1.14.0
1 parent e7d95a1 commit 01cdfd2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.4.0",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"npmClient": "yarn",
55
"npmClientArgs": [
66
"--ignore-engines"

packages/demo-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": "DemoReactNative",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
@@ -19,7 +19,7 @@
1919
"react-native-view-shot": "^1.10.1",
2020
"react-redux": "^5.0.5",
2121
"reactotron-apisauce": "^1.13.0",
22-
"reactotron-react-native": "^1.13.2",
22+
"reactotron-react-native": "^1.14.0",
2323
"reactotron-redux": "^1.13.0",
2424
"reactotron-redux-saga": "^1.13.0",
2525
"redux": "^3.7.1",

packages/reactotron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "reactotron-app",
44
"productName": "Reactotron",
5-
"version": "1.13.1",
5+
"version": "1.14.0",
66
"description": "Reactotron desktop mode engage!",
77
"main": "main.js",
88
"scripts": {

packages/reactotron-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactotron-react-native",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "A development tool to explore, inspect, and diagnose your React Native apps.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)