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:
Vercel Release Bot
2024-01-25 15:29:57 -05:00
committed by GitHub
parent 322c88536d
commit 19a373288f
16 changed files with 44 additions and 42 deletions

View File

@@ -1,5 +0,0 @@
---
"@vercel/ruby": patch
---
add ruby3 to path during build

View File

@@ -1,3 +0,0 @@
---
---

View File

@@ -1,3 +0,0 @@
---
---

View File

@@ -1,6 +0,0 @@
---
'@vercel/python': patch
'@vercel/ruby': patch
---
Remove deprecated `createLambda()` usage

View File

@@ -1,5 +0,0 @@
---
'vercel': patch
---
Update `vc dev` to support `Lambda` instances without `zipBuffer`

View File

@@ -1,5 +0,0 @@
---
'vercel': minor
---
Emit "filePathMap" in `vc-config.json` for `FileFsRef` instances

View File

@@ -1,5 +0,0 @@
---
'@vercel/client': minor
---
Upload files referenced by "filePathMap" during `vc deploy --prebuilt`