Skip to content

Commit 367795b

Browse files
authored
Merge pull request #83 from psteinroe/changeset-release/main
chore: update versions
2 parents 9a51a8d + 5b390ca commit 367795b

File tree

12 files changed

+44
-19
lines changed

12 files changed

+44
-19
lines changed

.changeset/big-trainers-check.md

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

.changeset/weak-news-melt.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.3
4+
5+
### Patch Changes
6+
7+
- c59819c: chore: fix eslint settings and run --fix
8+
39
## 0.1.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": "0.1.2",
3+
"version": "0.1.3",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- c59819c: chore: fix eslint settings and run --fix
8+
- 2d0bd75: fix: loosen mutation gating for upsert and delete
9+
- Updated dependencies [c59819c]
10+
- @supabase-cache-helpers/postgrest-filter@0.1.3
11+
312
## 0.3.2
413

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

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

3+
## 0.4.6
4+
5+
### Patch Changes
6+
7+
- c59819c: chore: fix eslint settings and run --fix
8+
- Updated dependencies [c59819c]
9+
- Updated dependencies [2d0bd75]
10+
- @supabase-cache-helpers/postgrest-filter@0.1.3
11+
- @supabase-cache-helpers/postgrest-mutate@0.3.3
12+
313
## 0.4.5
414

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

packages/storage-fetcher/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- c59819c: chore: fix eslint settings and run --fix
8+
39
## 0.1.0
410

511
### Minor Changes

packages/storage-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/storage-fetcher",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- c59819c: chore: fix eslint settings and run --fix
8+
- Updated dependencies [c59819c]
9+
- @supabase-cache-helpers/storage-fetcher@0.1.1
10+
311
## 0.1.1
412

513
### Patch Changes

packages/storage-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/storage-swr",
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",

0 commit comments

Comments
 (0)