Skip to content

Commit

Permalink
Merge pull request #283 from psteinroe/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
psteinroe authored Sep 12, 2023
2 parents 38d945c + 8c5f780 commit 22feb1a
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 41 deletions.
8 changes: 0 additions & 8 deletions .changeset/chilly-tigers-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-seals-rush.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/hot-seals-joke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/large-rice-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-donuts-smoke.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- 2f1d3cb: refactor: merge internal packages into one core package per product
- 1056db0: fix: use flattened object for normalized data to fix bugs with nested joins overlapping with the id
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.0.0",
"version": "0.0.1",
"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.0.25

### Patch Changes

- 6b1f00c: fix: type configuration parameter and add tests for fallbackData
- e3fb98f: Fix missing exports in postgrest-react-query
- 2f1d3cb: refactor: merge internal packages into one core package per product
- 1056db0: fix: use flattened object for normalized data to fix bugs with nested joins overlapping with the id
- Updated dependencies [2f1d3cb]
- Updated dependencies [1056db0]
- @supabase-cache-helpers/postgrest-core@0.0.1

## 1.0.24

### 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.24",
"version": "1.0.25",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"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.1.7

### Patch Changes

- 6b1f00c: fix: type configuration parameter and add tests for fallbackData
- 2f1d3cb: refactor: merge internal packages into one core package per product
- 1056db0: fix: use flattened object for normalized data to fix bugs with nested joins overlapping with the id
- 1634b87: fix: use useCallback wherever reasonable
- Updated dependencies [2f1d3cb]
- Updated dependencies [1056db0]
- @supabase-cache-helpers/postgrest-core@0.0.1

## 1.1.6

### 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.6",
"version": "1.1.7",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/storage-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @supabase-cache-helpers/storage-core

## 0.0.1

### Patch Changes

- 2f1d3cb: refactor: merge internal packages into one core package per product
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.0.1",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/storage-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @supabase-cache-helpers/storage-react-query

## 1.0.4

### Patch Changes

- 6b1f00c: fix: type configuration parameter and add tests for fallbackData
- 2f1d3cb: refactor: merge internal packages into one core package per product
- Updated dependencies [2f1d3cb]
- @supabase-cache-helpers/storage-core@0.0.1

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.3",
"version": "1.0.4",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/storage-swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @supabase-cache-helpers/storage-swr

## 1.0.13

### Patch Changes

- 6b1f00c: fix: type configuration parameter and add tests for fallbackData
- 2f1d3cb: refactor: merge internal packages into one core package per product
- Updated dependencies [2f1d3cb]
- @supabase-cache-helpers/storage-core@0.0.1

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.12",
"version": "1.0.13",
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down

1 comment on commit 22feb1a

@vercel
Copy link

@vercel vercel bot commented on 22feb1a Sep 12, 2023

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Resource is limited - try again in 11 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.