Skip to content

Commit

Permalink
Merge pull request #314 from psteinroe/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
psteinroe authored Nov 6, 2023
2 parents 3c516d3 + 9076398 commit 8573aec
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-bags-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-rockets-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-dingos-smile.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 8c333a4: feat: mutate-item cache operation

### Patch Changes

- 8c333a4: refactor: split cache mutations and simplify

## 0.1.4

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

## 1.2.0

### Minor Changes

- 8c333a4: feat: add useMutateItem hook for custom cache updates

### Patch Changes

- Updated dependencies [8c333a4]
- Updated dependencies [8c333a4]
- @supabase-cache-helpers/postgrest-core@0.2.0

## 1.1.3

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

## 1.2.0

### Minor Changes

- 8c333a4: feat: add useMutateItem hook for custom cache updates

### Patch Changes

- Updated dependencies [8c333a4]
- Updated dependencies [8c333a4]
- @supabase-cache-helpers/postgrest-core@0.2.0

## 1.1.13

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

2 comments on commit 8573aec

@vercel
Copy link

@vercel vercel bot commented on 8573aec Nov 6, 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.vercel.app
supabase-cache-helpers-react-query-git-main-psteinroe.vercel.app
supabase-cache-helpers-react-query-psteinroe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8573aec Nov 6, 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-demo-psteinroe.vercel.app
supabase-cache-helpers-swr-demo-git-main-psteinroe.vercel.app
supabase-cache-helpers-swr.vercel.app

Please sign in to comment.