chore: bump version to v0.12.0-post (#1512)

This commit is contained in:
Dmitry Gozman 2020-03-24 10:46:35 -07:00 committed by GitHub
parent 08b94ee67b
commit ed6e0d5513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# Playwright API <!-- GEN:version -->v0.12.0<!-- GEN:stop-->
# Playwright API <!-- GEN:version -->Tip-Of-Tree<!-- GEN:stop-->
<!-- GEN:empty-if-release --><!-- GEN:stop -->
##### Table of Contents

View File

@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "0.12.0",
"version": "0.12.0-post",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"engines": {

View File

@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "0.12.0",
"version": "0.12.0-post",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"main": "index.js",
@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.12.0"
"playwright-core": "=0.12.0-post"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "playwright-firefox",
"version": "0.12.0",
"version": "0.12.0-post",
"description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright",
"main": "index.js",
@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.12.0"
"playwright-core": "=0.12.0-post"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "playwright-webkit",
"version": "0.12.0",
"version": "0.12.0-post",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"main": "index.js",
@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.12.0"
"playwright-core": "=0.12.0-post"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "playwright",
"version": "0.12.0",
"version": "0.12.0-post",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"main": "index.js",
@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.12.0"
"playwright-core": "=0.12.0-post"
}
}