Skip to content

Commit

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

* chore: update lockfile

Co-authored-by: netlify-jenkins <33464286+netlify-jenkins@users.noreply.github.com>
  • Loading branch information
netlify-circleci and netlify-jenkins committed Jan 11, 2023
1 parent 3c0414e commit c534df8
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/build-info": "6.1.2",
"packages/build": "29.4.2",
"packages/build": "29.4.3",
"packages/cache-utils": "5.1.0",
"packages/config": "20.3.0",
"packages/framework-info": "9.6.0",
"packages/functions-utils": "5.1.1",
"packages/functions-utils": "5.1.2",
"packages/git-utils": "5.1.0",
"packages/headers-parser": "7.1.0",
"packages/js-client": "13.1.0",
Expand Down
8 changes: 4 additions & 4 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 @@ -57,6 +57,22 @@
* dependencies
* @netlify/config bumped from ^20.0.1 to ^20.0.2

## [29.4.3](https://github.com/netlify/build/compare/build-v29.4.2...build-v29.4.3) (2023-01-11)


### Bug Fixes

* **deps:** update dependency @netlify/edge-bundler to v8.1.2 ([#4810](https://github.com/netlify/build/issues/4810)) ([3c0414e](https://github.com/netlify/build/commit/3c0414eb597ebf954090befafc6e25acd585d01b))
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^8.3.0 ([#4808](https://github.com/netlify/build/issues/4808)) ([b89f409](https://github.com/netlify/build/commit/b89f40945ab9e7016e9a7a3d40a3c0c86941c98c))
* replace statsd-client with hot-shots ([#4806](https://github.com/netlify/build/issues/4806)) ([18cfdbb](https://github.com/netlify/build/commit/18cfdbb305504f067fca5c4900847a171bcae903))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/functions-utils bumped from ^5.1.1 to ^5.1.2

## [29.4.2](https://github.com/netlify/build/compare/build-v29.4.1...build-v29.4.2) (2023-01-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build",
"version": "29.4.2",
"version": "29.4.3",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/core/main.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@netlify/cache-utils": "^5.1.0",
"@netlify/config": "^20.3.0",
"@netlify/edge-bundler": "8.1.2",
"@netlify/functions-utils": "^5.1.1",
"@netlify/functions-utils": "^5.1.2",
"@netlify/git-utils": "^5.1.0",
"@netlify/plugins-list": "^6.61.0",
"@netlify/run-utils": "^5.1.0",
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.1.2](https://github.com/netlify/build/compare/functions-utils-v5.1.1...functions-utils-v5.1.2) (2023-01-11)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to ^8.3.0 ([#4808](https://github.com/netlify/build/issues/4808)) ([b89f409](https://github.com/netlify/build/commit/b89f40945ab9e7016e9a7a3d40a3c0c86941c98c))

## [5.1.1](https://github.com/netlify/build/compare/functions-utils-v5.1.0...functions-utils-v5.1.1) (2022-12-16)


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.1.1",
"version": "5.1.2",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down

0 comments on commit c534df8

Please sign in to comment.