mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 12:57:46 +00:00
Version Packages (#11034)
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@33.2.0 ### Minor Changes - chore: deprecate next/nuxt/gastby Speed Insights injection in favor of @vercel/speed-insights ([#11048](https://github.com/vercel/vercel/pull/11048)) ### Patch Changes - fix error when @vercel/analytics is a transitive dependency of the deployed application ([#10892](https://github.com/vercel/vercel/pull/10892)) - [cli] Add documentation string for `skip-domain` option ([#11051](https://github.com/vercel/vercel/pull/11051)) - Updated dependencies \[[`260125784`](2601257846), [`cdddb33ad`](cdddb33ad4), [`72d8604c9`](72d8604c9d), [`90d0455e1`](90d0455e1f), [`0716130e5`](0716130e58), [`b6b151f39`](b6b151f391), [`b185a7e20`](b185a7e207)]: - @vercel/static-build@2.1.0 - @vercel/build-utils@7.5.1 - @vercel/next@4.1.0 - @vercel/remix-builder@2.0.18 - @vercel/node@3.0.17 ## @vercel/next@4.1.0 ### Minor Changes - fix error when @vercel/analytics is a transitive dependency of the deployed application ([#10892](https://github.com/vercel/vercel/pull/10892)) ### Patch Changes - Use `worker.name` instead of edge function name to fix type error in `@vercel/next` ([#11050](https://github.com/vercel/vercel/pull/11050)) ## @vercel/static-build@2.1.0 ### Minor Changes - chore: deprecate next/nuxt/gastby Speed Insights injection in favor of @vercel/speed-insights ([#11048](https://github.com/vercel/vercel/pull/11048)) ### Patch Changes - Updated dependencies \[]: - @vercel/gatsby-plugin-vercel-builder@2.0.16 ## @vercel/build-utils@7.5.1 ### Patch Changes - Add experimental field to Lambda and size to FileFsRef output ([#11059](https://github.com/vercel/vercel/pull/11059)) ## @vercel/client@13.0.14 ### Patch Changes - Updated dependencies \[[`cdddb33ad`](cdddb33ad4)]: - @vercel/build-utils@7.5.1 ## @vercel/gatsby-plugin-vercel-builder@2.0.16 ### Patch Changes - Updated dependencies \[[`cdddb33ad`](cdddb33ad4)]: - @vercel/build-utils@7.5.1 ## @vercel/node@3.0.17 ### Patch Changes - Updated dependencies \[[`cdddb33ad`](cdddb33ad4)]: - @vercel/build-utils@7.5.1 ## @vercel/remix-builder@2.0.18 ### Patch Changes - Fix functions without a output path edge case ([#11038](https://github.com/vercel/vercel/pull/11038)) - Update `@remix-run/dev` fork to v2.5.0 ([#11054](https://github.com/vercel/vercel/pull/11054)) - Update `@remix-run/dev` fork to v2.5.1 ([#11065](https://github.com/vercel/vercel/pull/11065)) ## @vercel-internals/types@1.0.21 ### Patch Changes - Updated dependencies \[[`cdddb33ad`](cdddb33ad4)]: - @vercel/build-utils@7.5.1
This commit is contained in:
committed by
GitHub
parent
2601257846
commit
acb2acf953
@@ -1,5 +1,12 @@
|
||||
# @vercel/client
|
||||
|
||||
## 13.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`cdddb33ad`](https://github.com/vercel/vercel/commit/cdddb33ad49f6080c49f4fff3767e6111acd0bbe)]:
|
||||
- @vercel/build-utils@7.5.1
|
||||
|
||||
## 13.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vercel/client",
|
||||
"version": "13.0.13",
|
||||
"version": "13.0.14",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"homepage": "https://vercel.com",
|
||||
@@ -37,7 +37,7 @@
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vercel/build-utils": "7.5.0",
|
||||
"@vercel/build-utils": "7.5.1",
|
||||
"@vercel/routing-utils": "3.1.0",
|
||||
"@zeit/fetch": "5.2.0",
|
||||
"async-retry": "1.2.3",
|
||||
|
||||
Reference in New Issue
Block a user