Skip to content

Commit

Permalink
chore: cut v1.0.0-post (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Apr 24, 2020
1 parent 87a2f65 commit 7afceeb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "0.15.0-post",
"version": "1.0.0-post",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-chromium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "0.15.0-post",
"version": "1.0.0-post",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"main": "index.js",
Expand All @@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.15.0-post"
"playwright-core": "=1.0.0-post"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-firefox",
"version": "0.15.0-post",
"version": "1.0.0-post",
"description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright",
"main": "index.js",
Expand All @@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.15.0-post"
"playwright-core": "=1.0.0-post"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-webkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-webkit",
"version": "0.15.0-post",
"version": "1.0.0-post",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"main": "index.js",
Expand All @@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.15.0-post"
"playwright-core": "=1.0.0-post"
}
}
4 changes: 2 additions & 2 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright",
"version": "0.15.0-post",
"version": "1.0.0-post",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"main": "index.js",
Expand All @@ -13,6 +13,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.15.0-post"
"playwright-core": "=1.0.0-post"
}
}

0 comments on commit 7afceeb

Please sign in to comment.