Skip to content

Commit ebc1f36

Browse files
authored
Merge pull request #17 from psteinroe/changeset-release/main
chore: update versions
2 parents 99df559 + f12d310 commit ebc1f36

File tree

9 files changed

+52
-15
lines changed

9 files changed

+52
-15
lines changed

.changeset/sixty-pumpkins-add.md

Lines changed: 0 additions & 11 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+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- a2323de: - [BREAKING] Add support for insert many
8+
- Allow defining the select query on mutations
9+
- refactor internal swr mutation functions to prepare for subscriptions
10+
- move mutation fetchers into common postgrest-fetcher lib
11+
312
## 0.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": "0.0.1",
3+
"version": "0.1.0",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

packages/postgrest-mutate/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @supabase-cache-helpers/postgrest-mutate
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- a2323de: - [BREAKING] Add support for insert many
8+
- Allow defining the select query on mutations
9+
- refactor internal swr mutation functions to prepare for subscriptions
10+
- move mutation fetchers into common postgrest-fetcher lib
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [a2323de]
15+
- @supabase-cache-helpers/postgrest-shared@0.0.2
16+
317
## 0.0.1
418

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

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- a2323de: - [BREAKING] Add support for insert many
8+
- Allow defining the select query on mutations
9+
- refactor internal swr mutation functions to prepare for subscriptions
10+
- move mutation fetchers into common postgrest-fetcher lib
11+
312
## 0.0.1
413

514
### Patch Changes

packages/postgrest-shared/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-shared",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "./dist/index.js",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

packages/postgrest-swr/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @supabase-cache-helpers/postgrest-swr
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- a2323de: - [BREAKING] Add support for insert many
8+
- Allow defining the select query on mutations
9+
- refactor internal swr mutation functions to prepare for subscriptions
10+
- move mutation fetchers into common postgrest-fetcher lib
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [a2323de]
15+
- @supabase-cache-helpers/postgrest-fetcher@0.1.0
16+
- @supabase-cache-helpers/postgrest-mutate@0.1.0
17+
- @supabase-cache-helpers/postgrest-shared@0.0.2
18+
319
## 0.0.1
420

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

0 commit comments

Comments
 (0)