chore: mark version 0.9.18 (#554)

This commit is contained in:
Joel Einbinder 2020-01-21 17:29:33 -08:00 committed by Andrey Lushnikov
parent 4573cd3fec
commit fd4a1906d7
6 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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