From e96c4e8a84f6e1583a4dad50baa7777f4f80d2a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:22:45 +0200 Subject: [PATCH] Version Packages (#773) Co-authored-by: github-actions[bot] --- .changeset/selfish-owls-thank.md | 5 ----- packages/blob/CHANGELOG.md | 6 ++++++ packages/blob/package.json | 2 +- test/next/CHANGELOG.md | 7 +++++++ test/next/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/selfish-owls-thank.md diff --git a/.changeset/selfish-owls-thank.md b/.changeset/selfish-owls-thank.md deleted file mode 100644 index dbc1371bc..000000000 --- a/.changeset/selfish-owls-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vercel/blob': minor ---- - -BREAKING CHANGE, we're no more accepting non-encoded versions of ?, # and // in pathnames. If you want to use such characters in your pathnames then you will need to encode them. diff --git a/packages/blob/CHANGELOG.md b/packages/blob/CHANGELOG.md index e06c5516c..238f0ae59 100644 --- a/packages/blob/CHANGELOG.md +++ b/packages/blob/CHANGELOG.md @@ -1,5 +1,11 @@ # @vercel/blob +## 0.25.0 + +### Minor Changes + +- 61b5939: BREAKING CHANGE, we're no more accepting non-encoded versions of ?, # and // in pathnames. If you want to use such characters in your pathnames then you will need to encode them. + ## 0.24.1 ### Patch Changes diff --git a/packages/blob/package.json b/packages/blob/package.json index 7319524f1..efff5ecc8 100644 --- a/packages/blob/package.json +++ b/packages/blob/package.json @@ -1,6 +1,6 @@ { "name": "@vercel/blob", - "version": "0.24.1", + "version": "0.25.0", "description": "The Vercel Blob JavaScript API client", "homepage": "https://vercel.com/storage/blob", "repository": { diff --git a/test/next/CHANGELOG.md b/test/next/CHANGELOG.md index 48813b80a..28e4ac14d 100644 --- a/test/next/CHANGELOG.md +++ b/test/next/CHANGELOG.md @@ -1,5 +1,12 @@ # vercel-storage-integration-test-suite +## 0.2.21 + +### Patch Changes + +- Updated dependencies [61b5939] + - @vercel/blob@0.25.0 + ## 0.2.20 ### Patch Changes diff --git a/test/next/package.json b/test/next/package.json index 3e811981e..7aaec1dd7 100644 --- a/test/next/package.json +++ b/test/next/package.json @@ -1,6 +1,6 @@ { "name": "vercel-storage-integration-test-suite", - "version": "0.2.20", + "version": "0.2.21", "private": true, "scripts": { "build": "next build",