Skip to content

Commit 5ef5481

Browse files
chore: release main (#6101)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 920989e commit 5ef5481

File tree

10 files changed

+51
-18
lines changed

10 files changed

+51
-18
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"packages/build-info": "8.0.0",
3-
"packages/build": "29.59.0",
2+
"packages/build-info": "8.1.0",
3+
"packages/build": "29.59.1",
44
"packages/edge-bundler": "12.3.2",
55
"packages/cache-utils": "5.2.0",
66
"packages/config": "20.22.0",
77
"packages/framework-info": "9.9.1",
8-
"packages/functions-utils": "5.3.6",
8+
"packages/functions-utils": "5.3.7",
99
"packages/git-utils": "5.2.0",
1010
"packages/headers-parser": "7.3.0",
1111
"packages/js-client": "13.3.3",
@@ -14,5 +14,5 @@
1414
"packages/run-utils": "5.2.0",
1515
"packages/opentelemetry-sdk-setup": "1.2.0",
1616
"packages/opentelemetry-utils": "1.3.0",
17-
"packages/zip-it-and-ship-it": "9.42.6"
17+
"packages/zip-it-and-ship-it": "9.43.0"
1818
}

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build-info/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
* dependencies
6565
* @netlify/framework-info bumped from ^9.8.8 to ^9.8.9
6666

67+
## [8.1.0](https://github.com/netlify/build/compare/build-info-v8.0.0...build-info-v8.1.0) (2025-02-24)
68+
69+
70+
### Features
71+
72+
* change default node version to v22 ([#5958](https://github.com/netlify/build/issues/5958)) ([59cda04](https://github.com/netlify/build/commit/59cda04d87af434bafa71c0509f958365b4fab34))
73+
6774
## [8.0.0](https://github.com/netlify/build/compare/build-info-v7.17.0...build-info-v8.0.0) (2025-01-08)
6875

6976

packages/build-info/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build-info",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {

packages/build/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [29.59.1](https://github.com/netlify/build/compare/build-v29.59.0...build-v29.59.1) (2025-02-24)
109+
110+
111+
### Dependencies
112+
113+
* The following workspace dependencies were updated
114+
* dependencies
115+
* @netlify/functions-utils bumped from ^5.3.6 to ^5.3.7
116+
* @netlify/zip-it-and-ship-it bumped from 9.42.6 to 9.43.0
117+
108118
## [29.59.0](https://github.com/netlify/build/compare/build-v29.58.10...build-v29.59.0) (2025-02-24)
109119

110120

packages/build/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.59.0",
3+
"version": "29.59.1",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -72,12 +72,12 @@
7272
"@netlify/config": "^20.22.0",
7373
"@netlify/edge-bundler": "12.3.2",
7474
"@netlify/framework-info": "^9.9.1",
75-
"@netlify/functions-utils": "^5.3.6",
75+
"@netlify/functions-utils": "^5.3.7",
7676
"@netlify/git-utils": "^5.2.0",
7777
"@netlify/opentelemetry-utils": "^1.3.0",
7878
"@netlify/plugins-list": "^6.80.0",
7979
"@netlify/run-utils": "^5.2.0",
80-
"@netlify/zip-it-and-ship-it": "9.42.6",
80+
"@netlify/zip-it-and-ship-it": "9.43.0",
8181
"@sindresorhus/slugify": "^2.0.0",
8282
"ansi-escapes": "^6.0.0",
8383
"chalk": "^5.0.0",

packages/functions-utils/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.3.7](https://github.com/netlify/build/compare/functions-utils-v5.3.6...functions-utils-v5.3.7) (2025-02-24)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 9.42.6 to 9.43.0
11+
312
## [5.3.6](https://github.com/netlify/build/compare/functions-utils-v5.3.5...functions-utils-v5.3.6) (2025-02-20)
413

514

packages/functions-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/functions-utils",
3-
"version": "5.3.6",
3+
"version": "5.3.7",
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": "9.42.6",
53+
"@netlify/zip-it-and-ship-it": "9.43.0",
5454
"cpy": "^9.0.0",
5555
"path-exists": "^5.0.0"
5656
},

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

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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+
## [9.43.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.42.6...zip-it-and-ship-it-v9.43.0) (2025-02-24)
11+
12+
13+
### Features
14+
15+
* change default node version to v22 ([#5958](https://github.com/netlify/build/issues/5958)) ([59cda04](https://github.com/netlify/build/commit/59cda04d87af434bafa71c0509f958365b4fab34))
16+
1017
## [9.42.6](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.42.5...zip-it-and-ship-it-v9.42.6) (2025-02-20)
1118

1219

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

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

0 commit comments

Comments
 (0)