Skip to content

Commit

Permalink
chore: release main (#5622)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci committed May 8, 2024
1 parent 2c45268 commit 37c5588
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages/build-info": "7.13.2",
"packages/build": "29.41.2",
"packages/build": "29.41.3",
"packages/edge-bundler": "12.0.0",
"packages/cache-utils": "5.1.5",
"packages/config": "20.12.3",
"packages/config": "20.12.4",
"packages/framework-info": "9.8.11",
"packages/functions-utils": "5.2.55",
"packages/functions-utils": "5.2.56",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.15",
"packages/js-client": "13.1.16",
"packages/nock-udp": "3.1.2",
"packages/redirect-parser": "14.2.2",
"packages/run-utils": "5.1.1",
Expand Down
14 changes: 7 additions & 7 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.41.3](https://github.com/netlify/build/compare/build-v29.41.2...build-v29.41.3) (2024-05-08)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.32.2 ([#5620](https://github.com/netlify/build/issues/5620)) ([2c45268](https://github.com/netlify/build/commit/2c452688fcb6e90779c65e2275d491124bf4b8a1))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.12.3 to ^20.12.4
* @netlify/functions-utils bumped from ^5.2.55 to ^5.2.56

## [29.41.2](https://github.com/netlify/build/compare/build-v29.41.1...build-v29.41.2) (2024-04-25)


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.41.2",
"version": "29.41.3",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,10 +70,10 @@
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^7.3.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.12.3",
"@netlify/config": "^20.12.4",
"@netlify/edge-bundler": "12.0.0",
"@netlify/framework-info": "^9.8.11",
"@netlify/functions-utils": "^5.2.55",
"@netlify/functions-utils": "^5.2.56",
"@netlify/git-utils": "^5.1.1",
"@netlify/opentelemetry-utils": "^1.2.0",
"@netlify/plugins-list": "^6.77.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
* dependencies
* netlify bumped from ^13.1.8 to ^13.1.9

## [20.12.4](https://github.com/netlify/build/compare/config-v20.12.3...config-v20.12.4) (2024-05-08)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* netlify bumped from ^13.1.15 to ^13.1.16

## [20.12.3](https://github.com/netlify/build/compare/config-v20.12.2...config-v20.12.3) (2024-04-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/config",
"version": "20.12.3",
"version": "20.12.4",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -71,7 +71,7 @@
"is-plain-obj": "^4.0.0",
"js-yaml": "^4.0.0",
"map-obj": "^5.0.0",
"netlify": "^13.1.15",
"netlify": "^13.1.16",
"netlify-headers-parser": "^7.1.4",
"netlify-redirect-parser": "^14.2.2",
"node-fetch": "^3.3.1",
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.56](https://github.com/netlify/build/compare/functions-utils-v5.2.55...functions-utils-v5.2.56) (2024-05-08)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.32.2 ([#5620](https://github.com/netlify/build/issues/5620)) ([2c45268](https://github.com/netlify/build/commit/2c452688fcb6e90779c65e2275d491124bf4b8a1))

## [5.2.55](https://github.com/netlify/build/compare/functions-utils-v5.2.54...functions-utils-v5.2.55) (2024-04-25)


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.55",
"version": "5.2.56",
"description": "Utility for adding Functions files in Netlify Build",
"type": "module",
"exports": "./lib/main.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/js-client/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).

## [13.1.16](https://github.com/netlify/build/compare/netlify-v13.1.15...netlify-v13.1.16) (2024-05-08)


### Bug Fixes

* update open-api snapshot ([#5621](https://github.com/netlify/build/issues/5621)) ([cede013](https://github.com/netlify/build/commit/cede01311e1fe1a82d9d396812ab951037d441c4))

## [13.1.15](https://github.com/netlify/build/compare/netlify-v13.1.14...netlify-v13.1.15) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify",
"description": "Netlify Node.js API client",
"version": "13.1.15",
"version": "13.1.16",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
Expand Down

0 comments on commit 37c5588

Please sign in to comment.