Skip to content

Commit b1de419

Browse files
chore: release main (#6100)
1 parent 7a2525f commit b1de419

6 files changed

+29
-8
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"packages/build-info": "8.0.0",
3-
"packages/build": "29.58.10",
3+
"packages/build": "29.59.0",
44
"packages/edge-bundler": "12.3.2",
55
"packages/cache-utils": "5.2.0",
6-
"packages/config": "20.21.7",
6+
"packages/config": "20.22.0",
77
"packages/framework-info": "9.9.1",
88
"packages/functions-utils": "5.3.6",
99
"packages/git-utils": "5.2.0",

package-lock.json

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

packages/build/CHANGELOG.md

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

108+
## [29.59.0](https://github.com/netlify/build/compare/build-v29.58.10...build-v29.59.0) (2025-02-24)
109+
110+
111+
### Features
112+
113+
* allow jigsaw to be called with the build bot token ([#6096](https://github.com/netlify/build/issues/6096)) ([7a2525f](https://github.com/netlify/build/commit/7a2525f99019af3476f55070d422eb776d9902b8))
114+
115+
116+
### Dependencies
117+
118+
* The following workspace dependencies were updated
119+
* dependencies
120+
* @netlify/config bumped from ^20.21.7 to ^20.22.0
121+
108122
## [29.58.10](https://github.com/netlify/build/compare/build-v29.58.9...build-v29.58.10) (2025-02-20)
109123

110124

packages/build/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.58.10",
3+
"version": "29.59.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -69,7 +69,7 @@
6969
"@bugsnag/js": "^7.0.0",
7070
"@netlify/blobs": "^7.4.0",
7171
"@netlify/cache-utils": "^5.2.0",
72-
"@netlify/config": "^20.21.7",
72+
"@netlify/config": "^20.22.0",
7373
"@netlify/edge-bundler": "12.3.2",
7474
"@netlify/framework-info": "^9.9.1",
7575
"@netlify/functions-utils": "^5.3.6",

packages/config/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@
7676
* dependencies
7777
* netlify bumped from ^13.1.8 to ^13.1.9
7878

79+
## [20.22.0](https://github.com/netlify/build/compare/config-v20.21.7...config-v20.22.0) (2025-02-24)
80+
81+
82+
### Features
83+
84+
* allow jigsaw to be called with the build bot token ([#6096](https://github.com/netlify/build/issues/6096)) ([7a2525f](https://github.com/netlify/build/commit/7a2525f99019af3476f55070d422eb776d9902b8))
85+
7986
## [20.21.7](https://github.com/netlify/build/compare/config-v20.21.6...config-v20.21.7) (2025-01-27)
8087

8188

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "20.21.7",
3+
"version": "20.22.0",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)