mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
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.7.0
### Minor Changes
- improve UX for text input validation
([#11388](https://github.com/vercel/vercel/pull/11388))
- Replace the implementation of the yes/no prompt in several areas to be
consistent with the rest of the CLI.
([#11279](https://github.com/vercel/vercel/pull/11279))
### Patch Changes
- [cli] Fix how we determine the GIT_CONFIG_PATH to support git
worktrees and git submodules
([#11283](https://github.com/vercel/vercel/pull/11283))
- avoid printing errors when user does ctrl+c
([#11377](https://github.com/vercel/vercel/pull/11377))
- Warn that promoting preview deploys is deprecated
([#11376](https://github.com/vercel/vercel/pull/11376))
- Updated dependencies
\[[`a3fb7e6ab`](a3fb7e6abe)]:
- @vercel/go@3.1.1
## @vercel/go@3.1.1
### Patch Changes
- Add support for `1.22` and update Go minor versions `1.19`, `1.20` and
`1.21` ([#11156](https://github.com/vercel/vercel/pull/11156))
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>