Skip to content

Commit cf1fd79

Browse files
committed
chore: mark v0.14.0 (#1918)
Note: this is a PR to be merged into the `release-0.14` branch. Once this is merged to the branch: - all test bots should kick in and run tests for this commit - `publish_canary.yml` will kick in and publish `0.14.0-next.XXXX` version that can be tested manually Once testing is complete: - If we are **satisfied** with the results, we can publish github release against this commit. Once release is published, the `0.14.0` will be published by `publish_release.yml` workflow. - if we are **not satisfied**, then we can either cherry-pick fixes into the branch, or re-create branch from a nicer point.
1 parent 9bd55e9 commit cf1fd79

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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.14.0<!-- GEN:stop-->
33

44
##### Table of Contents
55

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.14.0-post",
3+
"version": "0.14.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.14.0-post",
3+
"version": "0.14.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.14.0-post"
15+
"playwright-core": "=0.14.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.14.0-post",
3+
"version": "0.14.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.14.0-post"
15+
"playwright-core": "=0.14.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.14.0-post",
3+
"version": "0.14.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.14.0-post"
15+
"playwright-core": "=0.14.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.14.0-post",
3+
"version": "0.14.0",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"main": "index.js",
@@ -13,6 +13,6 @@
1313
},
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"playwright-core": "=0.14.0-post"
16+
"playwright-core": "=0.14.0"
1717
}
1818
}

0 commit comments

Comments
 (0)