Skip to content

Commit 8c02df6

Browse files
Version Packages (#823)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4814c93 commit 8c02df6

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

.changeset/three-rockets-arrive.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/blob/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @vercel/blob
22

3+
## 0.27.1
4+
5+
### Patch Changes
6+
7+
- 0c98feb: fix(blob): allow client uploads in web workers
8+
9+
Before this change, we had guards so client uploads could only be used in
10+
browser environments, this prevented customers to use Vercel Blob in Web
11+
Workers, sometimes React Native or in general anywhere window is not really what
12+
we think it is.
13+
314
## 0.27.0
415

516
### Minor Changes

packages/blob/package.json

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

test/next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vercel-storage-integration-test-suite
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0c98feb]
8+
- @vercel/blob@0.27.1
9+
310
## 0.3.1
411

512
### Patch Changes

test/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-storage-integration-test-suite",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)