Skip to content

Commit 08b94ee

Browse files
authored
chore: mark version v0.12.0 (microsoft#1497)
1 parent 2225608 commit 08b94ee

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Playwright
2-
[![npm version](https://img.shields.io/npm/v/playwright.svg?style=flat)](https://www.npmjs.com/package/playwright) <!-- GEN:chromium-version-badge-if-release -->[![Chromium version](https://img.shields.io/badge/chromium-82.0.4057.0-blue.svg?logo=google-chrome)](https://www.chromium.org/Home)<!-- GEN:stop --> <!-- GEN:firefox-version-badge-if-release -->[![Firefox version](https://img.shields.io/badge/firefox-73.0b13-blue.svg?logo=mozilla-firefox)](https://www.mozilla.org/en-US/firefox/new/)<!-- GEN:stop --> [![WebKit version](https://img.shields.io/badge/webkit-13.0.4-blue.svg?logo=safari)](https://webkit.org/) [![Join Slack](https://img.shields.io/badge/join-slack-infomational)](https://join.slack.com/t/playwright/shared_invite/enQtOTEyMTUxMzgxMjIwLThjMDUxZmIyNTRiMTJjNjIyMzdmZDA3MTQxZWUwZTFjZjQwNGYxZGM5MzRmNzZlMWI5ZWUyOTkzMjE5Njg1NDg)
2+
[![npm version](https://img.shields.io/npm/v/playwright.svg?style=flat)](https://www.npmjs.com/package/playwright) <!-- GEN:chromium-version-badge-if-release -->[![Chromium version](https://img.shields.io/badge/chromium-83.0.4090.0-blue.svg?logo=google-chrome)](https://www.chromium.org/Home)<!-- GEN:stop --> <!-- GEN:firefox-version-badge-if-release -->[![Firefox version](https://img.shields.io/badge/firefox-74.0b10-blue.svg?logo=mozilla-firefox)](https://www.mozilla.org/en-US/firefox/new/)<!-- GEN:stop --> [![WebKit version](https://img.shields.io/badge/webkit-13.0.4-blue.svg?logo=safari)](https://webkit.org/) [![Join Slack](https://img.shields.io/badge/join-slack-infomational)](https://join.slack.com/t/playwright/shared_invite/enQtOTEyMTUxMzgxMjIwLThjMDUxZmIyNTRiMTJjNjIyMzdmZDA3MTQxZWUwZTFjZjQwNGYxZGM5MzRmNzZlMWI5ZWUyOTkzMjE5Njg1NDg)
33

4-
###### [API](https://github.com/microsoft/playwright/blob/v0.11.1/docs/api.md) | [Changelog](https://github.com/microsoft/playwright/releases) | [FAQ](#faq) | [Contributing](#contributing)
4+
###### [API](https://github.com/microsoft/playwright/blob/v0.12.0/docs/api.md) | [Changelog](https://github.com/microsoft/playwright/releases) | [FAQ](#faq) | [Contributing](#contributing)
55

66

77
Playwright is a Node library to automate the [Chromium](https://www.chromium.org/Home), [WebKit](https://webkit.org/) and [Firefox](https://www.mozilla.org/en-US/firefox/new/) browsers with a single API. It enables **cross-browser** web automation that is **ever-green**, **capable**, **reliable** and **fast**.
88

99
| | ver | Linux | macOS | Win |
1010
| ---: | :---: | :---: | :---: | :---: |
11-
| Chromium| <!-- GEN:chromium-version-if-release-->82.0.4057.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
11+
| Chromium| <!-- GEN:chromium-version-if-release-->83.0.4090.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1212
| WebKit | 13.0.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
13-
| Firefox | <!-- GEN:firefox-version-if-release -->73.0b13<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
13+
| Firefox | <!-- GEN:firefox-version-if-release -->74.0b10<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
1414
- Headless is supported for all the browsers on all platforms.
1515

1616

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Playwright API <!-- GEN:version -->Tip-Of-Tree<!-- GEN:stop-->
2+
# Playwright API <!-- GEN:version -->v0.12.0<!-- GEN:stop-->
33
<!-- GEN:empty-if-release --><!-- GEN:stop -->
44

55
##### Table of Contents

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-core",
3-
"version": "0.11.1-post",
3+
"version": "0.12.0",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"engines": {

packages/playwright-chromium/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-chromium",
3-
"version": "0.11.1-post",
3+
"version": "0.12.0",
44
"description": "A high-level API to automate Chromium",
55
"repository": "github:Microsoft/playwright",
66
"main": "index.js",
@@ -12,6 +12,6 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"playwright-core": "=0.11.1-post"
15+
"playwright-core": "=0.12.0"
1616
}
1717
}

packages/playwright-firefox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-firefox",
3-
"version": "0.11.1-post",
3+
"version": "0.12.0",
44
"description": "A high-level API to automate Firefox",
55
"repository": "github:Microsoft/playwright",
66
"main": "index.js",
@@ -12,6 +12,6 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"playwright-core": "=0.11.1-post"
15+
"playwright-core": "=0.12.0"
1616
}
1717
}

packages/playwright-webkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-webkit",
3-
"version": "0.11.1-post",
3+
"version": "0.12.0",
44
"description": "A high-level API to automate WebKit",
55
"repository": "github:Microsoft/playwright",
66
"main": "index.js",
@@ -12,6 +12,6 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"playwright-core": "=0.11.1-post"
15+
"playwright-core": "=0.12.0"
1616
}
1717
}

packages/playwright/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright",
3-
"version": "0.11.1-post",
3+
"version": "0.12.0",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"main": "index.js",
@@ -12,6 +12,6 @@
1212
},
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"playwright-core": "=0.11.1-post"
15+
"playwright-core": "=0.12.0"
1616
}
1717
}

0 commit comments

Comments
 (0)