Skip to content

Commit

Permalink
Merge pull request #408 from psteinroe/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
psteinroe committed Mar 12, 2024
2 parents 19e1751 + b63df93 commit 7abd535
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-mirrors-study.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/eleven-buckets-wonder.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.4.3

### Patch Changes

- 819bfb5: fix: apply dedupe aliased to pk filters if there are any
- 40a6327: fix: update typescript to 5.4.2

## 0.4.2

### 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.4.2",
"version": "0.4.3",
"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.5.3

### Patch Changes

- 40a6327: fix: update typescript to 5.4.2
- Updated dependencies [819bfb5]
- Updated dependencies [40a6327]
- @supabase-cache-helpers/postgrest-core@0.4.3

## 1.5.2

### 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.5.2",
"version": "1.5.3",
"author": "Philipp Steinrötter <[email protected]>",
"homepage": "https://supabase-cache-helpers.vercel.app",
"bugs": {
Expand Down
9 changes: 9 additions & 0 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.6.4

### Patch Changes

- 40a6327: fix: update typescript to 5.4.2
- Updated dependencies [819bfb5]
- Updated dependencies [40a6327]
- @supabase-cache-helpers/postgrest-core@0.4.3

## 1.6.3

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

### Patch Changes

- 40a6327: fix: update typescript to 5.4.2

## 0.0.3

### Patch Changes
Expand Down
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.3",
"version": "0.0.4",
"main": "./dist/index.js",
"source": "./src/index.ts",
"exports": {
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.1

### Patch Changes

- 40a6327: fix: update typescript to 5.4.2
- Updated dependencies [40a6327]
- @supabase-cache-helpers/storage-core@0.0.4

## 1.2.0

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

### Patch Changes

- 40a6327: fix: update typescript to 5.4.2
- Updated dependencies [40a6327]
- @supabase-cache-helpers/storage-core@0.0.4

## 1.0.15

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

0 comments on commit 7abd535

Please sign in to comment.