From 94b5bddead3a27bd6530efb0441a924a749d0cc5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Nov 2024 11:25:54 +0000 Subject: [PATCH] chore(release): 2.15.0-alpha.2 [skip ci] # [2.15.0-alpha.2](https://github.com/gisce/ooui/compare/v2.15.0-alpha.1...v2.15.0-alpha.2) (2024-11-08) ### Features * **field:** add new property fieldType to Field class ([0f3da71](https://github.com/gisce/ooui/commit/0f3da7138b4129fe79b1c99165d7b14a2a0398cf)) --- 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 9d7f90a..4360dbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/ooui", - "version": "2.15.0-alpha.1", + "version": "2.15.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@gisce/ooui", - "version": "2.15.0-alpha.1", + "version": "2.15.0-alpha.2", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index 4b3a460..204b20c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/ooui", - "version": "2.15.0-alpha.1", + "version": "2.15.0-alpha.2", "engines": { "node": "20.5.0" },