Skip to content

Commit 6c53e66

Browse files
chore: release main (#6198)
1 parent c4f7caa commit 6c53e66

File tree

10 files changed

+67
-20
lines changed

10 files changed

+67
-20
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"packages/build-info": "9.0.3",
3-
"packages/build": "31.0.2",
3+
"packages/build": "32.0.0",
44
"packages/edge-bundler": "13.0.2",
55
"packages/cache-utils": "5.2.0",
6-
"packages/config": "21.0.7",
6+
"packages/config": "22.0.0",
77
"packages/framework-info": "9.9.3",
8-
"packages/functions-utils": "5.3.14",
8+
"packages/functions-utils": "5.3.15",
99
"packages/git-utils": "5.2.0",
1010
"packages/headers-parser": "8.0.0",
1111
"packages/js-client": "13.3.4",
@@ -14,5 +14,5 @@
1414
"packages/run-utils": "5.2.0",
1515
"packages/opentelemetry-sdk-setup": "1.2.2",
1616
"packages/opentelemetry-utils": "1.3.1",
17-
"packages/zip-it-and-ship-it": "10.0.5"
17+
"packages/zip-it-and-ship-it": "10.0.6"
1818
}

package-lock.json

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

108+
## [32.0.0](https://github.com/netlify/build/compare/build-v31.0.2...build-v32.0.0) (2025-04-10)
109+
110+
111+
### ⚠ BREAKING CHANGES
112+
113+
* remove addons ([#6193](https://github.com/netlify/build/issues/6193))
114+
115+
### Bug Fixes
116+
117+
* remove addons ([#6193](https://github.com/netlify/build/issues/6193)) ([c4f7caa](https://github.com/netlify/build/commit/c4f7caa2d21380f5d1f6cc8159aa0783dccd137a))
118+
119+
120+
### Dependencies
121+
122+
* The following workspace dependencies were updated
123+
* dependencies
124+
* @netlify/config bumped from ^21.0.7 to ^22.0.0
125+
* @netlify/functions-utils bumped from ^5.3.14 to ^5.3.15
126+
* @netlify/zip-it-and-ship-it bumped from 10.0.5 to 10.0.6
127+
108128
## [31.0.2](https://github.com/netlify/build/compare/build-v31.0.1...build-v31.0.2) (2025-04-10)
109129

110130

packages/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "31.0.2",
3+
"version": "32.0.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -69,15 +69,15 @@
6969
"@bugsnag/js": "^7.0.0",
7070
"@netlify/blobs": "^8.1.2",
7171
"@netlify/cache-utils": "^5.2.0",
72-
"@netlify/config": "^21.0.7",
72+
"@netlify/config": "^22.0.0",
7373
"@netlify/edge-bundler": "13.0.2",
7474
"@netlify/framework-info": "^9.9.3",
75-
"@netlify/functions-utils": "^5.3.14",
75+
"@netlify/functions-utils": "^5.3.15",
7676
"@netlify/git-utils": "^5.2.0",
7777
"@netlify/opentelemetry-utils": "^1.3.1",
7878
"@netlify/plugins-list": "^6.80.0",
7979
"@netlify/run-utils": "^5.2.0",
80-
"@netlify/zip-it-and-ship-it": "10.0.5",
80+
"@netlify/zip-it-and-ship-it": "10.0.6",
8181
"@sindresorhus/slugify": "^2.0.0",
8282
"ansi-escapes": "^6.0.0",
8383
"chalk": "^5.0.0",

packages/config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@
7676
* dependencies
7777
* netlify bumped from ^13.1.8 to ^13.1.9
7878

79+
## [22.0.0](https://github.com/netlify/build/compare/config-v21.0.7...config-v22.0.0) (2025-04-10)
80+
81+
82+
### ⚠ BREAKING CHANGES
83+
84+
* remove addons ([#6193](https://github.com/netlify/build/issues/6193))
85+
86+
### Bug Fixes
87+
88+
* remove addons ([#6193](https://github.com/netlify/build/issues/6193)) ([c4f7caa](https://github.com/netlify/build/commit/c4f7caa2d21380f5d1f6cc8159aa0783dccd137a))
89+
7990
## [21.0.7](https://github.com/netlify/build/compare/config-v21.0.6...config-v21.0.7) (2025-04-08)
8091

8192

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "21.0.7",
3+
"version": "22.0.0",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",

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+
## [5.3.15](https://github.com/netlify/build/compare/functions-utils-v5.3.14...functions-utils-v5.3.15) (2025-04-10)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 10.0.5 to 10.0.6
11+
312
## [5.3.14](https://github.com/netlify/build/compare/functions-utils-v5.3.13...functions-utils-v5.3.14) (2025-04-09)
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": "5.3.14",
3+
"version": "5.3.15",
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": "10.0.5",
53+
"@netlify/zip-it-and-ship-it": "10.0.6",
5454
"cpy": "^9.0.0",
5555
"path-exists": "^5.0.0"
5656
},

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

Lines changed: 7 additions & 0 deletions
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+
## [10.0.6](https://github.com/netlify/build/compare/zip-it-and-ship-it-v10.0.5...zip-it-and-ship-it-v10.0.6) (2025-04-10)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency @netlify/serverless-functions-api to ^1.37.0 ([#6194](https://github.com/netlify/build/issues/6194)) ([e0891b9](https://github.com/netlify/build/commit/e0891b98cc0302e550665813054dad90fcce9b1f))
16+
1017
## [10.0.5](https://github.com/netlify/build/compare/zip-it-and-ship-it-v10.0.4...zip-it-and-ship-it-v10.0.5) (2025-04-09)
1118

1219

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

0 commit comments

Comments
 (0)