From 2a32b8aa34ef69562366c823db6c78d076169ebd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Jan 2024 11:24:39 +0000 Subject: [PATCH] chore(release): 1.0.0-rc.1 [skip ci] # [1.0.0-rc.1](https://github.com/gisce/react-formiga-table/compare/v0.8.6...v1.0.0-rc.1) (2024-01-10) ### Bug Fixes * add @gisce/commitlint-rules package ([3f32a64](https://github.com/gisce/react-formiga-table/commit/3f32a6422ea048a2a45d058eb5bf62e29138fd16)) * add error boundary component wrapping cell and ditch wrong memo ([64f8f6c](https://github.com/gisce/react-formiga-table/commit/64f8f6c86f96709a5b97fba3fbe82dd04ba2cbd6)) * add outside customization to some components ([#17](https://github.com/gisce/react-formiga-table/issues/17)) ([1d961ae](https://github.com/gisce/react-formiga-table/commit/1d961ae462e4bf22bf88a55912e85a4bccd73e89)) * adjust commitlint rules ([0d6e791](https://github.com/gisce/react-formiga-table/commit/0d6e7911d4dbb235ebc2001cd9048bdde40d61ca)) * adjust semantic-release and gh actions ([67d9284](https://github.com/gisce/react-formiga-table/commit/67d928491c5b935b3649fa11fa8f4c95f59d4023)) * adjust types in exports package.json ([610aa60](https://github.com/gisce/react-formiga-table/commit/610aa600bdcf6d6c5bdfdb343385cc44b6c6b991)) * adjustments in height and add more stories ([261ba3a](https://github.com/gisce/react-formiga-table/commit/261ba3aebb257fe3fb93aa5711d0d4b5d8697eda)) * fix eslint problems ([f6484c9](https://github.com/gisce/react-formiga-table/commit/f6484c9647dce5a1e24bd224e7cb1b5afd29fa78)) * improvements in checkbox row, cursor pointer and disable double click there ([a26fef0](https://github.com/gisce/react-formiga-table/commit/a26fef0223e594ace0c203e4c0c1979d7705e5d8)) * memoize cell rendered content ([b09deae](https://github.com/gisce/react-formiga-table/commit/b09deae05b85c43eebeea70e3dbd6a6af4fb9428)) * move Table to components ([306be94](https://github.com/gisce/react-formiga-table/commit/306be94fba8eebf5e3d0d1316169b4e04bc7a73c)) * update gisce/commitlint-rules to v1.0.5 ([#19](https://github.com/gisce/react-formiga-table/issues/19)) ([3359209](https://github.com/gisce/react-formiga-table/commit/3359209526a6dd9e7bd024ed1416a04e6302d69b)) * update workflow ([d089b37](https://github.com/gisce/react-formiga-table/commit/d089b37542b5a45a1fe6ea8ad0bc5213c2cc2138)) * workflow error ([51d2d27](https://github.com/gisce/react-formiga-table/commit/51d2d27bcc5f0e30d43619c195d2e81570105f29)) ### Features * add unselectAll imperative method ([dc2cd81](https://github.com/gisce/react-formiga-table/commit/dc2cd8179b91e8d0b1990e070c348fc2cc5cbc63)) * New alpha version ([5d0bbf2](https://github.com/gisce/react-formiga-table/commit/5d0bbf2060eb6ab3ddea3e44c0cb9121f12568bf)) ### BREAKING CHANGES * New alpha version --- 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 e54cce5..07fcd9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-formiga-table", - "version": "1.0.0-alpha.12", + "version": "1.0.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-formiga-table", - "version": "1.0.0-alpha.12", + "version": "1.0.0-rc.1", "dependencies": { "react": "18.2.0", "react-dom": "18.2.0", diff --git a/package.json b/package.json index 1d8a649..06e7684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-formiga-table", - "version": "1.0.0-alpha.12", + "version": "1.0.0-rc.1", "engines": { "node": "20.5.0" },