From fda28dd4ac9057dff9dcfa4de8f0c7232fcc1a44 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Feb 2025 18:54:02 +0000 Subject: [PATCH] chore(release): 2.63.0-alpha.8 [skip ci] # [2.63.0-alpha.8](https://github.com/gisce/react-ooui/compare/v2.63.0-alpha.7...v2.63.0-alpha.8) (2025-02-14) ### Bug Fixes * improve sort double triggereing ([6694470](https://github.com/gisce/react-ooui/commit/6694470012e9944b44621b52d8d5c9d88f844f37)) * update gisce/react-formiga-table to v1.10.0-alpha.5 ([#899](https://github.com/gisce/react-ooui/issues/899)) ([69b5b22](https://github.com/gisce/react-ooui/commit/69b5b229d1ad5fb8420c6783531cf15817fbf51a)) --- 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 9e66c1a0..b8ea052c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-ooui", - "version": "2.63.0-alpha.7", + "version": "2.63.0-alpha.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-ooui", - "version": "2.63.0-alpha.7", + "version": "2.63.0-alpha.8", "dependencies": { "@ant-design/colors": "^7.2.0", "@ant-design/plots": "^1.0.9", diff --git a/package.json b/package.json index 0d0840c2..a12013ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-ooui", - "version": "2.63.0-alpha.7", + "version": "2.63.0-alpha.8", "engines": { "node": "20.5.0" },