From 55cc99eab03d0709aefdd013ca01f8f2db1925e1 Mon Sep 17 00:00:00 2001 From: Todd Schiller Date: Thu, 15 Feb 2024 18:31:45 -0500 Subject: [PATCH] 1.8.9-alpha.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b6746ceb1..0e9fc013fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pixiebrix/extension", - "version": "1.8.9-alpha.1", + "version": "1.8.9-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pixiebrix/extension", - "version": "1.8.9-alpha.1", + "version": "1.8.9-alpha.4", "license": "AGPL-3.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^10.1.0", diff --git a/package.json b/package.json index 8530f68b21..afa64081bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pixiebrix/extension", - "version": "1.8.9-alpha.1", + "version": "1.8.9-alpha.4", "description": "PixieBrix Browser Extension", "scripts": { "test": "TZ=UTC jest",