Skip to content

Commit 5cea3d4

Browse files
chore: release main
1 parent 9bbb48c commit 5cea3d4

File tree

8 files changed

+44
-13
lines changed

8 files changed

+44
-13
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages/build-info": "10.0.9",
3-
"packages/build": "35.2.7",
3+
"packages/build": "35.2.8",
44
"packages/edge-bundler": "14.8.0",
55
"packages/cache-utils": "6.0.4",
6-
"packages/config": "24.0.6",
6+
"packages/config": "24.0.7",
77
"packages/functions-utils": "6.2.11",
88
"packages/git-utils": "6.0.2",
99
"packages/headers-parser": "9.0.2",
10-
"packages/js-client": "14.0.7",
10+
"packages/js-client": "14.0.8",
1111
"packages/nock-udp": "5.0.1",
1212
"packages/redirect-parser": "15.0.3",
1313
"packages/run-utils": "6.0.2",

package-lock.json

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

108+
## [35.2.8](https://github.com/netlify/build/compare/build-v35.2.7...build-v35.2.8) (2025-10-26)
109+
110+
111+
### Bug Fixes
112+
113+
* **deps:** update dependency @netlify/blobs to ^10.2.0 ([#6728](https://github.com/netlify/build/issues/6728)) ([9c817dc](https://github.com/netlify/build/commit/9c817dcf2cd67763137c674c7cc596d189b39723))
114+
* **deps:** update dependency @netlify/blobs to ^10.2.1 ([#6731](https://github.com/netlify/build/issues/6731)) ([9bbb48c](https://github.com/netlify/build/commit/9bbb48cbffb6c3a5d9bbe4d61173b3e7de66a60c))
115+
116+
117+
### Dependencies
118+
119+
* The following workspace dependencies were updated
120+
* dependencies
121+
* @netlify/config bumped from ^24.0.6 to ^24.0.7
122+
108123
## [35.2.7](https://github.com/netlify/build/compare/build-v35.2.6...build-v35.2.7) (2025-10-22)
109124

110125

packages/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "35.2.7",
3+
"version": "35.2.8",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -69,7 +69,7 @@
6969
"@bugsnag/js": "^8.0.0",
7070
"@netlify/blobs": "^10.2.1",
7171
"@netlify/cache-utils": "^6.0.4",
72-
"@netlify/config": "^24.0.6",
72+
"@netlify/config": "^24.0.7",
7373
"@netlify/edge-bundler": "14.8.0",
7474
"@netlify/functions-utils": "^6.2.11",
7575
"@netlify/git-utils": "^6.0.2",

packages/config/CHANGELOG.md

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

79+
## [24.0.7](https://github.com/netlify/build/compare/config-v24.0.6...config-v24.0.7) (2025-10-26)
80+
81+
82+
### Dependencies
83+
84+
* The following workspace dependencies were updated
85+
* dependencies
86+
* @netlify/api bumped from ^14.0.7 to ^14.0.8
87+
7988
## [24.0.6](https://github.com/netlify/build/compare/config-v24.0.5...config-v24.0.6) (2025-10-20)
8089

8190

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "24.0.6",
3+
"version": "24.0.7",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -59,7 +59,7 @@
5959
"license": "MIT",
6060
"dependencies": {
6161
"@iarna/toml": "^2.2.5",
62-
"@netlify/api": "^14.0.7",
62+
"@netlify/api": "^14.0.8",
6363
"@netlify/headers-parser": "^9.0.2",
6464
"@netlify/redirect-parser": "^15.0.3",
6565
"chalk": "^5.0.0",

packages/js-client/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+
## [14.0.8](https://github.com/netlify/build/compare/api-v14.0.7...api-v14.0.8) (2025-10-26)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency @netlify/open-api to ^2.41.0 ([#6729](https://github.com/netlify/build/issues/6729)) ([b0f443f](https://github.com/netlify/build/commit/b0f443f6b13f724aa2bd43f81fd0fa4571b57c57))
16+
1017
## [14.0.7](https://github.com/netlify/build/compare/api-v14.0.6...api-v14.0.7) (2025-10-20)
1118

1219

packages/js-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@netlify/api",
33
"description": "Netlify Node.js API client",
4-
"version": "14.0.7",
4+
"version": "14.0.8",
55
"type": "module",
66
"exports": "./lib/index.js",
77
"main": "./lib/index.js",

0 commit comments

Comments
 (0)