Skip to content

Commit 0a19cad

Browse files
committed
v1.12.1
1 parent 65093f6 commit 0a19cad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-rc.5",
3-
"version": "1.12.0"
3+
"version": "1.12.1"
44
}

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.12.0",
3+
"version": "1.12.1",
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.12.0",
22-
"reactotron-react-native": "^1.12.0",
22+
"reactotron-react-native": "^1.12.1",
2323
"reactotron-redux": "^1.12.0",
2424
"reactotron-redux-saga": "^1.12.0",
2525
"redux": "^3.7.1",

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.12.0",
3+
"version": "1.12.1",
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)