Skip to content

Commit 2c5c381

Browse files
chore: release main
1 parent 042d560 commit 2c5c381

File tree

8 files changed

+43
-13
lines changed

8 files changed

+43
-13
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"packages/build-info": "9.0.3",
3-
"packages/build": "32.0.1",
3+
"packages/build": "32.0.2",
44
"packages/edge-bundler": "13.0.2",
55
"packages/cache-utils": "5.2.0",
6-
"packages/config": "22.0.0",
6+
"packages/config": "22.0.1",
77
"packages/framework-info": "9.9.3",
88
"packages/functions-utils": "5.3.16",
99
"packages/git-utils": "5.2.0",
1010
"packages/headers-parser": "8.0.0",
11-
"packages/js-client": "13.3.4",
11+
"packages/js-client": "13.3.5",
1212
"packages/nock-udp": "4.0.0",
1313
"packages/redirect-parser": "14.5.1",
1414
"packages/run-utils": "5.2.0",

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: 14 additions & 0 deletions
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+
## [32.0.2](https://github.com/netlify/build/compare/build-v32.0.1...build-v32.0.2) (2025-04-22)
109+
110+
111+
### Bug Fixes
112+
113+
* **deps:** update dependency @netlify/blobs to ^8.2.0 ([#6203](https://github.com/netlify/build/issues/6203)) ([7ca6d21](https://github.com/netlify/build/commit/7ca6d21e20e041f7e1849707005740c23136ef48))
114+
115+
116+
### Dependencies
117+
118+
* The following workspace dependencies were updated
119+
* dependencies
120+
* @netlify/config bumped from ^22.0.0 to ^22.0.1
121+
108122
## [32.0.1](https://github.com/netlify/build/compare/build-v32.0.0...build-v32.0.1) (2025-04-22)
109123

110124

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": "32.0.1",
3+
"version": "32.0.2",
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": "^8.2.0",
7171
"@netlify/cache-utils": "^5.2.0",
72-
"@netlify/config": "^22.0.0",
72+
"@netlify/config": "^22.0.1",
7373
"@netlify/edge-bundler": "13.0.2",
7474
"@netlify/framework-info": "^9.9.3",
7575
"@netlify/functions-utils": "^5.3.16",

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+
## [22.0.1](https://github.com/netlify/build/compare/config-v22.0.0...config-v22.0.1) (2025-04-22)
80+
81+
82+
### Dependencies
83+
84+
* The following workspace dependencies were updated
85+
* dependencies
86+
* netlify bumped from ^13.3.4 to ^13.3.5
87+
7988
## [22.0.0](https://github.com/netlify/build/compare/config-v21.0.7...config-v22.0.0) (2025-04-10)
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": "22.0.0",
3+
"version": "22.0.1",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -72,7 +72,7 @@
7272
"is-plain-obj": "^4.0.0",
7373
"js-yaml": "^4.0.0",
7474
"map-obj": "^5.0.0",
75-
"netlify": "^13.3.4",
75+
"netlify": "^13.3.5",
7676
"@netlify/headers-parser": "^8.0.0",
7777
"@netlify/redirect-parser": "^14.5.1",
7878
"node-fetch": "^3.3.1",

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+
## [13.3.5](https://github.com/netlify/build/compare/netlify-v13.3.4...netlify-v13.3.5) (2025-04-22)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency @netlify/open-api to ^2.37.0 ([#6204](https://github.com/netlify/build/issues/6204)) ([042d560](https://github.com/netlify/build/commit/042d560395dcba6a41ebe238a6cd9b1538831aef))
16+
1017
## [13.3.4](https://github.com/netlify/build/compare/netlify-v13.3.3...netlify-v13.3.4) (2025-03-28)
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",
33
"description": "Netlify Node.js API client",
4-
"version": "13.3.4",
4+
"version": "13.3.5",
55
"type": "module",
66
"exports": "./lib/index.js",
77
"main": "./lib/index.js",

0 commit comments

Comments
 (0)