Skip to content

Commit

Permalink
Publish 11.0.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mobile1-internal committed Mar 18, 2019
1 parent e4b9f50 commit 777bff9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion detox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "detox",
"description": "E2E tests and automation for mobile",
"version": "11.0.0",
"version": "11.0.1",
"bin": {
"detox": "local-cli/detox.js"
},
Expand Down
4 changes: 2 additions & 2 deletions detox/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detox-test",
"version": "11.0.0",
"version": "11.0.1",
"private": true,
"scripts": {
"test": ":",
Expand All @@ -18,7 +18,7 @@
"react-native": "0.56.0"
},
"devDependencies": {
"detox": "^11.0.0",
"detox": "^11.0.1",
"express": "^4.15.3",
"jest": "^22.3.0",
"lodash": "^4.14.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-native-android/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "detox-demo-native-android",
"version": "11.0.0",
"version": "11.0.1",
"private": true,
"scripts": {
"packager": "react-native start",
"detox-server": "detox run-server",
"e2e": "mocha e2e --opts ./e2e/mocha.opts"
},
"devDependencies": {
"detox": "^11.0.0",
"detox": "^11.0.1",
"mocha": "^4.0.0"
},
"detox": {}
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-native-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "detox-demo-native-ios",
"version": "11.0.0",
"version": "11.0.1",
"private": true,
"devDependencies": {
"detox": "^11.0.0",
"detox": "^11.0.1",
"mocha": "^4.0.0"
},
"detox": {
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-react-native-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-react-native-jest",
"version": "11.0.0",
"version": "11.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -14,7 +14,7 @@
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"detox": "^11.0.0",
"detox": "^11.0.1",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "11.0.0",
"version": "11.0.1",
"private": true,
"scripts": {
"start": "react-native start"
Expand All @@ -10,7 +10,7 @@
"react-native": "0.51.1"
},
"devDependencies": {
"detox": "^11.0.0",
"detox": "^11.0.1",
"mocha": "^4.0.1"
},
"detox": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"examples/demo-react-native-jest",
"generation"
],
"version": "11.0.0",
"version": "11.0.1",
"npmClient": "npm",
"command": {
"publish": {
Expand Down

0 comments on commit 777bff9

Please sign in to comment.