Skip to content

Commit

Permalink
chore: mark 1.41.0 (#29007)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Jan 16, 2024
1 parent cd922d1 commit 38d699f
Show file tree
Hide file tree
Showing 18 changed files with 83 additions and 83 deletions.
100 changes: 50 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "playwright-internal",
"private": true,
"version": "1.41.0-next",
"version": "1.41.0",
"description": "A high-level API to automate web browsers",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-browser-chromium/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/browser-chromium",
"version": "1.41.0-next",
"version": "1.41.0",
"description": "Playwright package that automatically installs Chromium",
"repository": {
"type": "git",
Expand All @@ -27,6 +27,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.41.0-next"
"playwright-core": "1.41.0"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-browser-firefox/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/browser-firefox",
"version": "1.41.0-next",
"version": "1.41.0",
"description": "Playwright package that automatically installs Firefox",
"repository": {
"type": "git",
Expand All @@ -27,6 +27,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.41.0-next"
"playwright-core": "1.41.0"
}
}

0 comments on commit 38d699f

Please sign in to comment.