Skip to content

Commit 94b6fe1

Browse files
authored
chore: mark 1.38.0 (#27030)
1 parent 55cf8ea commit 94b6fe1

File tree

18 files changed

+84
-85
lines changed

18 files changed

+84
-85
lines changed

package-lock.json

+50-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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-next",
4+
"version": "1.38.0",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/browser-chromium",
3-
"version": "1.38.0-next",
3+
"version": "1.38.0",
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-next"
27+
"playwright-core": "1.38.0"
2828
}
2929
}

packages/playwright-browser-firefox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/browser-firefox",
3-
"version": "1.38.0-next",
3+
"version": "1.38.0",
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-next"
27+
"playwright-core": "1.38.0"
2828
}
2929
}

0 commit comments

Comments
 (0)