From 02945252b86b7b1f19522570cc0852ecd29d0766 Mon Sep 17 00:00:00 2001 From: Rotem M Date: Sun, 10 Jun 2018 14:19:04 +0300 Subject: [PATCH] [skip ci] Publish 7.4.2 --- detox/package.json | 2 +- examples/demo-react-native/package.json | 4 ++-- lerna.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/detox/package.json b/detox/package.json index 907d7bdc40..5fe3427893 100644 --- a/detox/package.json +++ b/detox/package.json @@ -4,7 +4,7 @@ "publishConfig": { "registry": "https://registry.npmjs.org/" }, - "version": "7.4.1", + "version": "7.4.2", "bin": { "detox": "local-cli/detox.js" }, diff --git a/examples/demo-react-native/package.json b/examples/demo-react-native/package.json index c9541ef2a0..82cb29e777 100644 --- a/examples/demo-react-native/package.json +++ b/examples/demo-react-native/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "7.4.1", + "version": "7.4.2", "private": true, "scripts": { "start": "react-native start" @@ -10,7 +10,7 @@ "react-native": "0.51.1" }, "devDependencies": { - "detox": "^7.4.1", + "detox": "^7.4.2", "mocha": "^4.0.1" }, "detox": { diff --git a/lerna.json b/lerna.json index 59c7168e0b..84002a3116 100644 --- a/lerna.json +++ b/lerna.json @@ -23,6 +23,6 @@ ] } }, - "version": "7.4.1", + "version": "7.4.2", "npmClient": "npm" }