Skip to content

Commit

Permalink
chore: release main (#5903)
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 Nov 15, 2024
1 parent 227bb9d commit 319d6b3
Show file tree
Hide file tree
Showing 6 changed files with 30 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,9 +1,9 @@
{
"packages/build-info": "7.15.2",
"packages/build": "29.56.0",
"packages/build": "29.56.1",
"packages/edge-bundler": "12.2.3",
"packages/cache-utils": "5.1.6",
"packages/config": "20.19.0",
"packages/config": "20.19.1",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.93",
"packages/git-utils": "5.1.1",
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.

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

## [29.56.1](https://github.com/netlify/build/compare/build-v29.56.0...build-v29.56.1) (2024-11-15)


### Bug Fixes

* **deps:** update dependency hot-shots to v10.2.1 ([#5906](https://github.com/netlify/build/issues/5906)) ([ced3f33](https://github.com/netlify/build/commit/ced3f33658b54855ac5f7cbb5ec12ee234ef1370))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.19.0 to ^20.19.1

## [29.56.0](https://github.com/netlify/build/compare/build-v29.55.5...build-v29.56.0) (2024-10-29)


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.56.0",
"version": "29.56.1",
"description": "Netlify build module",
"type": "module",
"exports": "./lib/index.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^7.4.0",
"@netlify/cache-utils": "^5.1.6",
"@netlify/config": "^20.19.0",
"@netlify/config": "^20.19.1",
"@netlify/edge-bundler": "12.2.3",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.93",
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.19.1](https://github.com/netlify/build/compare/config-v20.19.0...config-v20.19.1) (2024-11-15)


### Bug Fixes

* environment variable build context filtering fix ([#5887](https://github.com/netlify/build/issues/5887)) ([c0ab547](https://github.com/netlify/build/commit/c0ab5479bd533315d39983e50a9c8a1bee5966ff))

## [20.19.0](https://github.com/netlify/build/compare/config-v20.18.0...config-v20.19.0) (2024-08-21)


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.19.0",
"version": "20.19.1",
"description": "Netlify config module",
"type": "module",
"exports": "./lib/index.js",
Expand Down

0 comments on commit 319d6b3

Please sign in to comment.