From f9d062a8eb2546271c7fd493a7b24296a5c28ef8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Jan 2025 14:56:21 +0000 Subject: [PATCH] chore(release): 2.58.0-rc.2 [skip ci] # [2.58.0-rc.2](https://github.com/gisce/react-ooui/compare/v2.58.0-rc.1...v2.58.0-rc.2) (2025-01-24) ### Bug Fixes * bug where domain was null in handle open action url ([#841](https://github.com/gisce/react-ooui/issues/841)) [skip ci] ([6efb319](https://github.com/gisce/react-ooui/commit/6efb319c634b89c159af1598da9427489072326a)) * clear title when no tabs are open ([#843](https://github.com/gisce/react-ooui/issues/843)) [skip ci] ([0c233d5](https://github.com/gisce/react-ooui/commit/0c233d5c4ca05f4fb6999f62b2ec86be3447c813)) * improve url actions in order to ditch fields and re get them on resume ([#844](https://github.com/gisce/react-ooui/issues/844)) ([e56f6c3](https://github.com/gisce/react-ooui/commit/e56f6c3f488c14f6d232352aef39c376705cc92b)) --- 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 f2dfdb9a..9649b50f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-ooui", - "version": "2.57.4", + "version": "2.58.0-rc.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.57.4", + "version": "2.58.0-rc.2", "dependencies": { "@ant-design/colors": "^7.2.0", "@ant-design/plots": "^1.0.9", diff --git a/package.json b/package.json index 49aa265e..2e33e5fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.57.4", + "version": "2.58.0-rc.2", "engines": { "node": "20.5.0" },