Skip to content

Commit

Permalink
Merge pull request #297 from psteinroe/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
psteinroe committed Oct 13, 2023
2 parents 58fc05f + 4da4bbb commit a501afa
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-kiwis-exercise.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.1.1

### Patch Changes

- c26d316: fix: alias in nested one-to-many relationships

## 0.1.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.1.0",
"version": "0.1.1",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/postgrest-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @supabase-cache-helpers/postgrest-react-query

## 1.0.28

### Patch Changes

- Updated dependencies [c26d316]
- @supabase-cache-helpers/postgrest-core@0.1.1

## 1.0.27

### Patch 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.0.27",
"version": "1.0.28",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/postgrest-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @supabase-cache-helpers/postgrest-swr

## 1.1.10

### Patch Changes

- Updated dependencies [c26d316]
- @supabase-cache-helpers/postgrest-core@0.1.1

## 1.1.9

### Patch 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.1.9",
"version": "1.1.10",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down

2 comments on commit a501afa

@vercel
Copy link

@vercel vercel bot commented on a501afa Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supabase-cache-helpers-swr-demo – ./examples/swr

supabase-cache-helpers-swr.vercel.app
supabase-cache-helpers-swr-demo-psteinroe.vercel.app
supabase-cache-helpers-swr-demo-git-main-psteinroe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a501afa Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

supabase-cache-helpers-react-query – ./examples/react-query

supabase-cache-helpers-react-query-git-main-psteinroe.vercel.app
supabase-cache-helpers-react-query.vercel.app
supabase-cache-helpers-react-query-psteinroe.vercel.app

Please sign in to comment.