Skip to content

Commit 61d8901

Browse files
authored
Merge pull request #80 from psteinroe/changeset-release/main
chore: update versions
2 parents 3a32d62 + 549cc68 commit 61d8901

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

.changeset/cool-cycles-explain.md

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

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+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 8050bc5: fix: recursively validate path and properly handle arrays in hasPath
8+
39
## 0.1.1
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": "0.1.1",
3+
"version": "0.1.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+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8050bc5]
8+
- @supabase-cache-helpers/postgrest-filter@0.1.2
9+
310
## 0.3.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": "0.3.1",
3+
"version": "0.3.2",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

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

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8050bc5]
8+
- @supabase-cache-helpers/postgrest-filter@0.1.2
9+
- @supabase-cache-helpers/postgrest-mutate@0.3.2
10+
311
## 0.4.4
412

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

0 commit comments

Comments
 (0)