Skip to content

Commit a409667

Browse files
authored
chore: mark 1.41.2 (#29293)
1 parent 414affa commit a409667

File tree

18 files changed

+83
-83
lines changed

18 files changed

+83
-83
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.41.1",
4+
"version": "1.41.2",
55
"description": "A high-level API to automate web browsers",
66
"repository": {
77
"type": "git",

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.41.1",
3+
"version": "1.41.2",
44
"description": "Playwright package that automatically installs Chromium",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"install": "node install.js"
2828
},
2929
"dependencies": {
30-
"playwright-core": "1.41.1"
30+
"playwright-core": "1.41.2"
3131
}
3232
}

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.41.1",
3+
"version": "1.41.2",
44
"description": "Playwright package that automatically installs Firefox",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"install": "node install.js"
2828
},
2929
"dependencies": {
30-
"playwright-core": "1.41.1"
30+
"playwright-core": "1.41.2"
3131
}
3232
}

0 commit comments

Comments
 (0)