Skip to content

Commit 82cf0f2

Browse files
chore: release main (#6286)
1 parent 27ddc1b commit 82cf0f2

File tree

8 files changed

+63
-13
lines changed

8 files changed

+63
-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.4",
3-
"packages/build": "32.1.2",
3+
"packages/build": "32.1.3",
44
"packages/edge-bundler": "13.0.3",
55
"packages/cache-utils": "5.2.0",
6-
"packages/config": "22.0.1",
6+
"packages/config": "22.1.0",
77
"packages/framework-info": "9.9.3",
88
"packages/functions-utils": "5.3.18",
99
"packages/git-utils": "5.2.0",
1010
"packages/headers-parser": "8.0.0",
11-
"packages/js-client": "13.3.5",
11+
"packages/js-client": "13.4.0",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [32.1.3](https://github.com/netlify/build/compare/build-v32.1.2...build-v32.1.3) (2025-05-09)
109+
110+
111+
### Dependencies
112+
113+
* The following workspace dependencies were updated
114+
* dependencies
115+
* @netlify/config bumped from ^22.0.1 to ^22.1.0
116+
108117
## [32.1.2](https://github.com/netlify/build/compare/build-v32.1.1...build-v32.1.2) (2025-05-09)
109118

110119

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.1.2",
3+
"version": "32.1.3",
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.1",
72+
"@netlify/config": "^22.1.0",
7373
"@netlify/edge-bundler": "13.0.3",
7474
"@netlify/framework-info": "^9.9.3",
7575
"@netlify/functions-utils": "^5.3.18",

packages/config/CHANGELOG.md

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

79+
## [22.1.0](https://github.com/netlify/build/compare/config-v22.0.1...config-v22.1.0) (2025-05-09)
80+
81+
82+
### Features
83+
84+
* rename API package to `@netlify/api` ([#6247](https://github.com/netlify/build/issues/6247)) ([27ddc1b](https://github.com/netlify/build/commit/27ddc1b91d3d66780166483b42a0f6efddaa14ea))
85+
86+
87+
### Dependencies
88+
89+
* The following workspace dependencies were updated
90+
* dependencies
91+
* @netlify/api bumped from ^13.3.5 to ^13.4.0
92+
7993
## [22.0.1](https://github.com/netlify/build/compare/config-v22.0.0...config-v22.0.1) (2025-04-23)
8094

8195

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.1",
3+
"version": "22.1.0",
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/api": "^13.3.5",
75+
"@netlify/api": "^13.4.0",
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ 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.4.0](https://github.com/netlify/build/compare/api-v13.3.5...api-v13.4.0) (2025-05-09)
11+
12+
13+
### Features
14+
15+
* add node 22 to supported versions list ([#5917](https://github.com/netlify/build/issues/5917)) ([5455393](https://github.com/netlify/build/commit/545539369a3f1a0e9d2036df7d41a8bed1df8272))
16+
* **js-client:** add type definitions ([#6009](https://github.com/netlify/build/issues/6009)) ([9894c6b](https://github.com/netlify/build/commit/9894c6b4feaa5821505409a17a492f91218cbdfa))
17+
* rename API package to `@netlify/api` ([#6247](https://github.com/netlify/build/issues/6247)) ([27ddc1b](https://github.com/netlify/build/commit/27ddc1b91d3d66780166483b42a0f6efddaa14ea))
18+
19+
20+
### Bug Fixes
21+
22+
* **deps:** update dependency @netlify/open-api to ^2.31.0 ([#5686](https://github.com/netlify/build/issues/5686)) ([928d2c8](https://github.com/netlify/build/commit/928d2c87241c0f752d3a86da4d24a0aa65ddf376))
23+
* **deps:** update dependency @netlify/open-api to ^2.32.0 ([#5706](https://github.com/netlify/build/issues/5706)) ([4d4076f](https://github.com/netlify/build/commit/4d4076f10f47fcf369184578001aac1050fd22b9))
24+
* **deps:** update dependency @netlify/open-api to ^2.33.0 ([#5722](https://github.com/netlify/build/issues/5722)) ([b2ccde9](https://github.com/netlify/build/commit/b2ccde978ea42b866ad3a74c49a6b95c980c4486))
25+
* **deps:** update dependency @netlify/open-api to ^2.33.1 ([#5729](https://github.com/netlify/build/issues/5729)) ([235994e](https://github.com/netlify/build/commit/235994e77782646341c8994cb91f42019090dca3))
26+
* **deps:** update dependency @netlify/open-api to ^2.34.0 ([#5799](https://github.com/netlify/build/issues/5799)) ([0edf11f](https://github.com/netlify/build/commit/0edf11f627137ab4725e8b31b0207a56db8f61b4))
27+
* **deps:** update dependency @netlify/open-api to ^2.35.0 ([#5928](https://github.com/netlify/build/issues/5928)) ([3a2da99](https://github.com/netlify/build/commit/3a2da9937eb859d52de9d0e1ef5ea8a0a76af35a))
28+
* **deps:** update dependency @netlify/open-api to ^2.35.1 ([#6022](https://github.com/netlify/build/issues/6022)) ([b72a1cf](https://github.com/netlify/build/commit/b72a1cf6b7cb09c4fb38c4a73aa10b86a69c0a77))
29+
* **deps:** update dependency @netlify/open-api to ^2.36.0 ([#6042](https://github.com/netlify/build/issues/6042)) ([2cd613c](https://github.com/netlify/build/commit/2cd613c7bee06775e87f88b3432dea85a6cb9b7d))
30+
* **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))
31+
* **deps:** update dependency p-wait-for to v5 ([#5970](https://github.com/netlify/build/issues/5970)) ([58635be](https://github.com/netlify/build/commit/58635bee5bcf2074d770f9836faa419e22eb2569))
32+
* **js-client:** add type definitions for operation method `opts` argument ([#6021](https://github.com/netlify/build/issues/6021)) ([02af82a](https://github.com/netlify/build/commit/02af82aada2dcecea495a96eb711d483998bb945))
33+
* **js-client:** api client types - make passing params optional where necessary ([#6017](https://github.com/netlify/build/issues/6017)) ([ad7715b](https://github.com/netlify/build/commit/ad7715bebd336f9be503695cd0ac452a25a5737e))
34+
* **js-client:** handle type definitions for request body params ([#6018](https://github.com/netlify/build/issues/6018)) ([e2e9114](https://github.com/netlify/build/commit/e2e91147dc27b36958545422c0778eda3e1de884))
35+
* remove problematic `omit.js` dependency ([#6172](https://github.com/netlify/build/issues/6172)) ([594f7cd](https://github.com/netlify/build/commit/594f7cd6e745065ee7dfac3e2fa779da5e9e8874))
36+
1037
## [13.3.5](https://github.com/netlify/build/compare/netlify-v13.3.4...netlify-v13.3.5) (2025-04-23)
1138

1239

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": "13.3.5",
4+
"version": "13.4.0",
55
"type": "module",
66
"exports": "./lib/index.js",
77
"main": "./lib/index.js",

0 commit comments

Comments
 (0)