Skip to content

Commit

Permalink
Merge branch 'main' into feat/env-add-yes
Browse files Browse the repository at this point in the history
  • Loading branch information
EndangeredMassa committed Apr 10, 2024
2 parents 14a08bb + 1aab599 commit 7f785fd
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 35 deletions.
2 changes: 0 additions & 2 deletions .changeset/blue-kangaroos-sparkle.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/curly-cars-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-garlics-design.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/metal-rabbits-move.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/real-tomatoes-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-yaks-deny.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/tidy-eagles-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-pillows-notice.md

This file was deleted.

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

## 33.7.1

### Patch Changes

- fix flickering during interactive UI rerendering ([#11392](https://github.com/vercel/vercel/pull/11392))

- fix `vc ls` message to be `vc projects ls` ([#11400](https://github.com/vercel/vercel/pull/11400))

- Updated dependencies [[`2461b571a`](https://github.com/vercel/vercel/commit/2461b571af037fbfdf92299a272010a5a8f4898b)]:
- @vercel/next@4.2.0

## 33.7.0

### Minor 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.0",
"version": "33.7.1",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@vercel/fun": "1.1.0",
"@vercel/go": "3.1.1",
"@vercel/hydrogen": "1.0.2",
"@vercel/next": "4.1.6",
"@vercel/next": "4.2.0",
"@vercel/node": "3.0.26",
"@vercel/python": "4.1.1",
"@vercel/redwood": "2.0.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vercel/next

## 4.2.0

### Minor Changes

- Add support for edge function environment variables ([#11390](https://github.com/vercel/vercel/pull/11390))

## 4.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/next",
"version": "4.1.6",
"version": "4.2.0",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 7f785fd

Please sign in to comment.