Skip to content

Commit

Permalink
Version Packages (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 8, 2023
1 parent 26dab5e commit 3e3e0d4
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-pigs-hear.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/stale-stingrays-hunt.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vercel/blob

## 0.15.0

### Minor Changes

- 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.

## 0.14.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/blob",
"version": "0.14.1",
"version": "0.15.0",
"description": "The Vercel Blob JavaScript API client",
"homepage": "https://vercel.com/storage/blob",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/kv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @vercel/kv

## 1.0.0

### Major Changes

- d85bb76: feat(kv): Switch to `default` for fetch `cache` option

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.

If that's the case, then opt-out of caching with
https://nextjs.org/docs/app/api-reference/functions/unstable_noStore.

On the contrary, if you want to enforce caching of resources you can use https://nextjs.org/docs/app/api-reference/functions/unstable_cache.

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/kv",
"version": "0.2.4",
"version": "1.0.0",
"description": "Durable Redis",
"homepage": "https://vercel.com",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions test/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vercel-storage-integration-test-suite

## 0.1.33

### Patch Changes

- Updated dependencies [d57df99]
- @vercel/blob@0.15.0

## 0.1.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel-storage-integration-test-suite",
"version": "0.1.32",
"version": "0.1.33",
"private": true,
"scripts": {
"build": "next build",
Expand Down

1 comment on commit 3e3e0d4

@vercel
Copy link

@vercel vercel bot commented on 3e3e0d4 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.