Skip to content

Commit

Permalink
internal: Publish new version (#3221)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 15, 2024
1 parent 4f5e1b1 commit 6b66c31
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .changeset/dull-deers-cry.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @data-client/react

## 0.14.14

### Patch Changes

- [#3220](https://github.com/reactive/data-client/pull/3220) [`13f02d3`](https://github.com/reactive/data-client/commit/13f02d3cf546cc43ca3fb04656859f33e4cf3274) Thanks [@ntucker](https://github.com/ntucker)! - New [useDebounce()](https://dataclient.io/docs/api/useDebounce) in /next that integrates useTransition()

```ts
import { useDebounce } from '@data-client/react/next';
const [debouncedQuery, isPending] = useDebounce(query, 100);
```

- Returns tuple - to include isPending
- Any Suspense triggered due to value change will continue showing
the previous contents until it is finished loading.

## 0.14.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/react",
"version": "0.14.12",
"version": "0.14.14",
"description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
"homepage": "https://dataclient.io",
"repository": {
Expand Down

0 comments on commit 6b66c31

Please sign in to comment.