Skip to content

Commit

Permalink
[ci] release (#36)
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
marbemac and github-actions[bot] authored Sep 24, 2024
1 parent da6fec0 commit c90f00c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/healthy-tools-remember.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/plugin-tanstack-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ssrx/plugin-tanstack-query

## 0.5.0

### Minor Changes

- [`da6fec0`](https://github.com/marbemac/ssrx/commit/da6fec0fd261b56796e6665af0efbf884ac7e476) Thanks
[@marbemac](https://github.com/marbemac)! - Per tanstack query recommendations, stop using the suspense: true option
by default. Thus you must change your .useQuery() instances to .useSuspenseQuery() if you would like to preserve the
SSR data fetching.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tanstack-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/plugin-tanstack-query",
"version": "0.4.0",
"version": "0.5.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/trpc-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ssrx/trpc-react

## 0.3.0

### Minor Changes

- [`da6fec0`](https://github.com/marbemac/ssrx/commit/da6fec0fd261b56796e6665af0efbf884ac7e476) Thanks
[@marbemac](https://github.com/marbemac)! - Per tanstack query recommendations, stop using the suspense: true option
by default. Thus you must change your .useQuery() instances to .useSuspenseQuery() if you would like to preserve the
SSR data fetching.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssrx/trpc-react-query",
"version": "0.2.0",
"version": "0.3.0",
"sideEffects": false,
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit c90f00c

Please sign in to comment.