Skip to content

Commit cb11123

Browse files
chore: update versions (#629)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @supabase-cache-helpers/[email protected] ### Patch Changes - b4b824f: fix: rpc with get: true ## @supabase-cache-helpers/[email protected] ### Patch Changes - Updated dependencies [b4b824f] - @supabase-cache-helpers/[email protected] ## @supabase-cache-helpers/[email protected] ### Patch Changes - Updated dependencies [b4b824f] - @supabase-cache-helpers/[email protected] ## @supabase-cache-helpers/[email protected] ### Patch Changes - Updated dependencies [b4b824f] - @supabase-cache-helpers/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4b824f commit cb11123

File tree

9 files changed

+31
-9
lines changed

9 files changed

+31
-9
lines changed

.changeset/five-buses-own.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.12.2
4+
5+
### Patch Changes
6+
7+
- b4b824f: fix: rpc with get: true
8+
39
## 0.12.1
410

511
### Patch 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.12.1",
3+
"version": "0.12.2",
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.13.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b4b824f]
8+
- @supabase-cache-helpers/postgrest-core@0.12.2
9+
310
## 1.13.4
411

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

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b4b824f]
8+
- @supabase-cache-helpers/postgrest-core@0.12.2
9+
310
## 0.2.1
411

512
### Patch Changes

packages/postgrest-server/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-server",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
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+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b4b824f]
8+
- @supabase-cache-helpers/postgrest-core@0.12.2
9+
310
## 2.0.1
411

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

0 commit comments

Comments
 (0)