Skip to content

Commit

Permalink
chore: release main (#6036)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci authored Jan 20, 2025
1 parent c2843db commit a21bd09
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 15 deletions.
6 changes: 3 additions & 3 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.58.6",
"packages/build": "29.58.7",
"packages/edge-bundler": "12.3.2",
"packages/cache-utils": "5.2.0",
"packages/config": "20.21.6",
"packages/framework-info": "9.9.1",
"packages/functions-utils": "5.3.3",
"packages/functions-utils": "5.3.4",
"packages/git-utils": "5.2.0",
"packages/headers-parser": "7.3.0",
"packages/js-client": "13.3.2",
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.3"
"packages/zip-it-and-ship-it": "9.42.4"
}
12 changes: 6 additions & 6 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.58.7](https://github.com/netlify/build/compare/build-v29.58.6...build-v29.58.7) (2025-01-20)


### Bug Fixes

* add move to options type for cache util exposed to build plugins ([#6019](https://github.com/netlify/build/issues/6019)) ([c2843db](https://github.com/netlify/build/commit/c2843dbdf6e5d13ec1075142807567c3f9b857c5))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/functions-utils bumped from ^5.3.3 to ^5.3.4
* @netlify/zip-it-and-ship-it bumped from 9.42.3 to 9.42.4

## [29.58.6](https://github.com/netlify/build/compare/build-v29.58.5...build-v29.58.6) (2025-01-17)


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.58.6",
"version": "29.58.7",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -72,12 +72,12 @@
"@netlify/config": "^20.21.6",
"@netlify/edge-bundler": "12.3.2",
"@netlify/framework-info": "^9.9.1",
"@netlify/functions-utils": "^5.3.3",
"@netlify/functions-utils": "^5.3.4",
"@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.3",
"@netlify/zip-it-and-ship-it": "9.42.4",
"@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.4](https://github.com/netlify/build/compare/functions-utils-v5.3.3...functions-utils-v5.3.4) (2025-01-20)


### Dependencies

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

## [5.3.3](https://github.com/netlify/build/compare/functions-utils-v5.3.2...functions-utils-v5.3.3) (2025-01-15)


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.3",
"version": "5.3.4",
"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.3",
"@netlify/zip-it-and-ship-it": "9.42.4",
"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.42.4](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.42.3...zip-it-and-ship-it-v9.42.4) (2025-01-20)


### Bug Fixes

* **deps:** update babel monorepo to v7.26.5 ([#6030](https://github.com/netlify/build/issues/6030)) ([5bd9f1c](https://github.com/netlify/build/commit/5bd9f1c88a2f4899e611883c4026f593b3b2cf5d))

## [9.42.3](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.42.2...zip-it-and-ship-it-v9.42.3) (2025-01-15)


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.3",
"version": "9.42.4",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

0 comments on commit a21bd09

Please sign in to comment.