Skip to content

Commit

Permalink
v0.9.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jperl committed Feb 1, 2020
1 parent fc3320a commit a87bd30
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.9.0-alpha.0"
"version": "0.9.0-alpha.1"
}
2 changes: 1 addition & 1 deletion packages/browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qawolf/browser",
"description": "qawolf browser manager",
"version": "0.9.0-alpha.0",
"version": "0.9.0-alpha.1",
"license": "BSD-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -26,9 +26,9 @@
"dependencies": {
"@qawolf/config": "^0.9.0-alpha.0",
"@qawolf/logger": "^0.9.0-alpha.0",
"@qawolf/screen": "^0.9.0-alpha.0",
"@qawolf/screen": "^0.9.0-alpha.1",
"@qawolf/types": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.1",
"fs-extra": "^8.1.0",
"lodash": "^4.17.15",
"playwright": "0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-code/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/build-code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qawolf/build-code",
"description": "qawolf: build code from workflow",
"version": "0.9.0-alpha.0",
"version": "0.9.0-alpha.1",
"license": "BSD-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@qawolf/config": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.1",
"fs-extra": "^8.1.0",
"handlebars": "^4.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/build-workflow/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/build-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qawolf/build-workflow",
"description": "build qawolf workflow from events",
"version": "0.9.0-alpha.0",
"version": "0.9.0-alpha.1",
"license": "BSD-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -23,13 +23,13 @@
"access": "public"
},
"dependencies": {
"@qawolf/browser": "^0.9.0-alpha.0",
"@qawolf/browser": "^0.9.0-alpha.1",
"@qawolf/logger": "^0.9.0-alpha.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"@qawolf/fixtures": "1.20.1",
"@qawolf/types": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.0"
"@qawolf/web": "^0.9.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qawolf/cli",
"description": "qawolf cli for running tests",
"version": "0.9.0-alpha.0",
"version": "0.9.0-alpha.1",
"license": "BSD-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -25,13 +25,13 @@
"access": "public"
},
"dependencies": {
"@qawolf/browser": "^0.9.0-alpha.0",
"@qawolf/build-code": "^0.9.0-alpha.0",
"@qawolf/build-workflow": "^0.9.0-alpha.0",
"@qawolf/browser": "^0.9.0-alpha.1",
"@qawolf/build-code": "^0.9.0-alpha.1",
"@qawolf/build-workflow": "^0.9.0-alpha.1",
"@qawolf/config": "^0.9.0-alpha.0",
"@qawolf/jest-plugin": "^0.8.2",
"@qawolf/logger": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.1",
"commander": "^3.0.2",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/qawolf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/qawolf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qawolf",
"description": "Create browser tests 10x faster",
"version": "0.9.0-alpha.0",
"version": "0.9.0-alpha.1",
"license": "BSD-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"access": "public"
},
"dependencies": {
"@qawolf/browser": "^0.9.0-alpha.0",
"@qawolf/cli": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.0"
"@qawolf/browser": "^0.9.0-alpha.1",
"@qawolf/cli": "^0.9.0-alpha.1",
"@qawolf/web": "^0.9.0-alpha.1"
},
"bin": {
"qawolf": "./lib/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/screen/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/screen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qawolf/screen",
"description": "qawolf screen capture",
"version": "0.9.0-alpha.0",
"version": "0.9.0-alpha.1",
"license": "BSD-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"@qawolf/config": "^0.9.0-alpha.0",
"@qawolf/ffmpeg-static": "3.1.4",
"@qawolf/logger": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.1",
"fs-extra": "^8.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/web-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/web-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qawolf/web-tests",
"description": "@qawolf/web tests",
"version": "0.9.0-alpha.0",
"version": "0.9.0-alpha.1",
"license": "BSD-3.0",
"scripts": {
"test": "jest"
Expand All @@ -17,9 +17,9 @@
"access": "public"
},
"devDependencies": {
"@qawolf/browser": "^0.9.0-alpha.0",
"@qawolf/browser": "^0.9.0-alpha.1",
"@qawolf/config": "^0.9.0-alpha.0",
"@qawolf/types": "^0.9.0-alpha.0",
"@qawolf/web": "^0.9.0-alpha.0"
"@qawolf/web": "^0.9.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion packages/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qawolf/web",
"description": "qawolf web library",
"version": "0.9.0-alpha.0",
"version": "0.9.0-alpha.1",
"license": "BSD-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit a87bd30

Please sign in to comment.