Skip to content

Commit 8960730

Browse files
Version Packages (#13679)
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@44.7.3 ### Patch Changes - Updated dependencies \[[`60772fe5e76463d8ff8208e5dd6ffdfcedb9c565`](60772fe)]: - @vercel/go@3.2.3 ## @vercel/functions@2.2.8 ### Patch Changes - Declare attachDatabasePool stable ([#13673](#13673)) ## @vercel/go@3.2.3 ### Patch Changes - Respect patch version of 0 ([#13672](#13672)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60772fe commit 8960730

File tree

9 files changed

+24
-15
lines changed

9 files changed

+24
-15
lines changed

.changeset/angry-seals-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/moody-drinks-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vercel
22

3+
## 44.7.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`60772fe5e76463d8ff8208e5dd6ffdfcedb9c565`](https://github.com/vercel/vercel/commit/60772fe5e76463d8ff8208e5dd6ffdfcedb9c565)]:
8+
- @vercel/go@3.2.3
9+
310
## 44.7.2
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel",
3-
"version": "44.7.2",
3+
"version": "44.7.3",
44
"preferGlobal": true,
55
"license": "Apache-2.0",
66
"description": "The command-line interface for Vercel",
@@ -37,7 +37,7 @@
3737
"@vercel/blob": "1.0.2",
3838
"@vercel/build-utils": "11.0.0",
3939
"@vercel/fun": "1.1.6",
40-
"@vercel/go": "3.2.2",
40+
"@vercel/go": "3.2.3",
4141
"@vercel/hono": "0.0.9",
4242
"@vercel/hydrogen": "1.2.3",
4343
"@vercel/next": "4.11.0",

packages/functions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vercel/functions
22

3+
## 2.2.8
4+
5+
### Patch Changes
6+
7+
- Declare attachDatabasePool stable ([#13673](https://github.com/vercel/vercel/pull/13673))
8+
39
## 2.2.7
410

511
### Patch Changes

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require": "./middleware.js"
3131
}
3232
},
33-
"version": "2.2.7",
33+
"version": "2.2.8",
3434
"repository": {
3535
"directory": "packages/functions",
3636
"type": "git",

packages/go/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vercel/go
22

3+
## 3.2.3
4+
5+
### Patch Changes
6+
7+
- Respect patch version of 0 ([#13672](https://github.com/vercel/vercel/pull/13672))
8+
39
## 3.2.2
410

511
### Patch Changes

packages/go/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/go",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"license": "Apache-2.0",
55
"main": "./dist/index",
66
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/go",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)