Skip to content

Commit

Permalink
chore: mark version v0.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Jan 23, 2020
1 parent 3b26ae7 commit 372a88f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
@@ -1,5 +1,5 @@

# Playwright API <!-- GEN:version -->v0.9.20<!-- GEN:stop-->
# Playwright API <!-- GEN:version -->v0.9.21<!-- GEN:stop-->
<!-- GEN:empty-if-release --><!-- GEN:stop -->

##### Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "0.9.20",
"version": "0.9.21",
"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
@@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "0.9.20",
"version": "0.9.21",
"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.9.20"
"playwright-core": "=0.9.21"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-firefox/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-firefox",
"version": "0.9.20",
"version": "0.9.21",
"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.9.20"
"playwright-core": "=0.9.21"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-webkit/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-webkit",
"version": "0.9.20",
"version": "0.9.21",
"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.9.20"
"playwright-core": "=0.9.21"
}
}
4 changes: 2 additions & 2 deletions packages/playwright/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright",
"version": "0.9.20",
"version": "0.9.21",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"main": "index.js",
Expand All @@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.9.20"
"playwright-core": "=0.9.21"
}
}

0 comments on commit 372a88f

Please sign in to comment.