diff --git a/examples/recorder-crx/package.json b/examples/recorder-crx/package.json index 68744af8b..ebba5b060 100644 --- a/examples/recorder-crx/package.json +++ b/examples/recorder-crx/package.json @@ -1,6 +1,6 @@ { "name": "recorder-crx", - "version":"0.7.0", + "version":"0.7.1", "type": "module", "keywords": [], "author": "", @@ -9,7 +9,7 @@ "build": "tsc && vite build && vite --config vite.recorder.config.ts build" }, "dependencies": { - "playwright-crx":"0.7.0" + "playwright-crx":"0.7.1" }, "devDependencies": { "typescript": "^5.1.3", diff --git a/examples/recorder-crx/public/manifest.json b/examples/recorder-crx/public/manifest.json index a8e8dcb66..ccda62610 100644 --- a/examples/recorder-crx/public/manifest.json +++ b/examples/recorder-crx/public/manifest.json @@ -1,6 +1,6 @@ { "name": "Playwright CRX", - "version": "0.7.0", + "version": "0.7.1", "manifest_version": 3, "icons": { "16": "icon-16x16.png", diff --git a/examples/todomvc-crx/package.json b/examples/todomvc-crx/package.json index 7451d480f..e3a478c73 100644 --- a/examples/todomvc-crx/package.json +++ b/examples/todomvc-crx/package.json @@ -1,6 +1,6 @@ { "name": "todomvc-crx", - "version": "0.7.0", + "version": "0.7.1", "type": "module", "keywords": [], "author": "", @@ -9,7 +9,7 @@ "build": "tsc && vite build" }, "dependencies": { - "playwright-crx": "0.7.0" + "playwright-crx": "0.7.1" }, "devDependencies": { "@types/chrome": "^0.0.266", diff --git a/examples/todomvc-crx/public/manifest.json b/examples/todomvc-crx/public/manifest.json index 4a0a28c58..62ec6994f 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.7.0", + "version": "0.7.1", "manifest_version": 3, "background": { "service_worker": "background.js", diff --git a/package-lock.json b/package-lock.json index 7c0767bfa..a98eef02e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-crx", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playwright-crx", - "version": "0.7.0", + "version": "0.7.1", "license": "Apache-2.0", "workspaces": [ "examples/recorder-crx", @@ -54,10 +54,10 @@ } }, "examples/recorder-crx": { - "version": "0.7.0", + "version": "0.7.1", "license": "ISC", "dependencies": { - "playwright-crx": "0.7.0" + "playwright-crx": "0.7.1" }, "devDependencies": { "typescript": "^5.1.3", @@ -136,10 +136,10 @@ } }, "examples/todomvc-crx": { - "version": "0.7.0", + "version": "0.7.1", "license": "ISC", "dependencies": { - "playwright-crx": "0.7.0" + "playwright-crx": "0.7.1" }, "devDependencies": { "@types/chrome": "^0.0.266", @@ -5766,7 +5766,7 @@ }, "tests": { "name": "playwright-crx-tests", - "version": "0.7.0", + "version": "0.7.1", "devDependencies": { "@playwright/test": "^1.45.0" } diff --git a/package.json b/package.json index 9f962f4bb..1747734a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-crx", - "version": "0.7.0", + "version": "0.7.1", "engines": { "node": ">=16" }, diff --git a/tests/package.json b/tests/package.json index 7ca3ab200..beaa81064 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "playwright-crx-tests", - "version": "0.7.0", + "version": "0.7.1", "keywords": [], "author": "", "scripts": { diff --git a/tests/test-extension/public/manifest.json b/tests/test-extension/public/manifest.json index 82525483b..fcd523e65 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.7.0", + "version": "0.7.1", "manifest_version": 3, "background": { "service_worker": "background.js",