Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2c9e02a

Browse files
authoredAug 10, 2023
chore: mark 1.37.0 (#26410)
1 parent 37ba0b6 commit 2c9e02a

File tree

15 files changed

+68
-68
lines changed

15 files changed

+68
-68
lines changed
 

‎package-lock.json

+41-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playwright-internal",
33
"private": true,
4-
"version": "1.37.0-next",
4+
"version": "1.37.0",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-chromium",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
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.37.0-next"
30+
"playwright-core": "1.37.0"
3131
}
3232
}

‎packages/playwright-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-core",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-core",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
44
"description": "Playwright Component Testing Helpers",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -21,9 +21,9 @@
2121
"./lib/vitePlugin": "./lib/vitePlugin.js"
2222
},
2323
"dependencies": {
24-
"playwright-core": "1.37.0-next",
24+
"playwright-core": "1.37.0",
2525
"vite": "^4.3.9",
26-
"@playwright/test": "1.37.0-next"
26+
"@playwright/test": "1.37.0"
2727
},
2828
"bin": {
2929
"playwright": "./cli.js"

‎packages/playwright-ct-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-react",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
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.37.0-next",
29+
"@playwright/experimental-ct-core": "1.37.0",
3030
"@vitejs/plugin-react": "^4.0.0"
3131
},
3232
"bin": {

‎packages/playwright-ct-react17/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-react17",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
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.37.0-next",
29+
"@playwright/experimental-ct-core": "1.37.0",
3030
"@vitejs/plugin-react": "^4.0.0"
3131
},
3232
"bin": {

‎packages/playwright-ct-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-solid",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
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.37.0-next",
29+
"@playwright/experimental-ct-core": "1.37.0",
3030
"vite-plugin-solid": "^2.7.0"
3131
},
3232
"devDependencies": {

‎packages/playwright-ct-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-svelte",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
44
"description": "Playwright Component Testing for Svelte",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"dependencies": {
29-
"@playwright/experimental-ct-core": "1.37.0-next",
29+
"@playwright/experimental-ct-core": "1.37.0",
3030
"@sveltejs/vite-plugin-svelte": "^2.1.1"
3131
},
3232
"devDependencies": {

‎packages/playwright-ct-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-vue",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
44
"description": "Playwright Component Testing for Vue",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"dependencies": {
29-
"@playwright/experimental-ct-core": "1.37.0-next",
29+
"@playwright/experimental-ct-core": "1.37.0",
3030
"@vitejs/plugin-vue": "^4.2.1"
3131
},
3232
"bin": {

‎packages/playwright-ct-vue2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-vue2",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
44
"description": "Playwright Component Testing for Vue2",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"dependencies": {
29-
"@playwright/experimental-ct-core": "1.37.0-next",
29+
"@playwright/experimental-ct-core": "1.37.0",
3030
"@vitejs/plugin-vue2": "^2.2.0"
3131
},
3232
"devDependencies": {

‎packages/playwright-firefox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-firefox",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
44
"description": "A high-level API to automate Firefox",
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.37.0-next"
30+
"playwright-core": "1.37.0"
3131
}
3232
}

‎packages/playwright-test/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/test",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -41,7 +41,7 @@
4141
"license": "Apache-2.0",
4242
"dependencies": {
4343
"@types/node": "*",
44-
"playwright-core": "1.37.0-next"
44+
"playwright-core": "1.37.0"
4545
},
4646
"optionalDependencies": {
4747
"fsevents": "2.3.2"

‎packages/playwright-webkit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-webkit",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
44
"description": "A high-level API to automate WebKit",
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.37.0-next"
30+
"playwright-core": "1.37.0"
3131
}
3232
}

‎packages/playwright/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright",
3-
"version": "1.37.0-next",
3+
"version": "1.37.0",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -28,6 +28,6 @@
2828
"install": "node install.js"
2929
},
3030
"dependencies": {
31-
"playwright-core": "1.37.0-next"
31+
"playwright-core": "1.37.0"
3232
}
3333
}

0 commit comments

Comments
 (0)