Skip to content

Commit

Permalink
chore: release main (#5957)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci authored Dec 19, 2024
1 parent 3b598ee commit 3757b1d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 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.17.0",
"packages/build": "29.58.0",
"packages/build": "29.58.1",
"packages/edge-bundler": "12.3.1",
"packages/cache-utils": "5.2.0",
"packages/config": "20.21.0",
"packages/config": "20.21.1",
"packages/framework-info": "9.9.0",
"packages/functions-utils": "5.3.1",
"packages/git-utils": "5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## [29.58.1](https://github.com/netlify/build/compare/build-v29.58.0...build-v29.58.1) (2024-12-19)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.21.0 to ^20.21.1

## [29.58.0](https://github.com/netlify/build/compare/build-v29.57.0...build-v29.58.0) (2024-12-14)


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.58.0",
"version": "29.58.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.2.0",
"@netlify/config": "^20.21.0",
"@netlify/config": "^20.21.1",
"@netlify/edge-bundler": "12.3.1",
"@netlify/framework-info": "^9.9.0",
"@netlify/functions-utils": "^5.3.1",
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.21.1](https://github.com/netlify/build/compare/config-v20.21.0...config-v20.21.1) (2024-12-19)


### Bug Fixes

* Revert 5915 yj/fail builds if extension fail to load ([#5955](https://github.com/netlify/build/issues/5955)) ([d3965d5](https://github.com/netlify/build/commit/d3965d50a47faa397196a594f91e48345dde46ad))

## [20.21.0](https://github.com/netlify/build/compare/config-v20.20.0...config-v20.21.0) (2024-12-14)


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

0 comments on commit 3757b1d

Please sign in to comment.