chore: bump package.json version to v1.0.0-post (#2128)

This commit is contained in:
Andrey Lushnikov 2020-05-06 12:13:23 -07:00 committed by GitHub
parent 793a2bf7d4
commit 7a01bb1f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "playwright-core", "name": "playwright-core",
"version": "0.18.0-post", "version": "1.0.0-post",
"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.18.0-post", "version": "1.0.0-post",
"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.18.0-post" "playwright-core": "=1.0.0-post"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "playwright-firefox", "name": "playwright-firefox",
"version": "0.18.0-post", "version": "1.0.0-post",
"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.18.0-post" "playwright-core": "=1.0.0-post"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "playwright-webkit", "name": "playwright-webkit",
"version": "0.18.0-post", "version": "1.0.0-post",
"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.18.0-post" "playwright-core": "=1.0.0-post"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "playwright", "name": "playwright",
"version": "0.18.0-post", "version": "1.0.0-post",
"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",
@ -13,6 +13,6 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright-core": "=0.18.0-post" "playwright-core": "=1.0.0-post"
} }
} }