Skip to content

Commit d4b6be8

Browse files
chore: update versions (#624)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @supabase-cache-helpers/storage-core@0.1.4 ### Patch Changes - 75f029e: fix: properly select url cache key from info ## @supabase-cache-helpers/storage-react-query@1.3.4 ### Patch Changes - Updated dependencies [75f029e] - @supabase-cache-helpers/storage-core@0.1.4 ## @supabase-cache-helpers/storage-swr@1.1.4 ### Patch Changes - Updated dependencies [75f029e] - @supabase-cache-helpers/storage-core@0.1.4 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 75f029e commit d4b6be8

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/new-walls-wish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/storage-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @supabase-cache-helpers/storage-core
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 75f029e: fix: properly select url cache key from info
8+
39
## 0.1.3
410

511
### Patch Changes

packages/storage-core/package.json

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

packages/storage-react-query/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase-cache-helpers/storage-react-query
22

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [75f029e]
8+
- @supabase-cache-helpers/storage-core@0.1.4
9+
310
## 1.3.3
411

512
### Patch Changes

packages/storage-react-query/package.json

Lines changed: 1 addition & 1 deletion
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.3",
3+
"version": "1.3.4",
44
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
55
"homepage": "https://supabase-cache-helpers.vercel.app",
66
"bugs": {

packages/storage-swr/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @supabase-cache-helpers/storage-swr
22

3+
## 1.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [75f029e]
8+
- @supabase-cache-helpers/storage-core@0.1.4
9+
310
## 1.1.3
411

512
### Patch Changes

packages/storage-swr/package.json

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

0 commit comments

Comments
 (0)