Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: mark 1.28.0 #18754

Merged
merged 1 commit into from Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
66 changes: 33 additions & 33 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.28.0-next",
"version": "1.28.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.28.0-next",
"version": "1.28.0",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down Expand Up @@ -28,6 +28,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.28.0-next"
"playwright-core": "1.28.0"
}
}
2 changes: 1 addition & 1 deletion packages/playwright-core/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "1.28.0-next",
"version": "1.28.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-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-react",
"version": "1.28.0-next",
"version": "1.28.0",
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@vitejs/plugin-react": "^2.2.0",
"@playwright/test": "1.28.0-next",
"@playwright/test": "1.28.0",
"vite": "^3.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-ct-solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-solid",
"version": "1.28.0-next",
"version": "1.28.0",
"description": "Playwright Component Testing for Solid",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"vite": "^3.2.1",
"vite-plugin-solid": "^2.3.10",
"@playwright/test": "1.28.0-next"
"@playwright/test": "1.28.0"
},
"devDependencies": {
"solid-js": "^1.4.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-svelte",
"version": "1.28.0-next",
"version": "1.28.0",
"description": "Playwright Component Testing for Svelte",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,7 +26,7 @@
}
},
"dependencies": {
"@playwright/test": "1.28.0-next",
"@playwright/test": "1.28.0",
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"vite": "^3.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-vue",
"version": "1.28.0-next",
"version": "1.28.0",
"description": "Playwright Component Testing for Vue",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"@playwright/test": "1.28.0-next",
"@playwright/test": "1.28.0",
"vite": "^3.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-ct-vue2/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-vue2",
"version": "1.28.0-next",
"version": "1.28.0",
"description": "Playwright Component Testing for Vue2",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,7 +26,7 @@
}
},
"dependencies": {
"@playwright/test": "1.28.0-next",
"@playwright/test": "1.28.0",
"@vitejs/plugin-vue2": "^2.0.0",
"vite": "^3.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-firefox/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-firefox",
"version": "1.28.0-next",
"version": "1.28.0",
"description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down Expand Up @@ -28,6 +28,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.28.0-next"
"playwright-core": "1.28.0"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/test",
"version": "1.28.0-next",
"version": "1.28.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down Expand Up @@ -34,6 +34,6 @@
"license": "Apache-2.0",
"dependencies": {
"@types/node": "*",
"playwright-core": "1.28.0-next"
"playwright-core": "1.28.0"
}
}