Skip to content

Commit

Permalink
internal: Publish new version (#3177)
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 Aug 7, 2024
1 parent 688c7c6 commit dc2bce0
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-grapes-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-wombats-happen.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nine-rings-speak.md

This file was deleted.

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

## 0.14.9

### Patch Changes

- [`c263931`](https://github.com/reactive/data-client/commit/c26393176518550a16a2e71aea55a8379f30385e) Thanks [@ntucker](https://github.com/ntucker)! - Update README

- [`688c7c6`](https://github.com/reactive/data-client/commit/688c7c67bc6dda329389cb66f9635b88cc51dce3) Thanks [@ntucker](https://github.com/ntucker)! - Use light-mode README header image since npm only has light-mode

## 0.14.8

### 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.8",
"version": "0.14.9",
"description": "Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch",
"homepage": "https://dataclient.io",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @data-client/rest

## 0.14.9

### Patch Changes

- [`c263931`](https://github.com/reactive/data-client/commit/c26393176518550a16a2e71aea55a8379f30385e) Thanks [@ntucker](https://github.com/ntucker)! - Update README

- [`366c609`](https://github.com/reactive/data-client/commit/366c609dbda9707f8ecfaef5020c67dd1c7e262b) Thanks [@ntucker](https://github.com/ntucker)! - Make NetworkError messages include more useful information

Add URL so it's clear _what_ is causing issues when response is
not 'ok'

## 0.14.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-client/rest",
"version": "0.14.8",
"version": "0.14.9",
"description": "Quickly define typed REST resources and endpoints",
"homepage": "https://dataclient.io/rest",
"repository": {
Expand Down

0 comments on commit dc2bce0

Please sign in to comment.