From d9ca927212753504b415bbc9e9f7041cd3518727 Mon Sep 17 00:00:00 2001 From: Rui Figueira Date: Sun, 3 Mar 2024 11:24:50 +0000 Subject: [PATCH] chore: mark v0.4.1 --- examples/recorder-crx/package.json | 4 ++-- examples/recorder-crx/public/manifest.json | 2 +- examples/todomvc-crx/package.json | 4 ++-- examples/todomvc-crx/public/manifest.json | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- tests/package.json | 2 +- tests/test-extension/public/manifest.json | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/recorder-crx/package.json b/examples/recorder-crx/package.json index a4476cfe1..2febd0651 100644 --- a/examples/recorder-crx/package.json +++ b/examples/recorder-crx/package.json @@ -1,6 +1,6 @@ { "name": "recorder-crx", - "version":"0.4.1-next", + "version":"0.4.1", "type": "module", "keywords": [], "author": "", @@ -9,7 +9,7 @@ "build": "tsc && vite build && vite --config vite.recorder.config.ts build" }, "dependencies": { - "playwright-crx":"0.4.1-next" + "playwright-crx":"0.4.1" }, "devDependencies": { "typescript": "^5.1.3", diff --git a/examples/recorder-crx/public/manifest.json b/examples/recorder-crx/public/manifest.json index 56031c8b1..fe698f7a5 100644 --- a/examples/recorder-crx/public/manifest.json +++ b/examples/recorder-crx/public/manifest.json @@ -1,6 +1,6 @@ { "name": "Playwright CRX", - "version": "0.4.0", + "version": "0.4.1", "manifest_version": 3, "icons": { "16": "icon-16x16.png", diff --git a/examples/todomvc-crx/package.json b/examples/todomvc-crx/package.json index e62e068e3..5d34d8960 100644 --- a/examples/todomvc-crx/package.json +++ b/examples/todomvc-crx/package.json @@ -1,6 +1,6 @@ { "name": "todomvc-crx", - "version":"0.4.1-next", + "version":"0.4.1", "type": "module", "keywords": [], "author": "", @@ -9,7 +9,7 @@ "build": "tsc && vite build" }, "dependencies": { - "playwright-crx":"0.4.1-next" + "playwright-crx":"0.4.1" }, "devDependencies": { "typescript": "^5.1.3", diff --git a/examples/todomvc-crx/public/manifest.json b/examples/todomvc-crx/public/manifest.json index 0c44a4ccc..20ef029f4 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.4.0", + "version": "0.4.1", "manifest_version": 3, "background": { "service_worker": "background.js", diff --git a/package-lock.json b/package-lock.json index 41cfe53cb..96bc62b2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-crx", - "version": "0.4.1-next", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playwright-crx", - "version": "0.4.1-next", + "version": "0.4.1", "license": "Apache-2.0", "workspaces": [ "examples/recorder-crx", @@ -56,10 +56,10 @@ } }, "examples/recorder-crx": { - "version": "0.4.1-next", + "version": "0.4.1", "license": "ISC", "dependencies": { - "playwright-crx": "0.4.1-next" + "playwright-crx": "0.4.1" }, "devDependencies": { "typescript": "^5.1.3", @@ -67,10 +67,10 @@ } }, "examples/todomvc-crx": { - "version": "0.4.1-next", + "version": "0.4.1", "license": "ISC", "dependencies": { - "playwright-crx": "0.4.1-next" + "playwright-crx": "0.4.1" }, "devDependencies": { "typescript": "^5.1.3", @@ -4667,7 +4667,7 @@ }, "tests": { "name": "playwright-crx-tests", - "version": "0.4.1-next", + "version": "0.4.1", "devDependencies": { "@playwright/test": "^1.42.1" } diff --git a/package.json b/package.json index b2f0179c7..633c0748e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playwright-crx", - "version":"0.4.1-next", + "version":"0.4.1", "engines": { "node": ">=16" }, diff --git a/tests/package.json b/tests/package.json index b76c38917..2d9689d4f 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "playwright-crx-tests", - "version": "0.4.1-next", + "version": "0.4.1", "keywords": [], "author": "", "scripts": { diff --git a/tests/test-extension/public/manifest.json b/tests/test-extension/public/manifest.json index c2ffbb977..f341a929c 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.4.0", + "version": "0.4.1", "manifest_version": 3, "background": { "service_worker": "background.js",