From 61d4d95029db0ad8175e662334def525e808ea2c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Jan 2025 10:49:11 +0000 Subject: [PATCH] chore(release): 2.58.0-alpha.7 [skip ci] # [2.58.0-alpha.7](https://github.com/gisce/react-ooui/compare/v2.58.0-alpha.6...v2.58.0-alpha.7) (2025-01-24) ### Bug Fixes * clear title when no tabs are open ([2e7b917](https://github.com/gisce/react-ooui/commit/2e7b91795c25bc68aff11e7dc09e80d5fe3d49b9)) * form rendering issue ([2b93655](https://github.com/gisce/react-ooui/commit/2b93655eb0b09f5ae6da8196ba3baa7440e8302e)) * improve url actions in order to ditch fields and re get them on resume ([cf5672d](https://github.com/gisce/react-ooui/commit/cf5672df147503aaacdf02455bea8155f8246343)) * pass plain values to actions ([21b068f](https://github.com/gisce/react-ooui/commit/21b068f905f9e3683593b527da68ce3041f86965)) --- 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 878e5a0b..6b81b2c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-ooui", - "version": "2.58.0-alpha.6", + "version": "2.58.0-alpha.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.58.0-alpha.6", + "version": "2.58.0-alpha.7", "dependencies": { "@ant-design/colors": "^7.2.0", "@ant-design/plots": "^1.0.9", diff --git a/package.json b/package.json index f694dcef..499f199f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.58.0-alpha.6", + "version": "2.58.0-alpha.7", "engines": { "node": "20.5.0" },