Skip to content

Commit

Permalink
Version Packages (#804)
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 Dec 4, 2024
1 parent 7872e61 commit 905fbd4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-ligers-run.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.27.0

### Minor Changes

- 7872e61: contentType default is now 'application/octet-stream' instead of `undefined`

## 0.26.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.26.0",
"version": "0.27.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.3.1

### Patch Changes

- Updated dependencies [7872e61]
- @vercel/blob@0.27.0

## 0.3.0

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

0 comments on commit 905fbd4

Please sign in to comment.