Skip to content

Commit

Permalink
Merge pull request #253 from psteinroe/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
psteinroe committed Jul 24, 2023
2 parents 6cf6f07 + 8423e5d commit ba062b6
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-cooks-grin.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/postgrest-fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase-cache-helpers/postgrest-fetcher

## 1.1.1

### Patch Changes

- 8483d68: this is a breaking change for the `useCursorInfiniteScroll` hook, because i realised the API I released last week does have significant downsides, and often causes infinte loops. Now, you have put buth `.order()` and `.limit()` on the query yourself. The hook expects a `PostgrestTransformBuilder`, and you can apply the `.result()` transformer, too.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-fetcher",
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/postgrest-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @supabase-cache-helpers/postgrest-react-query

## 1.0.23

### Patch Changes

- Updated dependencies [8483d68]
- @supabase-cache-helpers/postgrest-fetcher@1.1.1

## 1.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-react-query",
"version": "1.0.22",
"version": "1.0.23",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/postgrest-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @supabase-cache-helpers/postgrest-swr

## 1.1.2

### Patch Changes

- 8483d68: this is a breaking change for the `useCursorInfiniteScroll` hook, because i realised the API I released last week does have significant downsides, and often causes infinte loops. Now, you have put buth `.order()` and `.limit()` on the query yourself. The hook expects a `PostgrestTransformBuilder`, and you can apply the `.result()` transformer, too.
- Updated dependencies [8483d68]
- @supabase-cache-helpers/postgrest-fetcher@1.1.1

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-swr",
"version": "1.1.1",
"version": "1.1.2",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down

2 comments on commit ba062b6

@vercel
Copy link

@vercel vercel bot commented on ba062b6 Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supabase-cache-helpers-swr-demo – ./examples/swr

supabase-cache-helpers-swr-demo-psteinroe.vercel.app
supabase-cache-helpers-swr-demo-git-main-psteinroe.vercel.app
supabase-cache-helpers-swr.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ba062b6 Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supabase-cache-helpers-react-query – ./examples/react-query

supabase-cache-helpers-react-query-psteinroe.vercel.app
supabase-cache-helpers-react-query-git-main-psteinroe.vercel.app
supabase-cache-helpers-react-query.vercel.app

Please sign in to comment.