From 7dfdb6fedba8aba88a7592f5e1785bc63c463ec3 Mon Sep 17 00:00:00 2001 From: Graham Langford Date: Thu, 11 Apr 2024 12:42:23 -0500 Subject: [PATCH] 1.8.13-alpha.2 --- 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 a1f9b10c30..646abf13b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pixiebrix/extension", - "version": "1.8.13-alpha.1", + "version": "1.8.13-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pixiebrix/extension", - "version": "1.8.13-alpha.1", + "version": "1.8.13-alpha.2", "license": "AGPL-3.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^10.1.0", diff --git a/package.json b/package.json index 52e4a2f812..e056353e80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pixiebrix/extension", - "version": "1.8.13-alpha.1", + "version": "1.8.13-alpha.2", "description": "PixieBrix Browser Extension", "scripts": { "test": "TZ=UTC jest",