mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
Version Packages (#11079)
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.3.0 ### Minor Changes - Emit "filePathMap" in `vc-config.json` for `FileFsRef` instances ([#11060](https://github.com/vercel/vercel/pull/11060)) ### Patch Changes - Update `vc dev` to support `Lambda` instances without `zipBuffer` ([#11080](https://github.com/vercel/vercel/pull/11080)) - Updated dependencies \[[`322c88536`](322c88536d), [`62ca2efa7`](62ca2efa73)]: - @vercel/ruby@2.0.5 - @vercel/python@4.1.1 ## @vercel/client@13.1.0 ### Minor Changes - Upload files referenced by "filePathMap" during `vc deploy --prebuilt` ([#11077](https://github.com/vercel/vercel/pull/11077)) ## @vercel/python@4.1.1 ### Patch Changes - Remove deprecated `createLambda()` usage ([#11080](https://github.com/vercel/vercel/pull/11080)) ## @vercel/ruby@2.0.5 ### Patch Changes - add ruby3 to path during build ([#11094](https://github.com/vercel/vercel/pull/11094)) - Remove deprecated `createLambda()` usage ([#11080](https://github.com/vercel/vercel/pull/11080)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
322c88536d
commit
19a373288f
@@ -1,5 +1,11 @@
|
||||
# @vercel/client
|
||||
|
||||
## 13.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Upload files referenced by "filePathMap" during `vc deploy --prebuilt` ([#11077](https://github.com/vercel/vercel/pull/11077))
|
||||
|
||||
## 13.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vercel/client",
|
||||
"version": "13.0.14",
|
||||
"version": "13.1.0",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"homepage": "https://vercel.com",
|
||||
|
||||
Reference in New Issue
Block a user