Skip to content

Commit

Permalink
chore: release main (#5765)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-circleci authored Jul 11, 2024
1 parent 011ce3a commit 0f0dfef
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"packages/build-info": "7.14.0",
"packages/build": "29.50.6",
"packages/build-info": "7.14.1",
"packages/build": "29.51.0",
"packages/edge-bundler": "12.2.1",
"packages/cache-utils": "5.1.5",
"packages/config": "20.16.0",
"packages/config": "20.17.0",
"packages/framework-info": "9.8.13",
"packages/functions-utils": "5.2.73",
"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.

7 changes: 7 additions & 0 deletions packages/build-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
* dependencies
* @netlify/framework-info bumped from ^9.8.8 to ^9.8.9

## [7.14.1](https://github.com/netlify/build/compare/build-info-v7.14.0...build-info-v7.14.1) (2024-07-11)


### Bug Fixes

* relative path pattern in workspace globs ([#5763](https://github.com/netlify/build/issues/5763)) ([0b6b015](https://github.com/netlify/build/commit/0b6b015503ac38c95345105ac85e80735ba0ccc0))

## [7.14.0](https://github.com/netlify/build/compare/build-info-v7.13.2...build-info-v7.14.0) (2024-07-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/build-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/build-info",
"version": "7.14.0",
"version": "7.14.1",
"description": "Build info utility",
"type": "module",
"exports": {
Expand Down
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.51.0](https://github.com/netlify/build/compare/build-v29.50.6...build-v29.51.0) (2024-07-11)


### Features

* pass default config for resolveUpdatedConfig instead of cached config ([#5761](https://github.com/netlify/build/issues/5761)) ([011ce3a](https://github.com/netlify/build/commit/011ce3ad392f8cc7ff08fd0a0c37bd5fb58e6a5f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @netlify/config bumped from ^20.16.0 to ^20.17.0

## [29.50.6](https://github.com/netlify/build/compare/build-v29.50.5...build-v29.50.6) (2024-07-11)


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.50.6",
"version": "29.51.0",
"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.5",
"@netlify/config": "^20.16.0",
"@netlify/config": "^20.17.0",
"@netlify/edge-bundler": "12.2.1",
"@netlify/framework-info": "^9.8.13",
"@netlify/functions-utils": "^5.2.73",
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.17.0](https://github.com/netlify/build/compare/config-v20.16.0...config-v20.17.0) (2024-07-11)


### Features

* pass default config for resolveUpdatedConfig instead of cached config ([#5761](https://github.com/netlify/build/issues/5761)) ([011ce3a](https://github.com/netlify/build/commit/011ce3ad392f8cc7ff08fd0a0c37bd5fb58e6a5f))

## [20.16.0](https://github.com/netlify/build/compare/config-v20.15.4...config-v20.16.0) (2024-06-27)


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

0 comments on commit 0f0dfef

Please sign in to comment.