Skip to content

Commit

Permalink
Version Packages (#11648)
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.2.3

### Patch Changes

- Don't create streaming lambdas for pages router routes
([#11660](#11660))

- Updated dependencies
\[[`c9d53d4e3`](c9d53d4),
[`5f561f8cf`](5f561f8)]:
    -   @vercel/next@4.2.14

## @vercel/next@4.2.14

### Patch Changes

- Don't create streaming lambdas for pages router routes
([#11660](#11660))

- Ensure user rewrites still match to action outputs
([#11628](#11628))

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 24, 2024
1 parent c9d53d4 commit af29e9b
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 28 deletions.
4 changes: 0 additions & 4 deletions .changeset/cuddly-boats-buy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/selfish-yaks-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-horses-rescue.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/smooth-teachers-knock.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/tricky-dragons-repair.md

This file was deleted.

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

## 34.2.3

### Patch Changes

- Don't create streaming lambdas for pages router routes ([#11660](https://github.com/vercel/vercel/pull/11660))

- Updated dependencies [[`c9d53d4e3`](https://github.com/vercel/vercel/commit/c9d53d4e3e4591b9b6bde86100564c9ee4c6d1d4), [`5f561f8cf`](https://github.com/vercel/vercel/commit/5f561f8cfa4720801a5cf4598f193ab34539abb9)]:
- @vercel/next@4.2.14

## 34.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "34.2.2",
"version": "34.2.3",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@vercel/fun": "1.1.0",
"@vercel/go": "3.1.1",
"@vercel/hydrogen": "1.0.2",
"@vercel/next": "4.2.13",
"@vercel/next": "4.2.14",
"@vercel/node": "3.1.5",
"@vercel/python": "4.2.0",
"@vercel/redwood": "2.0.9",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vercel/next

## 4.2.14

### Patch Changes

- Don't create streaming lambdas for pages router routes ([#11660](https://github.com/vercel/vercel/pull/11660))

- Ensure user rewrites still match to action outputs ([#11628](https://github.com/vercel/vercel/pull/11628))

## 4.2.13

### 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.13",
"version": "4.2.14",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
Expand Down
8 changes: 4 additions & 4 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 af29e9b

Please sign in to comment.