Skip to content

Commit

Permalink
Merge pull request #498 from psteinroe/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
psteinroe committed Sep 5, 2024
2 parents 1c2dd56 + 21fd6a0 commit ff702d3
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/spotty-trains-attend.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/postgrest-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase-cache-helpers/postgrest-core

## 0.8.0

### Minor Changes

- f89f158: feat: support for aggregates

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-core",
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"main": "./dist/index.js",
"source": "./src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/postgrest-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @supabase-cache-helpers/postgrest-react-query

## 1.10.0

### Minor Changes

- f89f158: feat: support for aggregates

### Patch Changes

- Updated dependencies [f89f158]
- @supabase-cache-helpers/postgrest-core@0.8.0

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-react-query",
"version": "1.9.0",
"version": "1.10.0",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions packages/postgrest-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @supabase-cache-helpers/postgrest-swr

## 1.10.0

### Minor Changes

- f89f158: feat: support for aggregates

### Patch Changes

- Updated dependencies [f89f158]
- @supabase-cache-helpers/postgrest-core@0.8.0

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-swr",
"version": "1.9.0",
"version": "1.10.0",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down

0 comments on commit ff702d3

Please sign in to comment.