Skip to content

Commit 0df96e2

Browse files
authored
Merge pull request #519 from psteinroe/changeset-release/main
chore: update versions
2 parents e6502c4 + cd95e1d commit 0df96e2

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/six-timers-turn.md

-5
This file was deleted.

packages/postgrest-core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @supabase-cache-helpers/postgrest-core
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- bfdf3ac: fix update fetcher when primary key value is equal to false or 0
8+
39
## 0.8.1
410

511
### Patch Changes

packages/postgrest-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase-cache-helpers/postgrest-core",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"type": "module",
55
"main": "./dist/index.js",
66
"source": "./src/index.ts",

packages/postgrest-react-query/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase-cache-helpers/postgrest-react-query
22

3+
## 1.11.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bfdf3ac]
8+
- @supabase-cache-helpers/postgrest-core@0.8.2
9+
310
## 1.11.0
411

512
### Minor Changes

packages/postgrest-react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase-cache-helpers/postgrest-react-query",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
55
"homepage": "https://supabase-cache-helpers.vercel.app",
66
"bugs": {

packages/postgrest-swr/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase-cache-helpers/postgrest-swr
22

3+
## 1.10.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bfdf3ac]
8+
- @supabase-cache-helpers/postgrest-core@0.8.2
9+
310
## 1.10.1
411

512
### Patch Changes

packages/postgrest-swr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase-cache-helpers/postgrest-swr",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
55
"homepage": "https://supabase-cache-helpers.vercel.app",
66
"bugs": {

0 commit comments

Comments
 (0)