From 0a75f24a04c2326233a536d6331bab2346a3ff89 Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Mon, 17 Feb 2025 16:07:50 +0100 Subject: [PATCH] Bump v6.6.1 * Refactor RichTable component to use forwardRef --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb70402..0c41374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased] +## [6.6.1] - 2025-02-17 + +### Changed + +- Refactored RichTable component to use forwardRef + ## [6.6.0] - 2025-02-07 ### Added @@ -435,7 +441,8 @@ and this project adheres to ## [0.0.7] - 2019-09-02 [unreleased]: - https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.0...dev + https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.1...dev +[6.6.1]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.0...v6.6.1 [6.6.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.5.0...v6.6.0 [6.5.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.4.0...v6.5.0 [6.4.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.3.0...v6.4.0 diff --git a/package-lock.json b/package-lock.json index 646d42a..0faa858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foris", - "version": "6.6.0", + "version": "6.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "foris", - "version": "6.6.0", + "version": "6.6.1", "license": "GPL-3.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", diff --git a/package.json b/package.json index e4399a0..b91af82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foris", - "version": "6.6.0", + "version": "6.6.1", "description": "Foris JS library is a set of components and utils for reForis application and plugins.", "author": "CZ.NIC, z.s.p.o.", "repository": { @@ -70,4 +70,4 @@ "docs": "npx styleguidist build ", "docs:watch": "styleguidist server" } -} +} \ No newline at end of file