Skip to content

Commit ff702d3

Browse files
authored
Merge pull request #498 from psteinroe/changeset-release/main
chore: update versions
2 parents 1c2dd56 + 21fd6a0 commit ff702d3

File tree

7 files changed

+31
-10
lines changed

7 files changed

+31
-10
lines changed

.changeset/spotty-trains-attend.md

Lines changed: 0 additions & 7 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.0
4+
5+
### Minor Changes
6+
7+
- f89f158: feat: support for aggregates
8+
39
## 0.7.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.7.0",
3+
"version": "0.8.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"source": "./src/index.ts",

packages/postgrest-react-query/CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- f89f158: feat: support for aggregates
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [f89f158]
12+
- @supabase-cache-helpers/postgrest-core@0.8.0
13+
314
## 1.9.0
415

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

packages/postgrest-swr/CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- f89f158: feat: support for aggregates
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [f89f158]
12+
- @supabase-cache-helpers/postgrest-core@0.8.0
13+
314
## 1.9.0
415

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

0 commit comments

Comments
 (0)