Skip to content

Commit

Permalink
Version Packages (#747)
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 Sep 16, 2024
1 parent d40077b commit bd4273c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-steaks-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-coins-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-months-repeat.md

This file was deleted.

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

## 0.24.0

### Minor Changes

- 8098803: Add createFolder method. Warning, if you were using the standard put() method to created fodlers, this will now fail and you must move to createFolder() instead.

### Patch Changes

- 8d7e8b9: Limit pathname length to 950 to respect internal limitations and provide better early DX.

## 0.23.4

### Patch 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.23.4",
"version": "0.24.0",
"description": "The Vercel Blob JavaScript API client",
"homepage": "https://vercel.com/storage/blob",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/edge-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vercel/edge-config

## 1.3.0

### Minor Changes

- aaec8c5: Support new connection string format

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/edge-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/edge-config",
"version": "1.2.1",
"version": "1.3.0",
"description": "Ultra-low latency data at the edge",
"homepage": "https://vercel.com",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions test/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# vercel-storage-integration-test-suite

## 0.2.19

### Patch Changes

- Updated dependencies [8098803]
- Updated dependencies [aaec8c5]
- Updated dependencies [8d7e8b9]
- @vercel/blob@0.24.0
- @vercel/edge-config@1.3.0

## 0.2.18

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

0 comments on commit bd4273c

Please sign in to comment.