Skip to content

Commit

Permalink
internal: Publish new version (#3116)
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] authored Jun 20, 2024
1 parent 47bf5af commit 2ff0092
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .changeset/modern-pears-burn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/poor-cherries-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-beans-juggle.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#3115](https://github.com/reactive/data-client/pull/3115) [`34f12c4`](https://github.com/reactive/data-client/commit/34f12c4022462bea441ec134a61cfcc4cf505e6d) Thanks [@ntucker](https://github.com/ntucker)! - **This repository has been deprecated and is no longer actively maintained.**

All hooks moved to [@data-client/react](https://www.npmjs.com/package/@data-client/react)

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/hooks",
"version": "0.1.11",
"version": "0.2.0",
"description": "Collection of composable data hooks",
"homepage": "https://dataclient.io/docs/api/useDebounce",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @data-client/react

## 0.13.3

### Patch Changes

- [#3115](https://github.com/reactive/data-client/pull/3115) [`34f12c4`](https://github.com/reactive/data-client/commit/34f12c4022462bea441ec134a61cfcc4cf505e6d) Thanks [@ntucker](https://github.com/ntucker)! - Add [useLoading()](https://dataclient.io/docs/api/useLoading), [useDebounce()](https://dataclient.io/docs/api/useDebounce), [useCancelling()](https://dataclient.io/docs/api/useCancelling)

These are taken from the hooks package.

- [`47bf5af`](https://github.com/reactive/data-client/commit/47bf5aff1a473f113b14b9c619e838e766c394ce) Thanks [@ntucker](https://github.com/ntucker)! - Fix React Native should not render anything for dev button

## 0.13.2

### 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.13.2",
"version": "0.13.3",
"description": "High performance mutable data rendering in React.",
"homepage": "https://dataclient.io",
"repository": {
Expand Down

0 comments on commit 2ff0092

Please sign in to comment.