From efc7fa8a08cfd8c4f3469d6ab7181a2d45fe4acd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Nov 2024 15:52:14 +0000 Subject: [PATCH] chore(release): 1.9.0-alpha.4 [skip ci] # [1.9.0-alpha.4](https://github.com/gisce/react-formiga-table/compare/v1.9.0-alpha.3...v1.9.0-alpha.4) (2024-11-04) ### Bug Fixes * respect sort index in sort fields in infinite table ([0f2ef84](https://github.com/gisce/react-formiga-table/commit/0f2ef8416fa717bcbc6cf7c18797ea8eccf6f204)) * selection row count bug for infinite table ([#26](https://github.com/gisce/react-formiga-table/issues/26)) ([5e15d5e](https://github.com/gisce/react-formiga-table/commit/5e15d5efa4bcf9ae07becd4afbc50e965c009a8f)) --- 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 f338da9..b675577 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-formiga-table", - "version": "1.8.3", + "version": "1.9.0-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-formiga-table", - "version": "1.8.3", + "version": "1.9.0-alpha.4", "dependencies": { "ag-grid-community": "^31.2.1", "ag-grid-react": "^31.2.1", diff --git a/package.json b/package.json index 8888051..a2dca3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-formiga-table", - "version": "1.8.3", + "version": "1.9.0-alpha.4", "engines": { "node": "20.5.0" },