Skip to content

Commit

Permalink
Version Packages (#11524)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## vercel@34.1.8

### Patch Changes

- Updated dependencies
\[[`52e435aa5`](52e435a),
[`124846a3e`](124846a),
[`dc974b679`](dc974b6),
[`58c6755e0`](58c6755)]:
    -   @vercel/next@4.2.7
    -   @vercel/static-build@2.5.3

## @vercel/next@4.2.7

### Patch Changes

- Fix missing .rsc outputs for pages prerenders
([#11503](#11503))

- Fix base path app index RSC handling
([#11528](#11528))

- Fix interception routes PPR route handling
([#11527](#11527))

## @vercel/static-build@2.5.3

### Patch Changes

- Support Ruby and Python static site generators in AL2023 build image
([#11529](#11529))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
vercel-release-bot and github-actions[bot] committed May 3, 2024
1 parent 124846a commit 4b0716b
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-buttons-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-donuts-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-plants-run.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/plenty-guests-nail.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/serious-apples-hunt.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/strange-zoos-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-moose-hear.md

This file was deleted.

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

## 34.1.8

### Patch Changes

- Updated dependencies [[`52e435aa5`](https://github.com/vercel/vercel/commit/52e435aa5d7b4014d19477969ad5cbfbe94aa76f), [`124846a3e`](https://github.com/vercel/vercel/commit/124846a3e65a3bf1ae82327fd4ba2b132674fb39), [`dc974b679`](https://github.com/vercel/vercel/commit/dc974b6797de0b6e90373c92e1f2bbdafcfc6687), [`58c6755e0`](https://github.com/vercel/vercel/commit/58c6755e0c12cae2ce55978b7bf8722133151196)]:
- @vercel/next@4.2.7
- @vercel/static-build@2.5.3

## 34.1.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "34.1.7",
"version": "34.1.8",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
Expand Down Expand Up @@ -36,13 +36,13 @@
"@vercel/fun": "1.1.0",
"@vercel/go": "3.1.1",
"@vercel/hydrogen": "1.0.2",
"@vercel/next": "4.2.6",
"@vercel/next": "4.2.7",
"@vercel/node": "3.0.28",
"@vercel/python": "4.2.0",
"@vercel/redwood": "2.0.8",
"@vercel/remix-builder": "2.1.5",
"@vercel/ruby": "2.1.0",
"@vercel/static-build": "2.5.2",
"@vercel/static-build": "2.5.3",
"chokidar": "3.3.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @vercel/next

## 4.2.7

### Patch Changes

- Fix missing .rsc outputs for pages prerenders ([#11503](https://github.com/vercel/vercel/pull/11503))

- Fix base path app index RSC handling ([#11528](https://github.com/vercel/vercel/pull/11528))

- Fix interception routes PPR route handling ([#11527](https://github.com/vercel/vercel/pull/11527))

## 4.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/next",
"version": "4.2.6",
"version": "4.2.7",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
Expand Down
6 changes: 6 additions & 0 deletions packages/static-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vercel/static-build

## 2.5.3

### Patch Changes

- Support Ruby and Python static site generators in AL2023 build image ([#11529](https://github.com/vercel/vercel/pull/11529))

## 2.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/static-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/static-build",
"version": "2.5.2",
"version": "2.5.3",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/build-step",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b0716b

Please sign in to comment.