Skip to content

Commit c6635ce

Browse files
authored
Merge pull request #168 from psteinroe/changeset-release/main
2 parents e212599 + 27eb8dc commit c6635ce

File tree

16 files changed

+60
-19
lines changed

16 files changed

+60
-19
lines changed

.changeset/bright-tigers-buy.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/old-countries-bow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/postgrest-fetcher/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase-cache-helpers/postgrest-fetcher
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4d16f00]
8+
- @supabase-cache-helpers/postgrest-filter@1.0.3
9+
310
## 1.0.3
411

512
### Patch Changes

packages/postgrest-fetcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase-cache-helpers/postgrest-fetcher",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

packages/postgrest-filter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @supabase-cache-helpers/postgrest-filter
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 4d16f00: only mutate with pks only, if the key either does not fitler on pks, or the input matches all pk filters
8+
39
## 1.0.2
410

511
### Patch Changes

packages/postgrest-filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase-cache-helpers/postgrest-filter",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

packages/postgrest-mutate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @supabase-cache-helpers/postgrest-mutate
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- 4d16f00: only mutate with pks only, if the key either does not fitler on pks, or the input matches all pk filters
8+
- Updated dependencies [4d16f00]
9+
- @supabase-cache-helpers/postgrest-filter@1.0.3
10+
311
## 1.0.3
412

513
### Patch Changes

packages/postgrest-mutate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase-cache-helpers/postgrest-mutate",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

packages/postgrest-react-query/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @supabase-cache-helpers/postgrest-react-query
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4d16f00]
8+
- @supabase-cache-helpers/postgrest-filter@1.0.3
9+
- @supabase-cache-helpers/postgrest-mutate@1.0.4
10+
- @supabase-cache-helpers/postgrest-fetcher@1.0.4
11+
312
## 1.0.3
413

514
### Patch Changes

packages/postgrest-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase-cache-helpers/postgrest-react-query",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": "Philipp Steinrötter <[email protected]>",
55
"homepage": "https://supabase-cache-helpers.vercel.app",
66
"bugs": {

0 commit comments

Comments
 (0)