Skip to content

Commit

Permalink
Merge pull request #380 from psteinroe/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Feb 21, 2024
2 parents a1c4848 + c56efb4 commit c03b290
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-tools-raise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rotten-pillows-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-glasses-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-sheep-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-grapes-exist.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 7a892b7: feat: add delete many mutation

### Patch Changes

- ecbcbd3: fix: return input from mutations without query so that cache updates still work

## 0.3.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.3.0",
"version": "0.4.0",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/postgrest-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @supabase-cache-helpers/postgrest-react-query

## 1.5.0

### Minor Changes

- 7a892b7: feat: add delete many mutation
- 11c3463: feat: export buildQueryOptions and fetchQuery wrapper

### Patch Changes

- Updated dependencies [7a892b7]
- Updated dependencies [ecbcbd3]
- @supabase-cache-helpers/postgrest-core@0.4.0

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

## 1.6.0

### Minor Changes

- 7a892b7: feat: add delete many mutation

### Patch Changes

- a4d14bd: fix: pass key to mutate when revalidating in swr
- Updated dependencies [7a892b7]
- Updated dependencies [ecbcbd3]
- @supabase-cache-helpers/postgrest-core@0.4.0

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

## 1.2.0

### Minor Changes

- bfbb039: feat: add query opt builder fns for storage

## 1.1.2

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

0 comments on commit c03b290

Please sign in to comment.