From 6e71757d21916c46f4a022837e9e9bc4da2c53be Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Fri, 10 May 2024 02:04:10 +0000 Subject: [PATCH] chore: release v5.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a81875..31e76dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/ghiscoding/slickgrid-react/compare/v5.0.0...v5.0.1) (2024-05-10) + + +### Bug Fixes + +* remove Font-Awesome dependency ([6463b5d](https://github.com/ghiscoding/slickgrid-react/commit/6463b5d828ac1e8d9530c0e429f942b646a1f913)) + ## [5.0.0](https://github.com/ghiscoding/slickgrid-react/compare/v4.7.0...v5.0.0) (2024-05-10) #### Follow the [Migration to 5.0](https://github.com/ghiscoding/slickgrid-react/wiki/Migration-to-5.x) for all the changes diff --git a/package.json b/package.json index 6b3d88ec..a90c1ffe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slickgrid-react", - "version": "5.0.0", + "version": "5.0.1", "description": "Slickgrid components made available in React", "keywords": [ "react", @@ -179,4 +179,4 @@ "resolutions": { "caniuse-lite": "1.0.30001617" } -} \ No newline at end of file +}