From ebf029849de0a397c1d5a79aa048e275952776d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Dec 2024 15:02:26 +0000 Subject: [PATCH] chore(release): 2.21.0-alpha.3 [skip ci] # [2.21.0-alpha.3](https://github.com/gisce/ooui/compare/v2.21.0-alpha.2...v2.21.0-alpha.3) (2024-12-05) ### Features * **Container:** allow loading in Page and Group components ([57c3f16](https://github.com/gisce/ooui/commit/57c3f169a6e16078166eb2e7192e3bbf9233ea29)) --- 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 985ffb6..c35a87d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/ooui", - "version": "2.21.0-alpha.2", + "version": "2.21.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@gisce/ooui", - "version": "2.21.0-alpha.2", + "version": "2.21.0-alpha.3", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index 3a3ae02..40ddc55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/ooui", - "version": "2.21.0-alpha.2", + "version": "2.21.0-alpha.3", "engines": { "node": "20.5.0" },