Skip to content

Commit

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

* chore: update lockfile

---------

Co-authored-by: netlify-jenkins <[email protected]>
  • Loading branch information
netlify-circleci and netlify-jenkins authored Dec 13, 2023
1 parent fbcd526 commit efc258f
Show file tree
Hide file tree
Showing 6 changed files with 30 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.3",
"packages/build": "29.31.0",
"packages/build": "29.31.1",
"packages/cache-utils": "5.1.5",
"packages/config": "20.10.0",
"packages/framework-info": "9.8.10",
"packages/functions-utils": "5.2.45",
"packages/functions-utils": "5.2.46",
"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.

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

## [29.31.1](https://github.com/netlify/build/compare/build-v29.31.0...build-v29.31.1) (2023-12-13)


### Bug Fixes

* **deps:** update dependency @netlify/plugins-list to ^6.73.0 ([#5442](https://github.com/netlify/build/issues/5442)) ([573f8d6](https://github.com/netlify/build/commit/573f8d6bf3ad3c7af7e3e59a9f951ee54553f106))
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.28.2 ([#5447](https://github.com/netlify/build/issues/5447)) ([fbcd526](https://github.com/netlify/build/commit/fbcd52629d92e1b41705c46380f7b5b2d7d08e95))


### Dependencies

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

## [29.31.0](https://github.com/netlify/build/compare/build-v29.30.0...build-v29.31.0) (2023-12-06)


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.31.0",
"version": "29.31.1",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@netlify/config": "^20.10.0",
"@netlify/edge-bundler": "10.1.3",
"@netlify/framework-info": "^9.8.10",
"@netlify/functions-utils": "^5.2.45",
"@netlify/functions-utils": "^5.2.46",
"@netlify/git-utils": "^5.1.1",
"@netlify/plugins-list": "^6.73.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.46](https://github.com/netlify/build/compare/functions-utils-v5.2.45...functions-utils-v5.2.46) (2023-12-13)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.28.2 ([#5447](https://github.com/netlify/build/issues/5447)) ([fbcd526](https://github.com/netlify/build/commit/fbcd52629d92e1b41705c46380f7b5b2d7d08e95))

## [5.2.45](https://github.com/netlify/build/compare/functions-utils-v5.2.44...functions-utils-v5.2.45) (2023-12-01)


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.45",
"version": "5.2.46",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down

0 comments on commit efc258f

Please sign in to comment.