Skip to content

Commit

Permalink
Merge pull request #496 from psteinroe/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
psteinroe authored Aug 28, 2024
2 parents 6c076a0 + 681741e commit 4551a48
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/tricky-pans-draw.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.7.0

### Minor Changes

- 4d2d1e7: Strip primary keys from the update payload

## 0.6.1

### Patch 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.6.1",
"version": "0.7.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.9.0

### Minor Changes

- 4d2d1e7: Strip primary keys from the update payload

### Patch Changes

- Updated dependencies [4d2d1e7]
- @supabase-cache-helpers/postgrest-core@0.7.0

## 1.8.1

### 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.8.1",
"version": "1.9.0",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"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.9.0

### Minor Changes

- 4d2d1e7: Strip primary keys from the update payload

### Patch Changes

- Updated dependencies [4d2d1e7]
- @supabase-cache-helpers/postgrest-core@0.7.0

## 1.8.1

### 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.8.1",
"version": "1.9.0",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down

0 comments on commit 4551a48

Please sign in to comment.