Skip to content

Commit

Permalink
chore: release main (#5705)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci authored Jun 10, 2024
1 parent 4d4076f commit aa96e91
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 25 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/build-info": "7.13.2",
"packages/build": "29.47.0",
"packages/build": "29.47.1",
"packages/edge-bundler": "12.0.1",
"packages/cache-utils": "5.1.5",
"packages/config": "20.15.0",
"packages/config": "20.15.1",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.62",
"packages/functions-utils": "5.2.63",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.17",
"packages/js-client": "13.1.18",
"packages/nock-udp": "3.1.2",
"packages/redirect-parser": "14.3.0",
"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.34.2"
"packages/zip-it-and-ship-it": "9.34.3"
}
20 changes: 10 additions & 10 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.47.1](https://github.com/netlify/build/compare/build-v29.47.0...build-v29.47.1) (2024-06-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.15.0 to ^20.15.1
* @netlify/functions-utils bumped from ^5.2.62 to ^5.2.63
* @netlify/zip-it-and-ship-it bumped from 9.34.2 to 9.34.3

## [29.47.0](https://github.com/netlify/build/compare/build-v29.46.5...build-v29.47.0) (2024-06-06)


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.47.0",
"version": "29.47.1",
"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.15.0",
"@netlify/config": "^20.15.1",
"@netlify/edge-bundler": "12.0.1",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.62",
"@netlify/functions-utils": "^5.2.63",
"@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.34.2",
"@netlify/zip-it-and-ship-it": "9.34.3",
"@sindresorhus/slugify": "^2.0.0",
"ansi-escapes": "^6.0.0",
"chalk": "^5.0.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.15.1](https://github.com/netlify/build/compare/config-v20.15.0...config-v20.15.1) (2024-06-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* netlify bumped from ^13.1.17 to ^13.1.18

## [20.15.0](https://github.com/netlify/build/compare/config-v20.14.1...config-v20.15.0) (2024-06-06)


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.15.0",
"version": "20.15.1",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"is-plain-obj": "^4.0.0",
"js-yaml": "^4.0.0",
"map-obj": "^5.0.0",
"netlify": "^13.1.17",
"netlify": "^13.1.18",
"netlify-headers-parser": "^7.1.4",
"netlify-redirect-parser": "^14.3.0",
"node-fetch": "^3.3.1",
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.63](https://github.com/netlify/build/compare/functions-utils-v5.2.62...functions-utils-v5.2.63) (2024-06-10)


### Dependencies

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

## [5.2.62](https://github.com/netlify/build/compare/functions-utils-v5.2.61...functions-utils-v5.2.62) (2024-06-05)


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.62",
"version": "5.2.63",
"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.34.2",
"@netlify/zip-it-and-ship-it": "9.34.3",
"cpy": "^9.0.0",
"path-exists": "^5.0.0"
},
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.18](https://github.com/netlify/build/compare/netlify-v13.1.17...netlify-v13.1.18) (2024-06-10)


### Bug Fixes

* **deps:** update dependency @netlify/open-api to ^2.32.0 ([#5706](https://github.com/netlify/build/issues/5706)) ([4d4076f](https://github.com/netlify/build/commit/4d4076f10f47fcf369184578001aac1050fd22b9))

## [13.1.17](https://github.com/netlify/build/compare/netlify-v13.1.16...netlify-v13.1.17) (2024-05-29)


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.17",
"version": "13.1.18",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
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.3](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.34.2...zip-it-and-ship-it-v9.34.3) (2024-06-10)


### Bug Fixes

* **deps:** update dependency @vercel/nft to ^0.27.1 ([#5703](https://github.com/netlify/build/issues/5703)) ([51ae95f](https://github.com/netlify/build/commit/51ae95f0aeb5bc75dedd9dc9c76f47bfb6f1476f))

## [9.34.2](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.34.1...zip-it-and-ship-it-v9.34.2) (2024-06-05)


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

0 comments on commit aa96e91

Please sign in to comment.