chore: mark version 0.10.0 (#795)
This commit is contained in:
Родитель
25f2a32af3
Коммит
6a97216fff
|
@ -1,5 +1,5 @@
|
|||
|
||||
# Playwright API <!-- GEN:version -->Tip-Of-Tree<!-- GEN:stop-->
|
||||
# Playwright API <!-- GEN:version -->v0.10.0<!-- GEN:stop-->
|
||||
<!-- GEN:empty-if-release --><!-- GEN:stop -->
|
||||
|
||||
##### Table of Contents
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "playwright-core",
|
||||
"version": "0.9.24-post",
|
||||
"version": "0.10.0",
|
||||
"description": "A high-level API to automate web browsers",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"engines": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "playwright-chromium",
|
||||
"version": "0.9.24-post",
|
||||
"version": "0.10.0",
|
||||
"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.9.24-post"
|
||||
"playwright-core": "=0.10.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "playwright-firefox",
|
||||
"version": "0.9.24-post",
|
||||
"version": "0.10.0",
|
||||
"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.9.24-post"
|
||||
"playwright-core": "=0.10.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "playwright-webkit",
|
||||
"version": "0.9.24-post",
|
||||
"version": "0.10.0",
|
||||
"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.9.24-post"
|
||||
"playwright-core": "=0.10.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "playwright",
|
||||
"version": "0.9.24-post",
|
||||
"version": "0.10.0",
|
||||
"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.9.24-post"
|
||||
"playwright-core": "=0.10.0"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче