diff --git a/examples/recorder-crx/package.json b/examples/recorder-crx/package.json index 817622b14..be6d6f1ab 100644 --- a/examples/recorder-crx/package.json +++ b/examples/recorder-crx/package.json @@ -1,6 +1,6 @@ { "name": "recorder-crx", - "version":"0.9.0", + "version":"0.10.0", "type": "module", "keywords": [], "author": "", @@ -9,7 +9,7 @@ "build": "tsc && vite build && vite --config vite.recorder.config.ts build" }, "dependencies": { - "playwright-crx":"0.9.0" + "playwright-crx":"0.10.0" }, "devDependencies": { "typescript": "^5.1.3", diff --git a/examples/recorder-crx/public/manifest.json b/examples/recorder-crx/public/manifest.json index d60004082..19c420db0 100644 --- a/examples/recorder-crx/public/manifest.json +++ b/examples/recorder-crx/public/manifest.json @@ -1,6 +1,6 @@ { "name": "Playwright CRX", - "version": "0.9.0", + "version": "0.10.0", "manifest_version": 3, "icons": { "16": "icon-16x16.png", diff --git a/examples/todomvc-crx/package.json b/examples/todomvc-crx/package.json index 5752a8b8f..91809b1bb 100644 --- a/examples/todomvc-crx/package.json +++ b/examples/todomvc-crx/package.json @@ -1,6 +1,6 @@ { "name": "todomvc-crx", - "version": "0.9.0", + "version": "0.10.0", "type": "module", "keywords": [], "author": "", @@ -9,7 +9,7 @@ "build": "tsc && vite build" }, "dependencies": { - "playwright-crx": "0.9.0" + "playwright-crx": "0.10.0" }, "devDependencies": { "@types/chrome": "^0.0.266", diff --git a/examples/todomvc-crx/public/manifest.json b/examples/todomvc-crx/public/manifest.json index 9fcc29810..1bdcb6d4f 100644 --- a/examples/todomvc-crx/public/manifest.json +++ b/examples/todomvc-crx/public/manifest.json @@ -1,6 +1,6 @@ { "name": "Playwright CRX - TodoMVC", - "version": "0.9.0", + "version": "0.10.0", "manifest_version": 3, "background": { "service_worker": "background.js", diff --git a/package-lock.json b/package-lock.json index 7fe4b279d..b943f2deb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-crx", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playwright-crx", - "version": "0.9.0", + "version": "0.10.0", "license": "Apache-2.0", "workspaces": [ "examples/recorder-crx", @@ -54,10 +54,10 @@ } }, "examples/recorder-crx": { - "version": "0.9.0", + "version": "0.10.0", "license": "ISC", "dependencies": { - "playwright-crx": "0.9.0" + "playwright-crx": "0.10.0" }, "devDependencies": { "typescript": "^5.1.3", @@ -136,10 +136,10 @@ } }, "examples/todomvc-crx": { - "version": "0.9.0", + "version": "0.10.0", "license": "ISC", "dependencies": { - "playwright-crx": "0.9.0" + "playwright-crx": "0.10.0" }, "devDependencies": { "@types/chrome": "^0.0.266", @@ -6088,7 +6088,7 @@ }, "tests": { "name": "playwright-crx-tests", - "version": "0.9.0", + "version": "0.10.0", "devDependencies": { "@playwright/test": "^1.48.0" } diff --git a/package.json b/package.json index e7812f42a..16effdea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-crx", - "version": "0.9.0", + "version": "0.10.0", "engines": { "node": ">=16" }, diff --git a/tests/package.json b/tests/package.json index 72b0a0fe8..f0b4d5d6e 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "playwright-crx-tests", - "version": "0.9.0", + "version": "0.10.0", "keywords": [], "author": "", "scripts": { diff --git a/tests/test-extension/public/manifest.json b/tests/test-extension/public/manifest.json index 1feb20013..9739c4732 100644 --- a/tests/test-extension/public/manifest.json +++ b/tests/test-extension/public/manifest.json @@ -1,6 +1,6 @@ { "name": "Playwright CRX Tests", - "version": "0.9.0", + "version": "0.10.0", "manifest_version": 3, "background": { "service_worker": "background.js",