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 13, 2024
1 parent 073a4d2 commit 89b5666
Show file tree
Hide file tree
Showing 14 changed files with 103 additions and 34 deletions.
10 changes: 0 additions & 10 deletions .changeset/cold-avocados-build.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/lazy-bananas-tap.md

This file was deleted.

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

## 0.5.3

### Patch Changes

- bfdc3ee: chore: update dependencies
- 6eadac5:

## 0.5.2

### Patch Changes
Expand Down
12 changes: 9 additions & 3 deletions 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.5.2",
"version": "0.5.3",
"type": "module",
"main": "./dist/index.js",
"source": "./src/index.ts",
Expand All @@ -13,11 +13,17 @@
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": ["dist/**"],
"files": [
"dist/**"
],
"publishConfig": {
"access": "public"
},
"keywords": ["Supabase", "PostgREST", "Cache"],
"keywords": [
"Supabase",
"PostgREST",
"Cache"
],
"repository": {
"type": "git",
"url": "git+https://github.com/psteinroe/supabase-cache-helpers.git",
Expand Down
13 changes: 11 additions & 2 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.7.1

### Patch Changes

- bfdc3ee: chore: update dependencies
- Updated dependencies [bfdc3ee]
- Updated dependencies [6eadac5]
- @supabase-cache-helpers/postgrest-core@0.5.3

## 1.7.0

### Minor Changes
Expand Down Expand Up @@ -356,7 +365,7 @@
filter: `username=eq.${USERNAME_1}`,
},
["id"],
{ callback: () => setCbCalled(true) },
{ callback: () => setCbCalled(true) }
);
```

Expand All @@ -373,7 +382,7 @@
filter: `username=eq.${USERNAME_1}`,
},
["id"],
{ callback: () => setCbCalled(true) },
{ callback: () => setCbCalled(true) }
);
```

Expand Down
6 changes: 4 additions & 2 deletions 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.7.0",
"version": "1.7.1",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand All @@ -10,7 +10,9 @@
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/**"],
"files": [
"dist/**"
],
"publishConfig": {
"access": "public"
},
Expand Down
13 changes: 11 additions & 2 deletions packages/postgrest-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @supabase-cache-helpers/postgrest-swr

## 1.7.7

### Patch Changes

- bfdc3ee: chore: update dependencies
- Updated dependencies [bfdc3ee]
- Updated dependencies [6eadac5]
- @supabase-cache-helpers/postgrest-core@0.5.3

## 1.7.6

### Patch Changes
Expand Down Expand Up @@ -399,7 +408,7 @@
filter: `username=eq.${USERNAME_1}`,
},
["id"],
{ callback: () => setCbCalled(true) },
{ callback: () => setCbCalled(true) }
);
```

Expand All @@ -416,7 +425,7 @@
filter: `username=eq.${USERNAME_1}`,
},
["id"],
{ callback: () => setCbCalled(true) },
{ callback: () => setCbCalled(true) }
);
```

Expand Down
13 changes: 10 additions & 3 deletions 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.7.6",
"version": "1.7.7",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand All @@ -23,7 +23,9 @@
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": ["dist/**"],
"files": [
"dist/**"
],
"publishConfig": {
"access": "public"
},
Expand All @@ -34,7 +36,12 @@
"clean": "rm -rf .turbo && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist",
"typecheck": "tsc --pretty --noEmit"
},
"keywords": ["Supabase", "PostgREST", "Cache", "SWR"],
"keywords": [
"Supabase",
"PostgREST",
"Cache",
"SWR"
],
"repository": {
"type": "git",
"url": "git+https://github.com/psteinroe/supabase-cache-helpers.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/storage-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @supabase-cache-helpers/storage-core

## 0.0.5

### Patch Changes

- bfdc3ee: chore: update dependencies

## 0.0.4

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions packages/storage-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/storage-core",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"main": "./dist/index.js",
"source": "./src/index.ts",
Expand All @@ -13,13 +13,18 @@
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": ["dist/**"],
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "git+https://github.com/psteinroe/supabase-cache-helpers.git",
"directory": "packages/storage-fetcher"
},
"keywords": ["Supabase", "Storage"],
"keywords": [
"Supabase",
"Storage"
],
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/storage-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @supabase-cache-helpers/storage-react-query

## 1.2.2

### Patch Changes

- bfdc3ee: chore: update dependencies
- Updated dependencies [bfdc3ee]
- @supabase-cache-helpers/storage-core@0.0.5

## 1.2.1

### Patch Changes
Expand Down
14 changes: 11 additions & 3 deletions packages/storage-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/storage-react-query",
"version": "1.2.1",
"version": "1.2.2",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand All @@ -18,7 +18,9 @@
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": ["dist/**"],
"files": [
"dist/**"
],
"publishConfig": {
"access": "public"
},
Expand All @@ -29,7 +31,13 @@
"clean": "rm -rf .turbo && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist",
"typecheck": "tsc --pretty --noEmit"
},
"keywords": ["Supabase", "Storage", "Cache", "Tanstack Query", "React Query"],
"keywords": [
"Supabase",
"Storage",
"Cache",
"Tanstack Query",
"React Query"
],
"repository": {
"type": "git",
"url": "git+https://github.com/psteinroe/supabase-cache-helpers.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/storage-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @supabase-cache-helpers/storage-swr

## 1.0.17

### Patch Changes

- bfdc3ee: chore: update dependencies
- Updated dependencies [bfdc3ee]
- @supabase-cache-helpers/storage-core@0.0.5

## 1.0.16

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions packages/storage-swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase-cache-helpers/storage-swr",
"version": "1.0.16",
"version": "1.0.17",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand All @@ -18,7 +18,9 @@
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"files": ["dist/**"],
"files": [
"dist/**"
],
"publishConfig": {
"access": "public"
},
Expand All @@ -29,7 +31,12 @@
"clean": "rm -rf .turbo && rm -rf coverage && rm -rf .nyc_output && rm -rf node_modules && rm -rf dist",
"typecheck": "tsc --pretty --noEmit"
},
"keywords": ["Supabase", "Storage", "Cache", "SWR"],
"keywords": [
"Supabase",
"Storage",
"Cache",
"SWR"
],
"repository": {
"type": "git",
"url": "git+https://github.com/psteinroe/supabase-cache-helpers.git",
Expand Down

0 comments on commit 89b5666

Please sign in to comment.