Skip to content

Commit

Permalink
chore: release main (#5392)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: update lockfile

---------

Co-authored-by: netlify-jenkins <33464286+netlify-jenkins@users.noreply.github.com>
  • Loading branch information
netlify-circleci and netlify-jenkins authored Nov 20, 2023
1 parent 8fee92b commit e9b30f5
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/build-info": "7.11.1",
"packages/build": "29.26.6",
"packages/build": "29.27.0",
"packages/cache-utils": "5.1.5",
"packages/config": "20.10.0",
"packages/framework-info": "9.8.10",
"packages/functions-utils": "5.2.40",
"packages/functions-utils": "5.2.41",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.2",
"packages/js-client": "13.1.11",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

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

## [29.27.0](https://github.com/netlify/build/compare/build-v29.26.6...build-v29.27.0) (2023-11-20)


### Features

* supply system log to trusted plugins via FD ([#5391](https://github.com/netlify/build/issues/5391)) ([8fee92b](https://github.com/netlify/build/commit/8fee92b2597ab3841d1b6a41d29c96a7961fe48a))


### Bug Fixes

* **deps:** update dependency @netlify/edge-bundler to v10.1.3 ([#5397](https://github.com/netlify/build/issues/5397)) ([1da1bbe](https://github.com/netlify/build/commit/1da1bbe7aadef0b2c3f2ca25b75ee073a6790f8a))
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.26.2 ([#5399](https://github.com/netlify/build/issues/5399)) ([e5e567e](https://github.com/netlify/build/commit/e5e567ec4c6c8ebcd17dd371bb6b112f4cc65e50))
* skip scanning .cache for secrets ([#5386](https://github.com/netlify/build/issues/5386)) ([97fd98c](https://github.com/netlify/build/commit/97fd98c98c1a6d0ecbca8a5e5ca14867d3e6053e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/functions-utils bumped from ^5.2.40 to ^5.2.41

## [29.26.6](https://github.com/netlify/build/compare/build-v29.26.5...build-v29.26.6) (2023-11-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.26.6",
"version": "29.27.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@netlify/config": "^20.10.0",
"@netlify/edge-bundler": "10.1.3",
"@netlify/framework-info": "^9.8.10",
"@netlify/functions-utils": "^5.2.40",
"@netlify/functions-utils": "^5.2.41",
"@netlify/git-utils": "^5.1.1",
"@netlify/plugins-list": "^6.72.0",
"@netlify/run-utils": "^5.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/functions-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.2.41](https://github.com/netlify/build/compare/functions-utils-v5.2.40...functions-utils-v5.2.41) (2023-11-20)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.26.2 ([#5399](https://github.com/netlify/build/issues/5399)) ([e5e567e](https://github.com/netlify/build/commit/e5e567ec4c6c8ebcd17dd371bb6b112f4cc65e50))

## [5.2.40](https://github.com/netlify/build/compare/functions-utils-v5.2.39...functions-utils-v5.2.40) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/functions-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/functions-utils",
"version": "5.2.40",
"version": "5.2.41",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down

0 comments on commit e9b30f5

Please sign in to comment.