Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci committed Jul 11, 2024
1 parent 418d926 commit dbfe18f
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 20 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.1",
"packages/build": "29.51.0",
"packages/edge-bundler": "12.2.1",
"packages/build": "29.51.1",
"packages/edge-bundler": "12.2.2",
"packages/cache-utils": "5.1.5",
"packages/config": "20.17.0",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.73",
"packages/functions-utils": "5.2.74",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.20",
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.37.5"
"packages/zip-it-and-ship-it": "9.37.6"
}
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.

11 changes: 11 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@
* dependencies
* @netlify/config bumped from ^20.8.0 to ^20.8.1

## [29.51.1](https://github.com/netlify/build/compare/build-v29.51.0...build-v29.51.1) (2024-07-11)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/edge-bundler bumped from 12.2.1 to 12.2.2
* @netlify/functions-utils bumped from ^5.2.73 to ^5.2.74
* @netlify/zip-it-and-ship-it bumped from 9.37.5 to 9.37.6

## [29.51.0](https://github.com/netlify/build/compare/build-v29.50.6...build-v29.51.0) (2024-07-11)


Expand Down
8 changes: 4 additions & 4 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.51.0",
"version": "29.51.1",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -71,14 +71,14 @@
"@netlify/blobs": "^7.4.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.17.0",
"@netlify/edge-bundler": "12.2.1",
"@netlify/edge-bundler": "12.2.2",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.73",
"@netlify/functions-utils": "^5.2.74",
"@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.37.5",
"@netlify/zip-it-and-ship-it": "9.37.6",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/edge-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [12.2.2](https://github.com/netlify/build/compare/edge-bundler-v12.2.1...edge-bundler-v12.2.2) (2024-07-11)


### Bug Fixes

* disable config discovery when executing "Deno code" in node_modules directory ([#5767](https://github.com/netlify/build/issues/5767)) ([418d926](https://github.com/netlify/build/commit/418d92673f908e63383389bf80bd20a9079c93d1))

## [12.2.1](https://github.com/netlify/build/compare/edge-bundler-v12.2.0...edge-bundler-v12.2.1) (2024-07-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/edge-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/edge-bundler",
"version": "12.2.1",
"version": "12.2.2",
"description": "Intelligently prepare Netlify Edge Functions for deployment",
"type": "module",
"main": "./dist/node/index.js",
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.74](https://github.com/netlify/build/compare/functions-utils-v5.2.73...functions-utils-v5.2.74) (2024-07-11)


### Dependencies

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

## [5.2.73](https://github.com/netlify/build/compare/functions-utils-v5.2.72...functions-utils-v5.2.73) (2024-07-04)


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.73",
"version": "5.2.74",
"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.37.5",
"@netlify/zip-it-and-ship-it": "9.37.6",
"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.37.6](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.37.5...zip-it-and-ship-it-v9.37.6) (2024-07-11)


### Bug Fixes

* **deps:** update babel monorepo ([#5702](https://github.com/netlify/build/issues/5702)) ([d9396b2](https://github.com/netlify/build/commit/d9396b22052e2ad0849382ab7f993ed9dfaa4e66))

## [9.37.5](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.37.4...zip-it-and-ship-it-v9.37.5) (2024-07-04)


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

0 comments on commit dbfe18f

Please sign in to comment.