Skip to content

Commit

Permalink
chore: mark v1.22.0 (#14131)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed May 12, 2022
1 parent 5268dd7 commit 9177bd1
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 45 deletions.
54 changes: 27 additions & 27 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.22.0-next",
"version": "1.22.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.22.0-next",
"version": "1.22.0",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,6 +26,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.22.0-next"
"playwright-core": "1.22.0"
}
}
2 changes: 1 addition & 1 deletion packages/playwright-core/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "1.22.0-next",
"version": "1.22.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.22.0-next",
"version": "1.22.0",
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@vitejs/plugin-react": "^1.0.7",
"@playwright/test": "1.22.0-next",
"@playwright/test": "1.22.0",
"vite": "^2.9.5"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-ct-svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-svelte",
"version": "1.22.0-next",
"version": "1.22.0",
"description": "Playwright Component Testing for Svelte",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@playwright/test": "1.22.0-next",
"@playwright/test": "1.22.0",
"vite": "^2.9.5"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-ct-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-vue",
"version": "1.22.0-next",
"version": "1.22.0",
"description": "Playwright Component Testing for Vue",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@playwright/test": "1.22.0-next",
"@playwright/test": "1.22.0",
"vite": "^2.9.5"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-firefox/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-firefox",
"version": "1.22.0-next",
"version": "1.22.0",
"description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,6 +26,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.22.0-next"
"playwright-core": "1.22.0"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/test",
"version": "1.22.0-next",
"version": "1.22.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down Expand Up @@ -31,6 +31,6 @@
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.22.0-next"
"playwright-core": "1.22.0"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-webkit/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-webkit",
"version": "1.22.0-next",
"version": "1.22.0",
"description": "A high-level API to automate WebKit",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,6 +26,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.22.0-next"
"playwright-core": "1.22.0"
}
}
4 changes: 2 additions & 2 deletions packages/playwright/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright",
"version": "1.22.0-next",
"version": "1.22.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,6 +26,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.22.0-next"
"playwright-core": "1.22.0"
}
}

0 comments on commit 9177bd1

Please sign in to comment.