Skip to content

Commit

Permalink
chore: mark v1.16.2 (#9810)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Oct 27, 2021
1 parent cf98ab7 commit 5e0f327
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playwright-internal",
"private": true,
"version": "1.16.1",
"version": "1.16.2",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/playwright-chromium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "1.16.1",
"version": "1.16.2",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,6 +26,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "=1.16.1"
"playwright-core": "=1.16.2"
}
}
2 changes: 1 addition & 1 deletion packages/playwright-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "1.16.1",
"version": "1.16.2",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-firefox",
"version": "1.16.1",
"version": "1.16.2",
"description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,6 +26,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "=1.16.1"
"playwright-core": "=1.16.2"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playwright/test",
"version": "1.16.1",
"version": "1.16.2",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down Expand Up @@ -53,7 +53,7 @@
"open": "^8.3.0",
"pirates": "^4.0.1",
"pixelmatch": "^5.2.1",
"playwright-core": "=1.16.1",
"playwright-core": "=1.16.2",
"pngjs": "^5.0.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.4.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-webkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-webkit",
"version": "1.16.1",
"version": "1.16.2",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -25,6 +25,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "=1.16.1"
"playwright-core": "=1.16.2"
}
}
4 changes: 2 additions & 2 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright",
"version": "1.16.1",
"version": "1.16.2",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,6 +26,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "=1.16.1"
"playwright-core": "=1.16.2"
}
}

0 comments on commit 5e0f327

Please sign in to comment.