Skip to content

Commit 2a18639

Browse files
chore: release main (#6559)
1 parent b3c2d11 commit 2a18639

File tree

8 files changed

+63
-15
lines changed

8 files changed

+63
-15
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"packages/build-info": "10.0.7",
3-
"packages/build": "34.2.5",
3+
"packages/build": "34.3.0",
44
"packages/edge-bundler": "14.2.2",
55
"packages/cache-utils": "6.0.3",
66
"packages/config": "23.2.0",
7-
"packages/functions-utils": "6.1.1",
7+
"packages/functions-utils": "6.2.0",
88
"packages/git-utils": "6.0.2",
99
"packages/headers-parser": "9.0.1",
1010
"packages/js-client": "14.0.3",
@@ -13,5 +13,5 @@
1313
"packages/run-utils": "6.0.2",
1414
"packages/opentelemetry-sdk-setup": "2.0.2",
1515
"packages/opentelemetry-utils": "2.0.1",
16-
"packages/zip-it-and-ship-it": "14.0.0"
16+
"packages/zip-it-and-ship-it": "14.1.0"
1717
}

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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,28 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [34.3.0](https://github.com/netlify/build/compare/build-v34.2.5...build-v34.3.0) (2025-07-18)
109+
110+
111+
### Features
112+
113+
* add `srcPath` property to output of `listFunctions` ([#6561](https://github.com/netlify/build/issues/6561)) ([b3c2d11](https://github.com/netlify/build/commit/b3c2d11e8113dc446ebc9175feb9b76bb8a07f8c))
114+
115+
116+
### Bug Fixes
117+
118+
* **deps:** update dependency @netlify/blobs to ^10.0.5 ([#6560](https://github.com/netlify/build/issues/6560)) ([0112802](https://github.com/netlify/build/commit/0112802f98ab8d469acdfedef1d3c7f86a5b7f9a))
119+
* **deps:** update dependency @netlify/blobs to ^10.0.6 ([#6562](https://github.com/netlify/build/issues/6562)) ([8f577f7](https://github.com/netlify/build/commit/8f577f77f1e6feb395aeb26a9f8b5056439a1dd9))
120+
* omit duplicate functions from list of bundled files ([#6535](https://github.com/netlify/build/issues/6535)) ([ce34215](https://github.com/netlify/build/commit/ce34215b6d41ec5e924b8213ab65f6e293f6e3de))
121+
122+
123+
### Dependencies
124+
125+
* The following workspace dependencies were updated
126+
* dependencies
127+
* @netlify/functions-utils bumped from ^6.1.1 to ^6.2.0
128+
* @netlify/zip-it-and-ship-it bumped from 14.0.0 to 14.1.0
129+
108130
## [34.2.5](https://github.com/netlify/build/compare/build-v34.2.4...build-v34.2.5) (2025-07-14)
109131

110132

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": "34.2.5",
3+
"version": "34.3.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -71,12 +71,12 @@
7171
"@netlify/cache-utils": "^6.0.3",
7272
"@netlify/config": "^23.2.0",
7373
"@netlify/edge-bundler": "14.2.2",
74-
"@netlify/functions-utils": "^6.1.1",
74+
"@netlify/functions-utils": "^6.2.0",
7575
"@netlify/git-utils": "^6.0.2",
7676
"@netlify/opentelemetry-utils": "^2.0.1",
7777
"@netlify/plugins-list": "^6.80.0",
7878
"@netlify/run-utils": "^6.0.2",
79-
"@netlify/zip-it-and-ship-it": "14.0.0",
79+
"@netlify/zip-it-and-ship-it": "14.1.0",
8080
"@sindresorhus/slugify": "^2.0.0",
8181
"ansi-escapes": "^7.0.0",
8282
"chalk": "^5.0.0",

packages/functions-utils/CHANGELOG.md

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

3+
## [6.2.0](https://github.com/netlify/build/compare/functions-utils-v6.1.1...functions-utils-v6.2.0) (2025-07-18)
4+
5+
6+
### Features
7+
8+
* add `srcPath` property to output of `listFunctions` ([#6561](https://github.com/netlify/build/issues/6561)) ([b3c2d11](https://github.com/netlify/build/commit/b3c2d11e8113dc446ebc9175feb9b76bb8a07f8c))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/zip-it-and-ship-it bumped from 14.0.0 to 14.1.0
16+
317
## [6.1.1](https://github.com/netlify/build/compare/functions-utils-v6.1.0...functions-utils-v6.1.1) (2025-07-14)
418

519

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.1.1",
3+
"version": "6.2.0",
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": "14.0.0",
53+
"@netlify/zip-it-and-ship-it": "14.1.0",
5454
"cpy": "^11.0.0",
5555
"path-exists": "^5.0.0"
5656
},

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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+
## [14.1.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v14.0.0...zip-it-and-ship-it-v14.1.0) (2025-07-18)
11+
12+
13+
### Features
14+
15+
* add `srcPath` property to output of `listFunctions` ([#6561](https://github.com/netlify/build/issues/6561)) ([b3c2d11](https://github.com/netlify/build/commit/b3c2d11e8113dc446ebc9175feb9b76bb8a07f8c))
16+
17+
18+
### Bug Fixes
19+
20+
* **deps:** update dependency @babel/types to v7.28.1 ([#6555](https://github.com/netlify/build/issues/6555)) ([ffa8473](https://github.com/netlify/build/commit/ffa8473e65f8163be4e168841f5a8a0ecd8ab449))
21+
1022
## [14.0.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v13.2.0...zip-it-and-ship-it-v14.0.0) (2025-07-14)
1123

1224

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": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Zip it and ship it",
55
"main": "./dist/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)