chore: mark v1.0.1

This commit is contained in:
Pavel Feldman 2020-05-06 10:44:38 -07:00
parent cd7b3954a2
commit 73410537d7
6 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
# Playwright API <!-- GEN:version -->v1.0.0<!-- GEN:stop-->
# Playwright API <!-- GEN:version -->v1.0.1<!-- GEN:stop-->
##### Table of Contents

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "1.0.0",
"version": "1.0.1",
"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": "=1.0.0"
"playwright-core": "=1.0.1"
}
}

View file

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

View file

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

View file

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