Skip to content

Commit

Permalink
chore: mark version v0.12.1 (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Mar 24, 2020
1 parent ed746d9 commit a7ca2fe
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# Playwright
[![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)

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


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**.
Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
@@ -1,5 +1,5 @@

# Playwright API <!-- GEN:version -->Tip-Of-Tree<!-- GEN:stop-->
# Playwright API <!-- GEN:version -->v0.12.1<!-- GEN:stop-->
<!-- GEN:empty-if-release --><!-- GEN:stop -->

##### Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "0.12.0-post",
"version": "0.12.1",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-chromium/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "0.12.0-post",
"version": "0.12.1",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"main": "index.js",
Expand All @@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.12.0-post"
"playwright-core": "=0.12.1"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-firefox/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-firefox",
"version": "0.12.0-post",
"version": "0.12.1",
"description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright",
"main": "index.js",
Expand All @@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.12.0-post"
"playwright-core": "=0.12.1"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-webkit/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-webkit",
"version": "0.12.0-post",
"version": "0.12.1",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"main": "index.js",
Expand All @@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.12.0-post"
"playwright-core": "=0.12.1"
}
}
4 changes: 2 additions & 2 deletions packages/playwright/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright",
"version": "0.12.0-post",
"version": "0.12.1",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"main": "index.js",
Expand All @@ -12,6 +12,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "=0.12.0-post"
"playwright-core": "=0.12.1"
}
}

0 comments on commit a7ca2fe

Please sign in to comment.