Skip to content

Commit bb54c04

Browse files
authored
chore: mark v1.25.0 (#16405)
1 parent e440e41 commit bb54c04

File tree

12 files changed

+50
-50
lines changed

12 files changed

+50
-50
lines changed

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playwright-internal",
33
"private": true,
4-
"version": "1.25.0-next",
4+
"version": "1.25.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-chromium",
3-
"version": "1.25.0-next",
3+
"version": "1.25.0",
44
"description": "A high-level API to automate Chromium",
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.25.0-next"
31+
"playwright-core": "1.25.0"
3232
}
3333
}

packages/playwright-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-core",
3-
"version": "1.25.0-next",
3+
"version": "1.25.0",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",

packages/playwright-ct-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-react",
3-
"version": "1.25.0-next",
3+
"version": "1.25.0",
44
"description": "Playwright Component Testing for React",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@vitejs/plugin-react": "^1.0.7",
30-
"@playwright/test": "1.25.0-next",
30+
"@playwright/test": "1.25.0",
3131
"vite": "^2.9.5"
3232
}
3333
}

packages/playwright-ct-svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-svelte",
3-
"version": "1.25.0-next",
3+
"version": "1.25.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/test": "1.25.0-next",
29+
"@playwright/test": "1.25.0",
3030
"@sveltejs/vite-plugin-svelte": "^1.0.1",
3131
"vite": "^3.0.0"
3232
},

packages/playwright-ct-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-vue",
3-
"version": "1.25.0-next",
3+
"version": "1.25.0",
44
"description": "Playwright Component Testing for Vue",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@vitejs/plugin-vue": "^2.3.1",
30-
"@playwright/test": "1.25.0-next",
30+
"@playwright/test": "1.25.0",
3131
"vite": "^2.9.5"
3232
}
3333
}

packages/playwright-ct-vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-vue2",
3-
"version": "1.25.0-next",
3+
"version": "1.25.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/test": "1.25.0-next",
29+
"@playwright/test": "1.25.0",
3030
"vite": "^2.9.5",
3131
"vite-plugin-vue2": "^2.0.1"
3232
},

packages/playwright-firefox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-firefox",
3-
"version": "1.25.0-next",
3+
"version": "1.25.0",
44
"description": "A high-level API to automate Firefox",
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.25.0-next"
31+
"playwright-core": "1.25.0"
3232
}
3333
}

packages/playwright-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/test",
3-
"version": "1.25.0-next",
3+
"version": "1.25.0",
44
"description": "A high-level API to automate web browsers",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -34,6 +34,6 @@
3434
"license": "Apache-2.0",
3535
"dependencies": {
3636
"@types/node": "*",
37-
"playwright-core": "1.25.0-next"
37+
"playwright-core": "1.25.0"
3838
}
3939
}

0 commit comments

Comments
 (0)