Skip to content

Commit

Permalink
chore: release main (#5685)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci authored May 29, 2024
1 parent b8899e0 commit 14419e3
Show file tree
Hide file tree
Showing 10 changed files with 59 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.13.2",
"packages/build": "29.45.0",
"packages/build": "29.46.0",
"packages/edge-bundler": "12.0.1",
"packages/cache-utils": "5.1.5",
"packages/config": "20.12.6",
"packages/config": "20.13.0",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.59",
"packages/functions-utils": "5.2.60",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.16",
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.33.2"
"packages/zip-it-and-ship-it": "9.34.0"
}
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.

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

## [29.46.0](https://github.com/netlify/build/compare/build-v29.45.0...build-v29.46.0) (2024-05-29)


### Features

* log plugin initialisation error on single line ([#5684](https://github.com/netlify/build/issues/5684)) ([3aecbfc](https://github.com/netlify/build/commit/3aecbfccd2a3eef5cf4889432550423fd594e876))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.12.6 to ^20.13.0
* @netlify/functions-utils bumped from ^5.2.59 to ^5.2.60
* @netlify/zip-it-and-ship-it bumped from 9.33.2 to 9.34.0

## [29.45.0](https://github.com/netlify/build/compare/build-v29.44.0...build-v29.45.0) (2024-05-29)


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.45.0",
"version": "29.46.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,15 +70,15 @@
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^7.3.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.12.6",
"@netlify/config": "^20.13.0",
"@netlify/edge-bundler": "12.0.1",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.59",
"@netlify/functions-utils": "^5.2.60",
"@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.33.2",
"@netlify/zip-it-and-ship-it": "9.34.0",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.13.0](https://github.com/netlify/build/compare/config-v20.12.6...config-v20.13.0) (2024-05-29)


### Features

* retrieve integration meta data from new endpoint ([#5647](https://github.com/netlify/build/issues/5647)) ([b8899e0](https://github.com/netlify/build/commit/b8899e06a31f5615ef41d8a4ab251bcc96717837))

## [20.12.6](https://github.com/netlify/build/compare/config-v20.12.5...config-v20.12.6) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "20.12.6",
"version": "20.13.0",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/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.60](https://github.com/netlify/build/compare/functions-utils-v5.2.59...functions-utils-v5.2.60) (2024-05-29)


### Dependencies

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

## [5.2.59](https://github.com/netlify/build/compare/functions-utils-v5.2.58...functions-utils-v5.2.59) (2024-05-27)


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.59",
"version": "5.2.60",
"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.33.2",
"@netlify/zip-it-and-ship-it": "9.34.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.34.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.33.2...zip-it-and-ship-it-v9.34.0) (2024-05-29)


### Features

* add `timeout` config prop for functions ([#5683](https://github.com/netlify/build/issues/5683)) ([7bfd4ea](https://github.com/netlify/build/commit/7bfd4eab9dd96822e2f416abdc57d82a7b7b36b7))

## [9.33.2](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.33.1...zip-it-and-ship-it-v9.33.2) (2024-05-27)


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

0 comments on commit 14419e3

Please sign in to comment.