Skip to content

Commit d44042f

Browse files
authored
chore: mark v1.18.1 (#11706)
1 parent 5415703 commit d44042f

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playwright-internal",
33
"private": true,
4-
"version": "1.18.0",
4+
"version": "1.18.1",
55
"description": "A high-level API to automate web browsers",
66
"repository": "github:Microsoft/playwright",
77
"homepage": "https://playwright.dev",

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": "1.18.0",
3+
"version": "1.18.1",
44
"description": "A high-level API to automate Chromium",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -26,6 +26,6 @@
2626
"install": "node install.js"
2727
},
2828
"dependencies": {
29-
"playwright-core": "=1.18.0"
29+
"playwright-core": "=1.18.1"
3030
}
3131
}

packages/playwright-core/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": "1.18.0",
3+
"version": "1.18.1",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",

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": "1.18.0",
3+
"version": "1.18.1",
44
"description": "A high-level API to automate Firefox",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -26,6 +26,6 @@
2626
"install": "node install.js"
2727
},
2828
"dependencies": {
29-
"playwright-core": "=1.18.0"
29+
"playwright-core": "=1.18.1"
3030
}
3131
}

packages/playwright-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/test",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -59,7 +59,7 @@
5959
"open": "^8.3.0",
6060
"pirates": "^4.0.1",
6161
"pixelmatch": "^5.2.1",
62-
"playwright-core": "=1.18.0",
62+
"playwright-core": "=1.18.1",
6363
"pngjs": "^5.0.0",
6464
"rimraf": "^3.0.2",
6565
"source-map-support": "^0.4.18",

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": "1.18.0",
3+
"version": "1.18.1",
44
"description": "A high-level API to automate WebKit",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -25,6 +25,6 @@
2525
"install": "node install.js"
2626
},
2727
"dependencies": {
28-
"playwright-core": "=1.18.0"
28+
"playwright-core": "=1.18.1"
2929
}
3030
}

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": "1.18.0",
3+
"version": "1.18.1",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -26,6 +26,6 @@
2626
"install": "node install.js"
2727
},
2828
"dependencies": {
29-
"playwright-core": "=1.18.0"
29+
"playwright-core": "=1.18.1"
3030
}
3131
}

0 commit comments

Comments
 (0)