Skip to content

Commit

Permalink
chore: release main (#6101)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
netlify-circleci and kodiakhq[bot] authored Feb 24, 2025
1 parent 920989e commit 5ef5481
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 18 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": "8.0.0",
"packages/build": "29.59.0",
"packages/build-info": "8.1.0",
"packages/build": "29.59.1",
"packages/edge-bundler": "12.3.2",
"packages/cache-utils": "5.2.0",
"packages/config": "20.22.0",
"packages/framework-info": "9.9.1",
"packages/functions-utils": "5.3.6",
"packages/functions-utils": "5.3.7",
"packages/git-utils": "5.2.0",
"packages/headers-parser": "7.3.0",
"packages/js-client": "13.3.3",
Expand All @@ -14,5 +14,5 @@
"packages/run-utils": "5.2.0",
"packages/opentelemetry-sdk-setup": "1.2.0",
"packages/opentelemetry-utils": "1.3.0",
"packages/zip-it-and-ship-it": "9.42.6"
"packages/zip-it-and-ship-it": "9.43.0"
}
14 changes: 7 additions & 7 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

## [8.1.0](https://github.com/netlify/build/compare/build-info-v8.0.0...build-info-v8.1.0) (2025-02-24)


### Features

* change default node version to v22 ([#5958](https://github.com/netlify/build/issues/5958)) ([59cda04](https://github.com/netlify/build/commit/59cda04d87af434bafa71c0509f958365b4fab34))

## [8.0.0](https://github.com/netlify/build/compare/build-info-v7.17.0...build-info-v8.0.0) (2025-01-08)


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": "8.0.0",
"version": "8.1.0",
"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.59.1](https://github.com/netlify/build/compare/build-v29.59.0...build-v29.59.1) (2025-02-24)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/functions-utils bumped from ^5.3.6 to ^5.3.7
* @netlify/zip-it-and-ship-it bumped from 9.42.6 to 9.43.0

## [29.59.0](https://github.com/netlify/build/compare/build-v29.58.10...build-v29.59.0) (2025-02-24)


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.59.0",
"version": "29.59.1",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -72,12 +72,12 @@
"@netlify/config": "^20.22.0",
"@netlify/edge-bundler": "12.3.2",
"@netlify/framework-info": "^9.9.1",
"@netlify/functions-utils": "^5.3.6",
"@netlify/functions-utils": "^5.3.7",
"@netlify/git-utils": "^5.2.0",
"@netlify/opentelemetry-utils": "^1.3.0",
"@netlify/plugins-list": "^6.80.0",
"@netlify/run-utils": "^5.2.0",
"@netlify/zip-it-and-ship-it": "9.42.6",
"@netlify/zip-it-and-ship-it": "9.43.0",
"@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.3.7](https://github.com/netlify/build/compare/functions-utils-v5.3.6...functions-utils-v5.3.7) (2025-02-24)


### Dependencies

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

## [5.3.6](https://github.com/netlify/build/compare/functions-utils-v5.3.5...functions-utils-v5.3.6) (2025-02-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.3.6",
"version": "5.3.7",
"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.42.6",
"@netlify/zip-it-and-ship-it": "9.43.0",
"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.43.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.42.6...zip-it-and-ship-it-v9.43.0) (2025-02-24)


### Features

* change default node version to v22 ([#5958](https://github.com/netlify/build/issues/5958)) ([59cda04](https://github.com/netlify/build/commit/59cda04d87af434bafa71c0509f958365b4fab34))

## [9.42.6](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.42.5...zip-it-and-ship-it-v9.42.6) (2025-02-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.42.6",
"version": "9.43.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

0 comments on commit 5ef5481

Please sign in to comment.