Skip to content

Commit 1b025d7

Browse files
authored
chore: mark v1.63.0 (#42569)
1 parent 0b9956d commit 1b025d7

12 files changed

Lines changed: 39 additions & 39 deletions

File tree

package-lock.json

Lines changed: 20 additions & 20 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.63.0-next",
4+
"version": "1.63.0",
55
"description": "A high-level API to automate web browsers",
66
"repository": {
77
"type": "git",

packages/playwright-browser-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/browser-chromium",
3-
"version": "1.63.0-next",
3+
"version": "1.63.0",
44
"description": "Playwright package that automatically installs Chromium",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"install": "node install.js"
2828
},
2929
"dependencies": {
30-
"playwright-core": "1.63.0-next"
30+
"playwright-core": "1.63.0"
3131
}
3232
}

packages/playwright-browser-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/browser-firefox",
3-
"version": "1.63.0-next",
3+
"version": "1.63.0",
44
"description": "Playwright package that automatically installs Firefox",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"install": "node install.js"
2828
},
2929
"dependencies": {
30-
"playwright-core": "1.63.0-next"
30+
"playwright-core": "1.63.0"
3131
}
3232
}

packages/playwright-browser-webkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/browser-webkit",
3-
"version": "1.63.0-next",
3+
"version": "1.63.0",
44
"description": "Playwright package that automatically installs WebKit",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"install": "node install.js"
2828
},
2929
"dependencies": {
30-
"playwright-core": "1.63.0-next"
30+
"playwright-core": "1.63.0"
3131
}
3232
}

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.63.0-next",
3+
"version": "1.63.0",
44
"description": "A high-level API to automate Chromium",
55
"repository": {
66
"type": "git",
@@ -30,6 +30,6 @@
3030
"install": "node install.js"
3131
},
3232
"dependencies": {
33-
"playwright-core": "1.63.0-next"
33+
"playwright-core": "1.63.0"
3434
}
3535
}

packages/playwright-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"./package.json": "./package.json"
2525
},
2626
"dependencies": {
27-
"playwright-core": "1.63.0-next"
27+
"playwright-core": "1.63.0"
2828
}
2929
}

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.63.0-next",
3+
"version": "1.63.0",
44
"description": "A high-level API to automate web browsers",
55
"repository": {
66
"type": "git",

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.63.0-next",
3+
"version": "1.63.0",
44
"description": "A high-level API to automate Firefox",
55
"repository": {
66
"type": "git",
@@ -30,6 +30,6 @@
3030
"install": "node install.js"
3131
},
3232
"dependencies": {
33-
"playwright-core": "1.63.0-next"
33+
"playwright-core": "1.63.0"
3434
}
3535
}

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.63.0-next",
3+
"version": "1.63.0",
44
"description": "A high-level API to automate web browsers",
55
"repository": {
66
"type": "git",
@@ -30,6 +30,6 @@
3030
},
3131
"scripts": {},
3232
"dependencies": {
33-
"playwright": "1.63.0-next"
33+
"playwright": "1.63.0"
3434
}
3535
}

0 commit comments

Comments
 (0)