Skip to content

Commit

Permalink
chore: release main (#5844)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Zarea <ivan.zarea@netlify.com>
  • Loading branch information
netlify-circleci and minivan authored Sep 23, 2024
1 parent 33ed2ae commit c0bc0b2
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"packages/build-info": "7.14.3",
"packages/build": "29.54.4",
"packages/build-info": "7.14.4",
"packages/build": "29.54.5",
"packages/edge-bundler": "12.2.3",
"packages/cache-utils": "5.1.6",
"packages/config": "20.19.0",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.83",
"packages/functions-utils": "5.2.84",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.21",
Expand All @@ -14,5 +14,5 @@
"packages/run-utils": "5.1.1",
"packages/opentelemetry-sdk-setup": "1.1.3",
"packages/opentelemetry-utils": "1.2.1",
"packages/zip-it-and-ship-it": "9.39.2"
"packages/zip-it-and-ship-it": "9.39.3"
}
16 changes: 8 additions & 8 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/build-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
* dependencies
* @netlify/framework-info bumped from ^9.8.8 to ^9.8.9

## [7.14.4](https://github.com/netlify/build/compare/build-info-v7.14.3...build-info-v7.14.4) (2024-09-23)


### Bug Fixes

* set default nodejs version for redwoodjs ([#5842](https://github.com/netlify/build/issues/5842)) ([a3dfb7e](https://github.com/netlify/build/commit/a3dfb7e9664a9968e7575e43ab653a089a4ede0b))

## [7.14.3](https://github.com/netlify/build/compare/build-info-v7.14.2...build-info-v7.14.3) (2024-09-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/build-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build-info",
"version": "7.14.3",
"version": "7.14.4",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.54.5](https://github.com/netlify/build/compare/build-v29.54.4...build-v29.54.5) (2024-09-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/functions-utils bumped from ^5.2.83 to ^5.2.84
* @netlify/zip-it-and-ship-it bumped from 9.39.2 to 9.39.3

## [29.54.4](https://github.com/netlify/build/compare/build-v29.54.3...build-v29.54.4) (2024-09-20)


Expand Down
6 changes: 3 additions & 3 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.54.4",
"version": "29.54.5",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -73,12 +73,12 @@
"@netlify/config": "^20.19.0",
"@netlify/edge-bundler": "12.2.3",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.83",
"@netlify/functions-utils": "^5.2.84",
"@netlify/git-utils": "^5.1.1",
"@netlify/opentelemetry-utils": "^1.2.1",
"@netlify/plugins-list": "^6.80.0",
"@netlify/run-utils": "^5.1.1",
"@netlify/zip-it-and-ship-it": "9.39.2",
"@netlify/zip-it-and-ship-it": "9.39.3",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/functions-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [5.2.84](https://github.com/netlify/build/compare/functions-utils-v5.2.83...functions-utils-v5.2.84) (2024-09-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/zip-it-and-ship-it bumped from 9.39.2 to 9.39.3

## [5.2.83](https://github.com/netlify/build/compare/functions-utils-v5.2.82...functions-utils-v5.2.83) (2024-09-20)


Expand Down
4 changes: 2 additions & 2 deletions 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.83",
"version": "5.2.84",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"license": "MIT",
"dependencies": {
"@netlify/zip-it-and-ship-it": "9.39.2",
"@netlify/zip-it-and-ship-it": "9.39.3",
"cpy": "^9.0.0",
"path-exists": "^5.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/zip-it-and-ship-it/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).

## [9.39.3](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.39.2...zip-it-and-ship-it-v9.39.3) (2024-09-23)


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to ^1.24.0 ([#5843](https://github.com/netlify/build/issues/5843)) ([7c88c52](https://github.com/netlify/build/commit/7c88c52732cf2916247ba5bbe8875eabcb709bfd))

## [9.39.2](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.39.1...zip-it-and-ship-it-v9.39.2) (2024-09-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/zip-it-and-ship-it/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/zip-it-and-ship-it",
"version": "9.39.2",
"version": "9.39.3",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

0 comments on commit c0bc0b2

Please sign in to comment.