Skip to content

Commit 99f4e1b

Browse files
authored
Merge pull request #500 from psteinroe/changeset-release/main
chore: update versions
2 parents 447074a + 22c77b0 commit 99f4e1b

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/soft-moons-worry.md

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

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- 746cb34: fix: transform empty jsonb array cols properly
8+
39
## 0.8.0
410

511
### Minor Changes

packages/postgrest-core/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-core",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"source": "./src/index.ts",

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

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [746cb34]
8+
- @supabase-cache-helpers/postgrest-core@0.8.1
9+
310
## 1.10.0
411

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

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

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [746cb34]
8+
- @supabase-cache-helpers/postgrest-core@0.8.1
9+
310
## 1.10.0
411

512
### Minor Changes

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

0 commit comments

Comments
 (0)