Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 18, 2023
1 parent a6480be commit 14002bb
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/gentle-kiwis-buy.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- 3b4b664: - feat: add cursor pagination
- refactor: rename infinite queries to include the type (offset or cursor)

### Patch Changes

- Updated dependencies [3b4b664]
- @supabase-cache-helpers/postgrest-filter@1.1.0

## 1.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-fetcher",
"version": "1.0.16",
"version": "1.1.0",
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/postgrest-filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @supabase-cache-helpers/postgrest-filter

## 1.1.0

### Minor Changes

- 3b4b664: - feat: add cursor pagination
- refactor: rename infinite queries to include the type (offset or cursor)

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-filter",
"version": "1.0.12",
"version": "1.1.0",
"main": "./dist/index.js",
"exports": {
".": {
Expand Down
7 changes: 7 additions & 0 deletions packages/postgrest-mutate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @supabase-cache-helpers/postgrest-mutate

## 1.0.18

### Patch Changes

- Updated dependencies [3b4b664]
- @supabase-cache-helpers/postgrest-filter@1.1.0

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-mutate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/postgrest-mutate",
"version": "1.0.17",
"version": "1.0.18",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/postgrest-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @supabase-cache-helpers/postgrest-react-query

## 1.0.22

### Patch Changes

- Updated dependencies [3b4b664]
- @supabase-cache-helpers/postgrest-fetcher@1.1.0
- @supabase-cache-helpers/postgrest-filter@1.1.0
- @supabase-cache-helpers/postgrest-mutate@1.0.18

## 1.0.21

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

## 1.1.0

### Minor Changes

- 3b4b664: - feat: add cursor pagination
- refactor: rename infinite queries to include the type (offset or cursor)

### Patch Changes

- Updated dependencies [3b4b664]
- @supabase-cache-helpers/postgrest-fetcher@1.1.0
- @supabase-cache-helpers/postgrest-filter@1.1.0
- @supabase-cache-helpers/postgrest-mutate@1.0.18

## 1.0.23

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

0 comments on commit 14002bb

Please sign in to comment.