From 7e697f0c446eeba2f8de298009bf054bf502e3d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:11:33 +0000 Subject: [PATCH] Version Packages (canary) --- .changeset/pre.json | 1 + CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index d5d7076..cb9634f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -31,6 +31,7 @@ "twenty-pans-search", "violet-cherries-applaud", "warm-olives-punch", + "wet-states-wink", "yellow-nails-worry" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f4bee..5f3329f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # classic-react-hooks +## 2.0.0-canary.27 + +### Minor Changes + +- 8a2a4b7: Feature: Add AbortSignal api support for use-debounced-fn hook for cancelling the async work + ## 2.0.0-canary.26 ### Minor Changes diff --git a/package.json b/package.json index d268659..772774c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classic-react-hooks", - "version": "2.0.0-canary.26", + "version": "2.0.0-canary.27", "description": "A great collection of React utility hooks", "keywords": [ "classic-react-hooks",