Skip to content

Commit

Permalink
Version Packages (#11413)
Browse files Browse the repository at this point in the history
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.0.0

### Major Changes

- Disables promotion of preview deployments
([#11411](#11411))

### Patch Changes

- Always set `projectSettings.nodeVersion` in `vc deploy`
([#11351](#11351))

- [cli] optional override of existing environment variables with --force
([#11348](#11348))

## @vercel/client@13.2.0

### Minor Changes

- Always use v13 of create deployment API endpoint
([#11351](#11351))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
vercel-release-bot and github-actions[bot] committed Apr 11, 2024
1 parent fd188a3 commit f395131
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 32 deletions.
2 changes: 0 additions & 2 deletions .changeset/clean-lobsters-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-apples-unite.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/fresh-pans-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-ducks-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-countries-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-ghosts-kiss.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tame-fans-tickle.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# vercel

## 34.0.0

### Major Changes

- Disables promotion of preview deployments ([#11411](https://github.com/vercel/vercel/pull/11411))

### Patch Changes

- Always set `projectSettings.nodeVersion` in `vc deploy` ([#11351](https://github.com/vercel/vercel/pull/11351))

- [cli] optional override of existing environment variables with --force ([#11348](https://github.com/vercel/vercel/pull/11348))

## 33.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "33.7.1",
"version": "34.0.0",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
Expand Down Expand Up @@ -93,7 +93,7 @@
"@vercel-internals/constants": "1.0.4",
"@vercel-internals/get-package-json": "1.0.0",
"@vercel-internals/types": "1.0.29",
"@vercel/client": "13.1.9",
"@vercel/client": "13.2.0",
"@vercel/error-utils": "2.0.2",
"@vercel/frameworks": "3.0.1",
"@vercel/fs-detectors": "5.2.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vercel/client

## 13.2.0

### Minor Changes

- Always use v13 of create deployment API endpoint ([#11351](https://github.com/vercel/vercel/pull/11351))

## 13.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/client",
"version": "13.1.9",
"version": "13.2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://vercel.com",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f395131

Please sign in to comment.