Skip to content

Commit 9b98106

Browse files
authored
Merge pull request #593 from psteinroe/changeset-release/main
chore: update versions
2 parents 32e06c1 + 14d0b9f commit 9b98106

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/silver-rice-travel.md

-5
This file was deleted.

packages/storage-core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @supabase-cache-helpers/storage-core
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- dbafa2f: fix: use new .info() for ensureExistence
8+
39
## 0.1.0
410

511
### Minor Changes

packages/storage-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase-cache-helpers/storage-core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"source": "./src/index.ts",

packages/storage-react-query/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase-cache-helpers/storage-react-query
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dbafa2f]
8+
- @supabase-cache-helpers/storage-core@0.1.1
9+
310
## 1.3.0
411

512
### Minor Changes

packages/storage-react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase-cache-helpers/storage-react-query",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
55
"homepage": "https://supabase-cache-helpers.vercel.app",
66
"bugs": {

packages/storage-swr/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase-cache-helpers/storage-swr
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dbafa2f]
8+
- @supabase-cache-helpers/storage-core@0.1.1
9+
310
## 1.1.0
411

512
### Minor Changes

packages/storage-swr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@supabase-cache-helpers/storage-swr",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
55
"homepage": "https://supabase-cache-helpers.vercel.app",
66
"bugs": {

0 commit comments

Comments
 (0)