Skip to content

Commit

Permalink
chore: release main (#5609)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci committed Apr 25, 2024
1 parent bf12c4f commit 3f5094d
Show file tree
Hide file tree
Showing 6 changed files with 24 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,11 +1,11 @@
{
"packages/build-info": "7.13.2",
"packages/build": "29.41.1",
"packages/build": "29.41.2",
"packages/edge-bundler": "12.0.0",
"packages/cache-utils": "5.1.5",
"packages/config": "20.12.3",
"packages/framework-info": "9.8.11",
"packages/functions-utils": "5.2.54",
"packages/functions-utils": "5.2.55",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.15",
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.

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.41.2](https://github.com/netlify/build/compare/build-v29.41.1...build-v29.41.2) (2024-04-25)


### Dependencies

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

## [29.41.1](https://github.com/netlify/build/compare/build-v29.41.0...build-v29.41.1) (2024-04-23)


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.41.1",
"version": "29.41.2",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
"@netlify/config": "^20.12.3",
"@netlify/edge-bundler": "12.0.0",
"@netlify/framework-info": "^9.8.11",
"@netlify/functions-utils": "^5.2.54",
"@netlify/functions-utils": "^5.2.55",
"@netlify/git-utils": "^5.1.1",
"@netlify/opentelemetry-utils": "^1.2.0",
"@netlify/plugins-list": "^6.77.0",
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.55](https://github.com/netlify/build/compare/functions-utils-v5.2.54...functions-utils-v5.2.55) (2024-04-25)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.32.1 ([#5596](https://github.com/netlify/build/issues/5596)) ([67094d6](https://github.com/netlify/build/commit/67094d60c07c75f335b52a6b076e69e864299097))

## [5.2.54](https://github.com/netlify/build/compare/functions-utils-v5.2.53...functions-utils-v5.2.54) (2024-04-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.54",
"version": "5.2.55",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down

0 comments on commit 3f5094d

Please sign in to comment.