Skip to content

Commit e88fc0c

Browse files
authored
chore: roll to v1.54.1 (#3204)
1 parent c553762 commit e88fc0c

File tree

4 files changed

+30
-26
lines changed

4 files changed

+30
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| | Linux | macOS | Windows |
55
| :--- | :---: | :---: | :---: |
66
| Chromium <!-- GEN:chromium-version -->139.0.7258.5<!-- GEN:stop --> ||||
7-
| WebKit <!-- GEN:webkit-version -->18.5<!-- GEN:stop --> ||||
7+
| WebKit <!-- GEN:webkit-version -->26.0<!-- GEN:stop --> ||||
88
| Firefox <!-- GEN:firefox-version -->140.0.2<!-- GEN:stop --> ||||
99

1010
Playwright for .NET is the official language port of [Playwright](https://playwright.dev), the library to automate [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable** and **fast**.

src/Common/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AssemblyVersion>1.53.0</AssemblyVersion>
44
<PackageVersion>$(AssemblyVersion)</PackageVersion>
5-
<DriverVersion>1.54.0-alpha-2025-07-08</DriverVersion>
5+
<DriverVersion>1.54.1</DriverVersion>
66
<ReleaseVersion>$(AssemblyVersion)</ReleaseVersion>
77
<FileVersion>$(AssemblyVersion)</FileVersion>
88
<NoDefaultExcludes>true</NoDefaultExcludes>

src/Playwright.TestingHarnessTest/package-lock.json

Lines changed: 27 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Playwright.TestingHarnessTest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "playwright.testingharnesstest",
33
"private": true,
44
"devDependencies": {
5-
"@playwright/test": "1.54.0-alpha-2025-07-08",
5+
"@playwright/test": "1.54.1",
66
"@types/node": "^22.12.0",
77
"fast-xml-parser": "^4.5.0"
88
}

0 commit comments

Comments
 (0)