mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 00:52:05 +03:00
chore: bump version to 0.9.22-post (#684)
This commit is contained in:
parent
0a7005e6e9
commit
d7beaa7068
@ -1,5 +1,5 @@
|
||||
|
||||
# Playwright API <!-- GEN:version -->v0.9.22<!-- GEN:stop-->
|
||||
# Playwright API <!-- GEN:version -->Tip-Of-Tree<!-- GEN:stop-->
|
||||
<!-- GEN:empty-if-release --><!-- GEN:stop -->
|
||||
|
||||
##### Table of Contents
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "playwright-core",
|
||||
"version": "0.9.22",
|
||||
"version": "0.9.22-post",
|
||||
"description": "A high-level API to automate web browsers",
|
||||
"repository": "github:Microsoft/playwright",
|
||||
"engines": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "playwright-chromium",
|
||||
"version": "0.9.22",
|
||||
"version": "0.9.22-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.9.22"
|
||||
"playwright-core": "=0.9.22-post"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "playwright-firefox",
|
||||
"version": "0.9.22",
|
||||
"version": "0.9.22-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.9.22"
|
||||
"playwright-core": "=0.9.22-post"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "playwright-webkit",
|
||||
"version": "0.9.22",
|
||||
"version": "0.9.22-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.9.22"
|
||||
"playwright-core": "=0.9.22-post"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "playwright",
|
||||
"version": "0.9.22",
|
||||
"version": "0.9.22-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.9.22"
|
||||
"playwright-core": "=0.9.22-post"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user