From d6c1b055c36d34cf6bc098c9a7d476fa5a347b70 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jul 2024 14:30:15 +0000 Subject: [PATCH] chore(release): 1.6.0-alpha.6 [skip ci] # [1.6.0-alpha.6](https://github.com/gisce/react-formiga-table/compare/v1.6.0-alpha.5...v1.6.0-alpha.6) (2024-07-31) ### Bug Fixes * debug ag grid bug ([ebc01a5](https://github.com/gisce/react-formiga-table/commit/ebc01a5bfc574cf9f1fb49f4b628283f8378fa22)) --- 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 0d90b4b..a580bf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-formiga-table", - "version": "1.6.0-alpha.5", + "version": "1.6.0-alpha.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-formiga-table", - "version": "1.6.0-alpha.5", + "version": "1.6.0-alpha.6", "dependencies": { "ag-grid-community": "^31.2.1", "ag-grid-react": "^31.2.1", diff --git a/package.json b/package.json index abb71d8..f19a7d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-formiga-table", - "version": "1.6.0-alpha.5", + "version": "1.6.0-alpha.6", "engines": { "node": "20.5.0" },