Skip to content

Commit

Permalink
chore: mark 1.35.0 (#23581)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Jun 8, 2023
1 parent 745e200 commit a2798c3
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 65 deletions.
78 changes: 39 additions & 39 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.35.0-next",
"version": "1.35.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-chromium/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "1.35.0-next",
"version": "1.35.0",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -27,6 +27,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.35.0-next"
"playwright-core": "1.35.0"
}
}
2 changes: 1 addition & 1 deletion packages/playwright-core/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "1.35.0-next",
"version": "1.35.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-ct-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-core",
"version": "1.35.0-next",
"version": "1.35.0",
"description": "Playwright Component Testing Helpers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"vite": "^4.3.9",
"@playwright/test": "1.35.0-next"
"@playwright/test": "1.35.0"
},
"bin": {
"playwright": "./cli.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-react",
"version": "1.35.0-next",
"version": "1.35.0",
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,7 +26,7 @@
}
},
"dependencies": {
"@playwright/experimental-ct-core": "1.35.0-next",
"@playwright/experimental-ct-core": "1.35.0",
"@vitejs/plugin-react": "^4.0.0"
},
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-react17/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-react17",
"version": "1.35.0-next",
"version": "1.35.0",
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,7 +26,7 @@
}
},
"dependencies": {
"@playwright/experimental-ct-core": "1.35.0-next",
"@playwright/experimental-ct-core": "1.35.0",
"@vitejs/plugin-react": "^4.0.0"
},
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-solid",
"version": "1.35.0-next",
"version": "1.35.0",
"description": "Playwright Component Testing for Solid",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,7 +26,7 @@
}
},
"dependencies": {
"@playwright/experimental-ct-core": "1.35.0-next",
"@playwright/experimental-ct-core": "1.35.0",
"vite-plugin-solid": "^2.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit a2798c3

Please sign in to comment.