Skip to content

Commit 97a716d

Browse files
committed
[skip ci] Publish
1 parent f6eca95 commit 97a716d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

detox-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},
7-
"version": "6.0.2",
7+
"version": "7.0.0-alpha.1",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/wix/detox.git"

detox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},
7-
"version": "7.0.0-alpha.0",
7+
"version": "7.0.0-alpha.1",
88
"bin": {
99
"detox": "local-cli/detox.js"
1010
},
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"child-process-promise": "^2.2.0",
4747
"commander": "^2.9.0",
48-
"detox-server": "^6.0.2",
48+
"detox-server": "^7.0.0-alpha.1",
4949
"fs-extra": "^4.0.2",
5050
"get-port": "^2.1.0",
5151
"ini": "^1.3.4",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
]
2424
}
2525
},
26-
"version": "7.0.0-alpha.0",
26+
"version": "7.0.0-alpha.1",
2727
"npmClient": "npm"
2828
}

0 commit comments

Comments
 (0)