Skip to content

Commit 472e0ee

Browse files
authored
chore: mark 1.35.1 (#23708)
1 parent ed09eb6 commit 472e0ee

File tree

15 files changed

+65
-65
lines changed

15 files changed

+65
-65
lines changed

package-lock.json

Lines changed: 39 additions & 39 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.35.0",
4+
"version": "1.35.1",
55
"description": "A high-level API to automate web browsers",
66
"repository": "github:Microsoft/playwright",
77
"homepage": "https://playwright.dev",

packages/playwright-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-chromium",
3-
"version": "1.35.0",
3+
"version": "1.35.1",
44
"description": "A high-level API to automate Chromium",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -27,6 +27,6 @@
2727
"install": "node install.js"
2828
},
2929
"dependencies": {
30-
"playwright-core": "1.35.0"
30+
"playwright-core": "1.35.1"
3131
}
3232
}

packages/playwright-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-core",
3-
"version": "1.35.0",
3+
"version": "1.35.1",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",

packages/playwright-ct-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-core",
3-
"version": "1.35.0",
3+
"version": "1.35.1",
44
"description": "Playwright Component Testing Helpers",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"vite": "^4.3.9",
25-
"@playwright/test": "1.35.0"
25+
"@playwright/test": "1.35.1"
2626
},
2727
"bin": {
2828
"playwright": "./cli.js"

packages/playwright-ct-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-react",
3-
"version": "1.35.0",
3+
"version": "1.35.1",
44
"description": "Playwright Component Testing for React",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"dependencies": {
29-
"@playwright/experimental-ct-core": "1.35.0",
29+
"@playwright/experimental-ct-core": "1.35.1",
3030
"@vitejs/plugin-react": "^4.0.0"
3131
},
3232
"bin": {

packages/playwright-ct-react17/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-react17",
3-
"version": "1.35.0",
3+
"version": "1.35.1",
44
"description": "Playwright Component Testing for React",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"dependencies": {
29-
"@playwright/experimental-ct-core": "1.35.0",
29+
"@playwright/experimental-ct-core": "1.35.1",
3030
"@vitejs/plugin-react": "^4.0.0"
3131
},
3232
"bin": {

packages/playwright-ct-solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-solid",
3-
"version": "1.35.0",
3+
"version": "1.35.1",
44
"description": "Playwright Component Testing for Solid",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"dependencies": {
29-
"@playwright/experimental-ct-core": "1.35.0",
29+
"@playwright/experimental-ct-core": "1.35.1",
3030
"vite-plugin-solid": "^2.7.0"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)