Skip to content

Commit 8f0163f

Browse files
authored
chore: mark 1.41.1 (#29075)
1 parent 98a6618 commit 8f0163f

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

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.41.0",
3+
"version": "1.41.1",
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.0"
30+
"playwright-core": "1.41.1"
3131
}
3232
}

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.41.0",
3+
"version": "1.41.1",
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.0"
30+
"playwright-core": "1.41.1"
3131
}
3232
}

0 commit comments

Comments
 (0)