Skip to content

Commit

Permalink
Version Packages (#571)
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] committed Jan 18, 2024
1 parent d44bd3b commit c9c6123
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/green-bees-type.md

This file was deleted.

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

## 0.19.0

### Minor Changes

- d44bd3b: feat(blob): add retry to all blob requests

This change generalizes the way we request the internal Blob API. This moves api version, authorization, response validation and error handling all into one place.
Also this adds a retry mechanism to the API requests

## 0.18.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.18.0",
"version": "0.19.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.41

### Patch Changes

- Updated dependencies [d44bd3b]
- @vercel/blob@0.19.0

## 0.1.40

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

1 comment on commit c9c6123

@vercel
Copy link

@vercel vercel bot commented on c9c6123 Jan 18, 2024

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.