Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/build-info": "10.0.7",
"packages/build": "35.0.7",
"packages/build": "35.1.0",
"packages/edge-bundler": "14.5.2",
"packages/cache-utils": "6.0.4",
"packages/config": "24.0.2",
"packages/config": "24.0.3",
"packages/functions-utils": "6.2.2",
"packages/git-utils": "6.0.2",
"packages/headers-parser": "9.0.2",
"packages/js-client": "14.0.3",
"packages/js-client": "14.0.4",
"packages/nock-udp": "5.0.1",
"packages/redirect-parser": "15.0.3",
"packages/run-utils": "6.0.2",
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.

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

## [35.1.0](https://github.com/netlify/build/compare/build-v35.0.7...build-v35.1.0) (2025-08-14)


### Features

* add skew protection to Frameworks API ([#6601](https://github.com/netlify/build/issues/6601)) ([6cf3065](https://github.com/netlify/build/commit/6cf306535d8083797a140ecaa05b0778c33e1052))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^24.0.2 to ^24.0.3

## [35.0.7](https://github.com/netlify/build/compare/build-v35.0.6...build-v35.0.7) (2025-08-12)


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": "35.0.7",
"version": "35.1.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@bugsnag/js": "^8.0.0",
"@netlify/blobs": "^10.0.8",
"@netlify/cache-utils": "^6.0.4",
"@netlify/config": "^24.0.2",
"@netlify/config": "^24.0.3",
"@netlify/edge-bundler": "14.5.2",
"@netlify/functions-utils": "^6.2.2",
"@netlify/git-utils": "^6.0.2",
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

## [24.0.3](https://github.com/netlify/build/compare/config-v24.0.2...config-v24.0.3) (2025-08-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/api bumped from ^14.0.3 to ^14.0.4

## [24.0.2](https://github.com/netlify/build/compare/config-v24.0.1...config-v24.0.2) (2025-08-08)


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": "24.0.2",
"version": "24.0.3",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"license": "MIT",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@netlify/api": "^14.0.3",
"@netlify/api": "^14.0.4",
"@netlify/headers-parser": "^9.0.2",
"@netlify/redirect-parser": "^15.0.3",
"chalk": "^5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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).

## [14.0.4](https://github.com/netlify/build/compare/api-v14.0.3...api-v14.0.4) (2025-08-14)


### Bug Fixes

* remove lodash-es ([#6622](https://github.com/netlify/build/issues/6622)) ([969acf2](https://github.com/netlify/build/commit/969acf24935845df1162456d872a9348960e0061))

## [14.0.3](https://github.com/netlify/build/compare/api-v14.0.2...api-v14.0.3) (2025-05-29)


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/api",
"description": "Netlify Node.js API client",
"version": "14.0.3",
"version": "14.0.4",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
Expand Down
Loading