Skip to content

Commit

Permalink
Version Packages (#409)
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 Sep 27, 2023
1 parent 3cf97b1 commit 293ebe7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/gold-donuts-fold.md

This file was deleted.

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

## 0.13.0

### Minor Changes

- 3cf97b1: This new version brings consistent and detailed errors about request failures (store does not exist, blob does not exist, store is suspended...).
BREAKING CHANGE: head() will now throw instead of returning null when the blob does not exist.

## 0.12.5

### 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.12.5",
"version": "0.13.0",
"description": "The Vercel Blob JavaScript API client",
"homepage": "https://vercel.com/storage/blob",
"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.27

### Patch Changes

- Updated dependencies [3cf97b1]
- @vercel/blob@0.13.0

## 0.1.26

### 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.26",
"version": "0.1.27",
"private": true,
"scripts": {
"build": "next build",
Expand Down

1 comment on commit 293ebe7

@vercel
Copy link

@vercel vercel bot commented on 293ebe7 Sep 27, 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.