Skip to content

Commit 4743420

Browse files
authored
chore: mark 1.38.1 (#27237)
1 parent c41012b commit 4743420

File tree

18 files changed

+83
-83
lines changed

18 files changed

+83
-83
lines changed

package-lock.json

Lines changed: 50 additions & 50 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.38.0",
4+
"version": "1.38.1",
55
"description": "A high-level API to automate web browsers",
66
"repository": "github:Microsoft/playwright",
77
"homepage": "https://playwright.dev",

packages/playwright-browser-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/browser-chromium",
3-
"version": "1.38.0",
3+
"version": "1.38.1",
44
"description": "Playwright package that automatically installs Chromium",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -24,6 +24,6 @@
2424
"install": "node install.js"
2525
},
2626
"dependencies": {
27-
"playwright-core": "1.38.0"
27+
"playwright-core": "1.38.1"
2828
}
2929
}

packages/playwright-browser-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/browser-firefox",
3-
"version": "1.38.0",
3+
"version": "1.38.1",
44
"description": "Playwright package that automatically installs Firefox",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -24,6 +24,6 @@
2424
"install": "node install.js"
2525
},
2626
"dependencies": {
27-
"playwright-core": "1.38.0"
27+
"playwright-core": "1.38.1"
2828
}
2929
}

0 commit comments

Comments
 (0)