Skip to content

Commit 320bf81

Browse files
committed
chore: mark v0.13.0
1 parent f3bdc54 commit 320bf81

File tree

8 files changed

+29
-29
lines changed

8 files changed

+29
-29
lines changed

examples/recorder-crx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Playwright CRX",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"manifest_version": 3,
55
"icons": {
66
"16": "icon-16x16.png",

examples/recorder-crx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recorder-crx",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"type": "module",
55
"keywords": [],
66
"author": "",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"idb-keyval": "^6.2.1",
14-
"playwright-crx": "0.12.0",
14+
"playwright-crx": "0.13.0",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"react-modal-promise": "^1.0.2",

examples/todomvc-crx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todomvc-crx",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"type": "module",
55
"keywords": [],
66
"author": "",
@@ -9,7 +9,7 @@
99
"build": "tsc && vite build"
1010
},
1111
"dependencies": {
12-
"playwright-crx": "0.12.0"
12+
"playwright-crx": "0.13.0"
1313
},
1414
"devDependencies": {
1515
"@types/chrome": "^0.0.281",

examples/todomvc-crx/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Playwright CRX - TodoMVC",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"manifest_version": 3,
55
"background": {
66
"service_worker": "background.js",

package-lock.json

Lines changed: 19 additions & 19 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,6 +1,6 @@
11
{
22
"name": "playwright-crx",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"engines": {
55
"node": ">=18"
66
},

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "playwright-crx-tests",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"keywords": [],
55
"author": "",
66
"scripts": {
77
"build": "tsc -p ./test-extension/tsconfig.json && vite build ./test-extension",
88
"serve": "vite ./server --host 127.0.0.1 --port 3000"
99
},
1010
"devDependencies": {
11-
"@playwright/test": "^1.50.0",
11+
"@playwright/test": "^1.51.0",
1212
"yauzl": "^3.2.0"
1313
}
1414
}

tests/test-extension/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Playwright CRX Tests",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"manifest_version": 3,
55
"background": {
66
"service_worker": "background.js",

0 commit comments

Comments
 (0)