Skip to content

Commit 02ebefa

Browse files
chore: update versions (#619)
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.3 ### Patch Changes - 1485907: fix: fallback to lastModified and createdAt if updatedAt is undefined ## @supabase-cache-helpers/storage-react-query@1.3.3 ### Patch Changes - Updated dependencies [1485907] - @supabase-cache-helpers/storage-core@0.1.3 ## @supabase-cache-helpers/storage-swr@1.1.3 ### Patch Changes - Updated dependencies [1485907] - @supabase-cache-helpers/storage-core@0.1.3 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1485907 commit 02ebefa

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/cold-ants-bow.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.3
4+
5+
### Patch Changes
6+
7+
- 1485907: fix: fallback to lastModified and createdAt if updatedAt is undefined
8+
39
## 0.1.2
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.2",
3+
"version": "0.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1485907]
8+
- @supabase-cache-helpers/storage-core@0.1.3
9+
310
## 1.3.2
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.2",
3+
"version": "1.3.3",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1485907]
8+
- @supabase-cache-helpers/storage-core@0.1.3
9+
310
## 1.1.2
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.2",
3+
"version": "1.1.3",
44
"author": "Philipp Steinrötter <philipp@steinroetter.com>",
55
"homepage": "https://supabase-cache-helpers.vercel.app",
66
"bugs": {

0 commit comments

Comments
 (0)