Skip to content

Commit 3e3e0d4

Browse files
Version Packages (#473)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 26dab5e commit 3e3e0d4

File tree

8 files changed

+29
-20
lines changed

8 files changed

+29
-20
lines changed

.changeset/metal-pigs-hear.md

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

.changeset/stale-stingrays-hunt.md

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

packages/blob/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vercel/blob
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- d57df99: Adds a new `mode: folded | expanded (default)` parameter to the list command options. When you pass `folded` to `mode`, then we automatically fold all files belonging to the same folder into a single folder entry. This allows you to build file browsers using the Vercel Blob API.
8+
39
## 0.14.1
410

511
### Patch Changes

packages/blob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/blob",
3-
"version": "0.14.1",
3+
"version": "0.15.0",
44
"description": "The Vercel Blob JavaScript API client",
55
"homepage": "https://vercel.com/storage/blob",
66
"repository": {

packages/kv/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @vercel/kv
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- d85bb76: feat(kv): Switch to `default` for fetch `cache` option
8+
9+
BREAKING CHANGE: When using Next.js and vercel/kv, you may have kv requests and/or Next.js resources using kv being cached when you don't want them to.
10+
11+
If that's the case, then opt-out of caching with
12+
https://nextjs.org/docs/app/api-reference/functions/unstable_noStore.
13+
14+
On the contrary, if you want to enforce caching of resources you can use https://nextjs.org/docs/app/api-reference/functions/unstable_cache.
15+
316
## 0.2.4
417

518
### Patch Changes

packages/kv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/kv",
3-
"version": "0.2.4",
3+
"version": "1.0.0",
44
"description": "Durable Redis",
55
"homepage": "https://vercel.com",
66
"repository": {

test/next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vercel-storage-integration-test-suite
22

3+
## 0.1.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d57df99]
8+
- @vercel/blob@0.15.0
9+
310
## 0.1.32
411

512
### Patch Changes

test/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-storage-integration-test-suite",
3-
"version": "0.1.32",
3+
"version": "0.1.33",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)