Skip to content

Commit

Permalink
chore: release main (#5289)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: update lockfile

---------

Co-authored-by: netlify-jenkins <[email protected]>
  • Loading branch information
netlify-circleci and netlify-jenkins authored Sep 13, 2023
1 parent 08dbe97 commit 5521b95
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/build-info": "7.8.0",
"packages/build": "29.20.15",
"packages/build": "29.21.0",
"packages/cache-utils": "5.1.5",
"packages/config": "20.8.1",
"packages/config": "20.9.0",
"packages/framework-info": "9.8.10",
"packages/functions-utils": "5.2.28",
"packages/functions-utils": "5.2.29",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.2",
"packages/js-client": "13.1.10",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

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

## [29.21.0](https://github.com/netlify/build/compare/build-v29.20.15...build-v29.21.0) (2023-09-13)


### Features

* parse integrations from the config, including local dev support ([#5251](https://github.com/netlify/build/issues/5251)) ([08dbe97](https://github.com/netlify/build/commit/08dbe97b2da5fd5772dff851be59bd56b3f61561))


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.18.1 ([#5288](https://github.com/netlify/build/issues/5288)) ([b1f9fb0](https://github.com/netlify/build/commit/b1f9fb0f793c55fa2c1104e177bf4b8fd74e8953))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.8.1 to ^20.9.0
* @netlify/functions-utils bumped from ^5.2.28 to ^5.2.29

## [29.20.15](https://github.com/netlify/build/compare/build-v29.20.14...build-v29.20.15) (2023-09-07)


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.20.15",
"version": "29.21.0",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -67,10 +67,10 @@
"@bugsnag/js": "^7.0.0",
"@honeycombio/opentelemetry-node": "^0.5.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.8.1",
"@netlify/config": "^20.9.0",
"@netlify/edge-bundler": "8.20.0",
"@netlify/framework-info": "^9.8.10",
"@netlify/functions-utils": "^5.2.28",
"@netlify/functions-utils": "^5.2.29",
"@netlify/git-utils": "^5.1.1",
"@netlify/plugins-list": "^6.71.0",
"@netlify/run-utils": "^5.1.1",
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.9.0](https://github.com/netlify/build/compare/config-v20.8.1...config-v20.9.0) (2023-09-13)


### Features

* parse integrations from the config, including local dev support ([#5251](https://github.com/netlify/build/issues/5251)) ([08dbe97](https://github.com/netlify/build/commit/08dbe97b2da5fd5772dff851be59bd56b3f61561))

## [20.8.1](https://github.com/netlify/build/compare/config-v20.8.0...config-v20.8.1) (2023-09-01)


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.8.1",
"version": "20.9.0",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/functions-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.2.29](https://github.com/netlify/build/compare/functions-utils-v5.2.28...functions-utils-v5.2.29) (2023-09-13)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.18.1 ([#5288](https://github.com/netlify/build/issues/5288)) ([b1f9fb0](https://github.com/netlify/build/commit/b1f9fb0f793c55fa2c1104e177bf4b8fd74e8953))

## [5.2.28](https://github.com/netlify/build/compare/functions-utils-v5.2.27...functions-utils-v5.2.28) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion 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.28",
"version": "5.2.29",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down

0 comments on commit 5521b95

Please sign in to comment.