Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci committed Aug 19, 2024
1 parent c126de9 commit 1e87ab5
Show file tree
Hide file tree
Showing 12 changed files with 69 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.14.1",
"packages/build": "29.53.0",
"packages/build": "29.53.1",
"packages/edge-bundler": "12.2.3",
"packages/cache-utils": "5.1.6",
"packages/config": "20.18.0",
"packages/config": "20.18.1",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.77",
"packages/functions-utils": "5.2.78",
"packages/git-utils": "5.1.1",
"packages/headers-parser": "7.1.4",
"packages/js-client": "13.1.20",
"packages/js-client": "13.1.21",
"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.37.9"
"packages/zip-it-and-ship-it": "9.37.10"
}
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.53.1](https://github.com/netlify/build/compare/build-v29.53.0...build-v29.53.1) (2024-08-19)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.18.0 to ^20.18.1
* @netlify/functions-utils bumped from ^5.2.77 to ^5.2.78
* @netlify/zip-it-and-ship-it bumped from 9.37.9 to 9.37.10

## [29.53.0](https://github.com/netlify/build/compare/build-v29.52.0...build-v29.53.0) (2024-08-08)


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.53.0",
"version": "29.53.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.4.0",
"@netlify/cache-utils": "^5.1.6",
"@netlify/config": "^20.18.0",
"@netlify/config": "^20.18.1",
"@netlify/edge-bundler": "12.2.3",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.77",
"@netlify/functions-utils": "^5.2.78",
"@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.37.9",
"@netlify/zip-it-and-ship-it": "9.37.10",
"@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.18.1](https://github.com/netlify/build/compare/config-v20.18.0...config-v20.18.1) (2024-08-19)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* netlify bumped from ^13.1.20 to ^13.1.21

## [20.18.0](https://github.com/netlify/build/compare/config-v20.17.1...config-v20.18.0) (2024-08-05)


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.18.0",
"version": "20.18.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.20",
"netlify": "^13.1.21",
"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.78](https://github.com/netlify/build/compare/functions-utils-v5.2.77...functions-utils-v5.2.78) (2024-08-19)


### Dependencies

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

## [5.2.77](https://github.com/netlify/build/compare/functions-utils-v5.2.76...functions-utils-v5.2.77) (2024-08-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.77",
"version": "5.2.78",
"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.37.9",
"@netlify/zip-it-and-ship-it": "9.37.10",
"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.21](https://github.com/netlify/build/compare/netlify-v13.1.20...netlify-v13.1.21) (2024-08-19)


### Bug Fixes

* **deps:** update dependency @netlify/open-api to ^2.34.0 ([#5799](https://github.com/netlify/build/issues/5799)) ([0edf11f](https://github.com/netlify/build/commit/0edf11f627137ab4725e8b31b0207a56db8f61b4))

## [13.1.20](https://github.com/netlify/build/compare/netlify-v13.1.19...netlify-v13.1.20) (2024-06-24)


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.20",
"version": "13.1.21",
"type": "module",
"exports": "./lib/index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 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,14 @@ 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.37.10](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.37.9...zip-it-and-ship-it-v9.37.10) (2024-08-19)


### Bug Fixes

* **deps:** update dependency jimp to ^0.22.0 ([#5803](https://github.com/netlify/build/issues/5803)) ([2c1669b](https://github.com/netlify/build/commit/2c1669bda59258172026ce078504aaf70aa76d64))
* **deps:** update dependency jquery to v3.7.1 ([#5804](https://github.com/netlify/build/issues/5804)) ([62680bf](https://github.com/netlify/build/commit/62680bf2a625f0bcbc09d0c965c22cd523a761ea))

## [9.37.9](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.37.8...zip-it-and-ship-it-v9.37.9) (2024-08-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.37.9",
"version": "9.37.10",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

0 comments on commit 1e87ab5

Please sign in to comment.