Skip to content

Commit

Permalink
chore: mark 1.38.0 (#27030)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Sep 13, 2023
1 parent 55cf8ea commit 94b6fe1
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 85 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playwright-internal",
"private": true,
"version": "1.38.0-next",
"version": "1.38.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-browser-chromium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playwright/browser-chromium",
"version": "1.38.0-next",
"version": "1.38.0",
"description": "Playwright package that automatically installs Chromium",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -24,6 +24,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.38.0-next"
"playwright-core": "1.38.0"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-browser-firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playwright/browser-firefox",
"version": "1.38.0-next",
"version": "1.38.0",
"description": "Playwright package that automatically installs Firefox",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -24,6 +24,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.38.0-next"
"playwright-core": "1.38.0"
}
}

0 comments on commit 94b6fe1

Please sign in to comment.