Skip to content

Commit

Permalink
chore: release main (#5377)
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 Nov 9, 2023
1 parent 36e3808 commit fd75258
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.1",
"packages/build": "29.26.2",
"packages/build": "29.26.3",
"packages/cache-utils": "5.1.5",
"packages/config": "20.9.0",
"packages/framework-info": "9.8.10",
"packages/functions-utils": "5.2.39",
"packages/functions-utils": "5.2.40",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.2",
"packages/js-client": "13.1.10",
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.26.3](https://github.com/netlify/build/compare/build-v29.26.2...build-v29.26.3) (2023-11-09)


### Bug Fixes

* **deps:** update dependency @netlify/edge-bundler to v10 ([#5368](https://github.com/netlify/build/issues/5368)) ([4c3a944](https://github.com/netlify/build/commit/4c3a944b2b8b091130435b8edd787a187e05dafd))
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.26.1 ([#5376](https://github.com/netlify/build/issues/5376)) ([36e3808](https://github.com/netlify/build/commit/36e380864177a0b8e9d216308eed53c51efb8caa))


### Dependencies

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

## [29.26.2](https://github.com/netlify/build/compare/build-v29.26.1...build-v29.26.2) (2023-11-08)


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.2",
"version": "29.26.3",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@netlify/config": "^20.9.0",
"@netlify/edge-bundler": "10.1.0",
"@netlify/framework-info": "^9.8.10",
"@netlify/functions-utils": "^5.2.39",
"@netlify/functions-utils": "^5.2.40",
"@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.40](https://github.com/netlify/build/compare/functions-utils-v5.2.39...functions-utils-v5.2.40) (2023-11-09)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.26.1 ([#5376](https://github.com/netlify/build/issues/5376)) ([36e3808](https://github.com/netlify/build/commit/36e380864177a0b8e9d216308eed53c51efb8caa))

## [5.2.39](https://github.com/netlify/build/compare/functions-utils-v5.2.38...functions-utils-v5.2.39) (2023-11-07)


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

0 comments on commit fd75258

Please sign in to comment.