Skip to content

Commit

Permalink
Version Packages (#768)
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 Oct 3, 2024
1 parent 37d84ef commit f5b30c9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-tools-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-tomatoes-jump.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.24.1

### Patch Changes

- 37d84ef: Throw specific error (BlobContentTypeNotAllowed) when file type doesn't match
- da87e89: Fix bad detection of Request being a plain object

## 0.24.0

### Minor 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.24.0",
"version": "0.24.1",
"description": "The Vercel Blob JavaScript API client",
"homepage": "https://vercel.com/storage/blob",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions test/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vercel-storage-integration-test-suite

## 0.2.20

### Patch Changes

- Updated dependencies [37d84ef]
- Updated dependencies [da87e89]
- @vercel/blob@0.24.1

## 0.2.19

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

0 comments on commit f5b30c9

Please sign in to comment.