Skip to content

Commit a65d1b8

Browse files
Version Packages (#839)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f88d80b commit a65d1b8

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

Diff for: .changeset/petite-shirts-wish.md

-5
This file was deleted.

Diff for: packages/blob/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vercel/blob
22

3+
## 0.27.3
4+
5+
### Patch Changes
6+
7+
- f88d80b: Fix documentation links in README and types, no functional changes
8+
39
## 0.27.2
410

511
### Patch Changes

Diff for: packages/blob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/blob",
3-
"version": "0.27.2",
3+
"version": "0.27.3",
44
"description": "The Vercel Blob JavaScript API client",
55
"homepage": "https://vercel.com/storage/blob",
66
"repository": {

Diff for: test/next/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vercel-storage-integration-test-suite
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f88d80b]
8+
- @vercel/blob@0.27.3
9+
310
## 0.3.3
411

512
### Patch Changes

Diff for: test/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-storage-integration-test-suite",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)