Skip to content

Commit

Permalink
chore: mark 1.37.1 (#26530)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 17, 2023
1 parent 4f25285 commit 60696ef
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 68 deletions.
82 changes: 41 additions & 41 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.37.0",
"version": "1.37.1",
"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.37.0",
"version": "1.37.1",
"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.37.0"
"playwright-core": "1.37.1"
}
}
2 changes: 1 addition & 1 deletion packages/playwright-core/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "1.37.0",
"version": "1.37.1",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down
6 changes: 3 additions & 3 deletions packages/playwright-ct-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-core",
"version": "1.37.0",
"version": "1.37.1",
"description": "Playwright Component Testing Helpers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -21,9 +21,9 @@
"./lib/vitePlugin": "./lib/vitePlugin.js"
},
"dependencies": {
"playwright-core": "1.37.0",
"playwright-core": "1.37.1",
"vite": "^4.3.9",
"@playwright/test": "1.37.0"
"@playwright/test": "1.37.1"
},
"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.37.0",
"version": "1.37.1",
"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.37.0",
"@playwright/experimental-ct-core": "1.37.1",
"@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.37.0",
"version": "1.37.1",
"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.37.0",
"@playwright/experimental-ct-core": "1.37.1",
"@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.37.0",
"version": "1.37.1",
"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.37.0",
"@playwright/experimental-ct-core": "1.37.1",
"vite-plugin-solid": "^2.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit 60696ef

Please sign in to comment.