Skip to content

Commit

Permalink
chore: release main (#6020)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci authored Jan 17, 2025
1 parent 02af82a commit bba5964
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages/build-info": "8.0.0",
"packages/build": "29.58.4",
"packages/build": "29.58.5",
"packages/edge-bundler": "12.3.2",
"packages/cache-utils": "5.2.0",
"packages/config": "20.21.4",
"packages/config": "20.21.5",
"packages/framework-info": "9.9.1",
"packages/functions-utils": "5.3.3",
"packages/git-utils": "5.2.0",
"packages/headers-parser": "7.3.0",
"packages/js-client": "13.3.0",
"packages/js-client": "13.3.1",
"packages/nock-udp": "3.2.0",
"packages/redirect-parser": "14.5.0",
"packages/run-utils": "5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.58.5](https://github.com/netlify/build/compare/build-v29.58.4...build-v29.58.5) (2025-01-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.21.4 to ^20.21.5

## [29.58.4](https://github.com/netlify/build/compare/build-v29.58.3...build-v29.58.4) (2025-01-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.58.4",
"version": "29.58.5",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^7.4.0",
"@netlify/cache-utils": "^5.2.0",
"@netlify/config": "^20.21.4",
"@netlify/config": "^20.21.5",
"@netlify/edge-bundler": "12.3.2",
"@netlify/framework-info": "^9.9.1",
"@netlify/functions-utils": "^5.3.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.21.5](https://github.com/netlify/build/compare/config-v20.21.4...config-v20.21.5) (2025-01-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* netlify bumped from ^13.3.0 to ^13.3.1

## [20.21.4](https://github.com/netlify/build/compare/config-v20.21.3...config-v20.21.4) (2025-01-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "20.21.4",
"version": "20.21.5",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"is-plain-obj": "^4.0.0",
"js-yaml": "^4.0.0",
"map-obj": "^5.0.0",
"netlify": "^13.3.0",
"netlify": "^13.3.1",
"@netlify/headers-parser": "^7.3.0",
"@netlify/redirect-parser": "^14.5.0",
"node-fetch": "^3.3.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [13.3.1](https://github.com/netlify/build/compare/netlify-v13.3.0...netlify-v13.3.1) (2025-01-16)


### Bug Fixes

* **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))
* **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))
* **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))

## [13.3.0](https://github.com/netlify/build/compare/netlify-v13.2.1...netlify-v13.3.0) (2025-01-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify",
"description": "Netlify Node.js API client",
"version": "13.3.0",
"version": "13.3.1",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
Expand Down

0 comments on commit bba5964

Please sign in to comment.