From 281811412e86ea8668cb5a6c425e33f1d5881bee Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Dec 2024 11:46:25 +0000 Subject: [PATCH] chore(release): 2.22.0-alpha.2 [skip ci] # [2.22.0-alpha.2](https://github.com/gisce/ooui/compare/v2.22.0-alpha.1...v2.22.0-alpha.2) (2024-12-10) ### Features * sync changes from v2 to alpha ([#151](https://github.com/gisce/ooui/issues/151)) ([5c9bb34](https://github.com/gisce/ooui/commit/5c9bb34e9099d50ad5e011c37a51644f7803dc09)) --- 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 38e1e73..02617db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/ooui", - "version": "2.22.0", + "version": "2.22.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@gisce/ooui", - "version": "2.22.0", + "version": "2.22.0-alpha.2", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index 9d1a67c..0d4a2fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/ooui", - "version": "2.22.0", + "version": "2.22.0-alpha.2", "engines": { "node": "20.5.0" },