Skip to content

Commit 5f1b501

Browse files
chore: release main (#6424)
1 parent 53a5ce0 commit 5f1b501

File tree

8 files changed

+48
-15
lines changed

8 files changed

+48
-15
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"packages/build-info": "10.0.5",
3-
"packages/build": "33.4.0",
3+
"packages/build": "33.4.1",
44
"packages/edge-bundler": "14.0.5",
55
"packages/cache-utils": "6.0.3",
66
"packages/config": "23.0.8",
77
"packages/framework-info": "10.0.4",
8-
"packages/functions-utils": "6.0.7",
8+
"packages/functions-utils": "6.0.8",
99
"packages/git-utils": "6.0.2",
1010
"packages/headers-parser": "9.0.1",
1111
"packages/js-client": "14.0.3",
@@ -14,5 +14,5 @@
1414
"packages/run-utils": "6.0.2",
1515
"packages/opentelemetry-sdk-setup": "2.0.2",
1616
"packages/opentelemetry-utils": "2.0.1",
17-
"packages/zip-it-and-ship-it": "12.1.1"
17+
"packages/zip-it-and-ship-it": "12.1.2"
1818
}

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,22 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [33.4.1](https://github.com/netlify/build/compare/build-v33.4.0...build-v33.4.1) (2025-06-04)
109+
110+
111+
### Bug Fixes
112+
113+
* **deps:** update dependency @netlify/blobs to ^9.1.4 ([#6425](https://github.com/netlify/build/issues/6425)) ([c9b42d1](https://github.com/netlify/build/commit/c9b42d1e61e93bbe07b1ef7f9d26290d2a200ec5))
114+
* **deps:** update dependency @netlify/blobs to ^9.1.5 ([#6426](https://github.com/netlify/build/issues/6426)) ([7bbb47f](https://github.com/netlify/build/commit/7bbb47f96f6ab4f813e1eb07c555993786744b29))
115+
116+
117+
### Dependencies
118+
119+
* The following workspace dependencies were updated
120+
* dependencies
121+
* @netlify/functions-utils bumped from ^6.0.7 to ^6.0.8
122+
* @netlify/zip-it-and-ship-it bumped from 12.1.1 to 12.1.2
123+
108124
## [33.4.0](https://github.com/netlify/build/compare/build-v33.3.0...build-v33.4.0) (2025-05-30)
109125

110126

packages/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "33.4.0",
3+
"version": "33.4.1",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -72,12 +72,12 @@
7272
"@netlify/config": "^23.0.8",
7373
"@netlify/edge-bundler": "14.0.5",
7474
"@netlify/framework-info": "^10.0.4",
75-
"@netlify/functions-utils": "^6.0.7",
75+
"@netlify/functions-utils": "^6.0.8",
7676
"@netlify/git-utils": "^6.0.2",
7777
"@netlify/opentelemetry-utils": "^2.0.1",
7878
"@netlify/plugins-list": "^6.80.0",
7979
"@netlify/run-utils": "^6.0.2",
80-
"@netlify/zip-it-and-ship-it": "12.1.1",
80+
"@netlify/zip-it-and-ship-it": "12.1.2",
8181
"@sindresorhus/slugify": "^2.0.0",
8282
"ansi-escapes": "^7.0.0",
8383
"chalk": "^5.0.0",

packages/functions-utils/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [6.0.8](https://github.com/netlify/build/compare/functions-utils-v6.0.7...functions-utils-v6.0.8) (2025-06-04)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 12.1.1 to 12.1.2
11+
312
## [6.0.7](https://github.com/netlify/build/compare/functions-utils-v6.0.6...functions-utils-v6.0.7) (2025-05-29)
413

514

packages/functions-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/functions-utils",
3-
"version": "6.0.7",
3+
"version": "6.0.8",
44
"description": "Utility for adding Functions files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",
@@ -50,7 +50,7 @@
5050
},
5151
"license": "MIT",
5252
"dependencies": {
53-
"@netlify/zip-it-and-ship-it": "12.1.1",
53+
"@netlify/zip-it-and-ship-it": "12.1.2",
5454
"cpy": "^11.0.0",
5555
"path-exists": "^5.0.0"
5656
},

packages/zip-it-and-ship-it/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [12.1.2](https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.1.1...zip-it-and-ship-it-v12.1.2) (2025-06-04)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency @netlify/serverless-functions-api to v2 ([#6413](https://github.com/netlify/build/issues/6413)) ([53a5ce0](https://github.com/netlify/build/commit/53a5ce0efa035e4aa317f3438702ddc9f5c32ea8))
16+
* **deps:** update dependency @vercel/nft to v0.29.4 ([#6423](https://github.com/netlify/build/issues/6423)) ([091d12b](https://github.com/netlify/build/commit/091d12b8079facbd6afdc5880b3d9ce0c7fc24c9))
17+
1018
## [12.1.1](https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.1.0...zip-it-and-ship-it-v12.1.1) (2025-05-29)
1119

1220

packages/zip-it-and-ship-it/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/zip-it-and-ship-it",
3-
"version": "12.1.1",
3+
"version": "12.1.2",
44
"description": "Zip it and ship it",
55
"main": "./dist/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)