Skip to content

Commit

Permalink
Version Packages (#11471)
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/python@4.2.0

### Minor Changes

- Add support for Python 3.12
([#11478](#11478))

## vercel@34.1.2

### Patch Changes

- Updated dependencies
\[[`64bd6dd05`](64bd6dd),
[`532885148`](5328851),
[`adcfc365a`](adcfc36)]:
    -   @vercel/next@4.2.2
    -   @vercel/python@4.2.0

## @vercel/next@4.2.2

### Patch Changes

- [next] revert .action rewrites
([#11470](#11470))

- Next.js builds: support sectioned source maps
([#11453](#11453))

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 24, 2024
1 parent ea77462 commit 3980c60
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-rockets-happen.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/lovely-meals-mix.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/mighty-bikes-add.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/ninety-icons-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-beds-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-frogs-sort.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thick-pugs-share.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/twenty-ducks-work.md

This file was deleted.

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

## 34.1.2

### Patch Changes

- Updated dependencies [[`64bd6dd05`](https://github.com/vercel/vercel/commit/64bd6dd0578d82f210b942b88baaa0673218d8b0), [`532885148`](https://github.com/vercel/vercel/commit/532885148b583700df5a120350c620af6ad34cd7), [`adcfc365a`](https://github.com/vercel/vercel/commit/adcfc365a7d375d7a70d434669e4472031693489)]:
- @vercel/next@4.2.2
- @vercel/python@4.2.0

## 34.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "34.1.1",
"version": "34.1.2",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
Expand Down Expand Up @@ -36,9 +36,9 @@
"@vercel/fun": "1.1.0",
"@vercel/go": "3.1.1",
"@vercel/hydrogen": "1.0.2",
"@vercel/next": "4.2.1",
"@vercel/next": "4.2.2",
"@vercel/node": "3.0.27",
"@vercel/python": "4.1.1",
"@vercel/python": "4.2.0",
"@vercel/redwood": "2.0.8",
"@vercel/remix-builder": "2.1.5",
"@vercel/ruby": "2.0.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vercel/next

## 4.2.2

### Patch Changes

- [next] revert .action rewrites ([#11470](https://github.com/vercel/vercel/pull/11470))

- Next.js builds: support sectioned source maps ([#11453](https://github.com/vercel/vercel/pull/11453))

## 4.2.1

### 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.2.1",
"version": "4.2.2",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
Expand Down
6 changes: 6 additions & 0 deletions packages/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vercel/python

## 4.2.0

### Minor Changes

- Add support for Python 3.12 ([#11478](https://github.com/vercel/vercel/pull/11478))

## 4.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/python",
"version": "4.1.1",
"version": "4.2.0",
"main": "./dist/index.js",
"license": "Apache-2.0",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
Expand Down
4 changes: 2 additions & 2 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 3980c60

Please sign in to comment.