From 73a846057721eb7ccb491eaa8a567fac649ebd92 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jan 2024 09:29:07 +0000 Subject: [PATCH] chore(release): v1.7.1 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21dd4a4..931f0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.7.1](https://github.com/linxianxi/react-selectable-box/compare/v1.7.0...v1.7.1) (2024-01-31) + +### Bug Fixes + +- add compareFn to Selectable态remove useSelectable compareFn ([#26](https://github.com/linxianxi/react-selectable-box/issues/26)) ([711acce](https://github.com/linxianxi/react-selectable-box/commit/711acce693a5ea593231dfaf996a30278e17fcc2)) + # [1.7.0](https://github.com/linxianxi/react-selectable-box/compare/v1.6.0...v1.7.0) (2024-01-31) ### Features diff --git a/package.json b/package.json index c1200b8..6e53165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-selectable-box", - "version": "1.7.0", + "version": "1.7.1", "description": "A React component that allows you to select elements in the drag area using the mouse", "keywords": [ "react",