Skip to content

Commit

Permalink
Merge pull request #393 from psteinroe/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
psteinroe committed Feb 29, 2024
2 parents 8d41dc8 + 471b58b commit 8175546
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/stale-owls-compete.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- 0c57875: fix: revalidate relation now uses the input instead of transformedInput, and delete fetcher properly builds the query and returns the parsed results

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-core",
"version": "0.4.0",
"version": "0.4.1",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
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.5.1

### Patch Changes

- Updated dependencies [0c57875]
- @supabase-cache-helpers/postgrest-core@0.4.1

## 1.5.0

### Minor 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.5.0",
"version": "1.5.1",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/postgrest-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @supabase-cache-helpers/postgrest-swr

## 1.6.1

### Patch Changes

- Updated dependencies [0c57875]
- @supabase-cache-helpers/postgrest-core@0.4.1

## 1.6.0

### Minor 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.6.0",
"version": "1.6.1",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down

0 comments on commit 8175546

Please sign in to comment.