Skip to content

Commit 201d3a6

Browse files
github-actions[bot]psteinroe
authored andcommitted
chore: update versions
1 parent 5f4dc75 commit 201d3a6

File tree

14 files changed

+55
-20
lines changed

14 files changed

+55
-20
lines changed

.changeset/fair-actors-collect.md

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

.changeset/great-dolls-build.md

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

packages/postgrest-fetcher/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-fetcher
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- ff81d5b: - fix loadQuery and mutation response to properly work with nested relations and aliases
8+
- refactor similar logic to be able to share more
9+
- Updated dependencies [ff81d5b]
10+
- @supabase-cache-helpers/postgrest-filter@1.0.2
11+
312
## 1.0.1
413

514
### 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.1",
3+
"version": "1.0.2",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

packages/postgrest-filter/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-filter
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- ff81d5b: - fix loadQuery and mutation response to properly work with nested relations and aliases
8+
- refactor similar logic to be able to share more
9+
310
## 1.0.1
411

512
### 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.1",
3+
"version": "1.0.2",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

packages/postgrest-mutate/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-mutate
22

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

512
### 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.1",
3+
"version": "1.0.2",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

packages/postgrest-react-query/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- f0276c8: fix: readme formatting and add metadata
8+
- Updated dependencies [ff81d5b]
9+
- @supabase-cache-helpers/postgrest-fetcher@1.0.2
10+
- @supabase-cache-helpers/postgrest-filter@1.0.2
11+
- @supabase-cache-helpers/postgrest-mutate@1.0.2
12+
313
## 1.0.1
414

515
### 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.1",
3+
"version": "1.0.2",
44
"author": "Philipp Steinrötter <[email protected]>",
55
"homepage": "https://supabase-cache-helpers.vercel.app",
66
"bugs": {

0 commit comments

Comments
 (0)