Skip to content

Commit c48b511

Browse files
authored
chore: mark v1.26.0 (#17301)
1 parent ed62987 commit c48b511

File tree

13 files changed

+55
-55
lines changed

13 files changed

+55
-55
lines changed

package-lock.json

Lines changed: 33 additions & 33 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.26.0-next",
4+
"version": "1.26.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.26.0-next",
3+
"version": "1.26.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.26.0-next"
31+
"playwright-core": "1.26.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.26.0-next",
3+
"version": "1.26.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.26.0-next",
3+
"version": "1.26.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": "^2.0.1",
30-
"@playwright/test": "1.26.0-next",
30+
"@playwright/test": "1.26.0",
3131
"vite": "^3.0.9"
3232
}
3333
}

packages/playwright-ct-solid/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-solid",
3-
"version": "1.26.0-next",
3+
"version": "1.26.0",
44
"description": "Playwright Component Testing for Solid",
55
"repository": "github:Microsoft/playwright",
66
"homepage": "https://playwright.dev",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"vite": "^3.0.0",
3030
"vite-plugin-solid": "^2.3.0",
31-
"@playwright/test": "1.26.0-next"
31+
"@playwright/test": "1.26.0"
3232
},
3333
"devDependencies": {
3434
"solid-js": "^1.4.7"

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.26.0-next",
3+
"version": "1.26.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.26.0-next",
29+
"@playwright/test": "1.26.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.26.0-next",
3+
"version": "1.26.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.26.0-next",
30+
"@playwright/test": "1.26.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.26.0-next",
3+
"version": "1.26.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.26.0-next",
29+
"@playwright/test": "1.26.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.26.0-next",
3+
"version": "1.26.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.26.0-next"
31+
"playwright-core": "1.26.0"
3232
}
3333
}

0 commit comments

Comments
 (0)