From 829721892c23782a7bf5ad2521850217881d0878 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Jan 2025 11:08:14 +0000 Subject: [PATCH] chore(release): 2.58.0-alpha.14 [skip ci] # [2.58.0-alpha.14](https://github.com/gisce/react-ooui/compare/v2.58.0-alpha.13...v2.58.0-alpha.14) (2025-01-27) ### Bug Fixes * add unsaved changes check for hotkey navigation actions in form ([e0da14e](https://github.com/gisce/react-ooui/commit/e0da14ea31bd2103014b69ea09df34d118e276e2)) --- 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 b71b0462..bfafd12c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-ooui", - "version": "2.58.0-alpha.13", + "version": "2.58.0-alpha.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.58.0-alpha.13", + "version": "2.58.0-alpha.14", "dependencies": { "@ant-design/colors": "^7.2.0", "@ant-design/plots": "^1.0.9", diff --git a/package.json b/package.json index e33b6279..d9fb19f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.58.0-alpha.13", + "version": "2.58.0-alpha.14", "engines": { "node": "20.5.0" },