mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 12:57:46 +00:00
Version Packages (#11634)
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.1
### Patch Changes
- Support incremental PPR for large applications
([#11625](https://github.com/vercel/vercel/pull/11625))
- Updated dependencies
\[[`73e558913`](73e558913a)]:
- @vercel/next@4.2.12
## @vercel/next@4.2.12
### Patch Changes
- Support incremental PPR for large applications
([#11625](https://github.com/vercel/vercel/pull/11625))
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
73e558913a
commit
8a6dc204fd
@@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
---
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
'@vercel/next': patch
|
|
||||||
'vercel': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Support incremental PPR for large applications
|
|
||||||
@@ -1,5 +1,14 @@
|
|||||||
# vercel
|
# vercel
|
||||||
|
|
||||||
|
## 34.2.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Support incremental PPR for large applications ([#11625](https://github.com/vercel/vercel/pull/11625))
|
||||||
|
|
||||||
|
- Updated dependencies [[`73e558913`](https://github.com/vercel/vercel/commit/73e558913ab30ba097d7536a12fa8a7c967479f0)]:
|
||||||
|
- @vercel/next@4.2.12
|
||||||
|
|
||||||
## 34.2.0
|
## 34.2.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vercel",
|
"name": "vercel",
|
||||||
"version": "34.2.0",
|
"version": "34.2.1",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"description": "The command-line interface for Vercel",
|
"description": "The command-line interface for Vercel",
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"@vercel/fun": "1.1.0",
|
"@vercel/fun": "1.1.0",
|
||||||
"@vercel/go": "3.1.1",
|
"@vercel/go": "3.1.1",
|
||||||
"@vercel/hydrogen": "1.0.2",
|
"@vercel/hydrogen": "1.0.2",
|
||||||
"@vercel/next": "4.2.11",
|
"@vercel/next": "4.2.12",
|
||||||
"@vercel/node": "3.1.5",
|
"@vercel/node": "3.1.5",
|
||||||
"@vercel/python": "4.2.0",
|
"@vercel/python": "4.2.0",
|
||||||
"@vercel/redwood": "2.0.9",
|
"@vercel/redwood": "2.0.9",
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# @vercel/next
|
# @vercel/next
|
||||||
|
|
||||||
|
## 4.2.12
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Support incremental PPR for large applications ([#11625](https://github.com/vercel/vercel/pull/11625))
|
||||||
|
|
||||||
## 4.2.11
|
## 4.2.11
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vercel/next",
|
"name": "@vercel/next",
|
||||||
"version": "4.2.11",
|
"version": "4.2.12",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "./dist/index",
|
"main": "./dist/index",
|
||||||
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
||||||
|
|||||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -325,7 +325,7 @@ importers:
|
|||||||
specifier: 1.0.2
|
specifier: 1.0.2
|
||||||
version: link:../hydrogen
|
version: link:../hydrogen
|
||||||
'@vercel/next':
|
'@vercel/next':
|
||||||
specifier: 4.2.11
|
specifier: 4.2.12
|
||||||
version: link:../next
|
version: link:../next
|
||||||
'@vercel/node':
|
'@vercel/node':
|
||||||
specifier: 3.1.5
|
specifier: 3.1.5
|
||||||
|
|||||||
Reference in New Issue
Block a user