Skip to content

Commit b35ecd9

Browse files
chore: release main
1 parent 011ce3a commit b35ecd9

File tree

8 files changed

+39
-11
lines changed

8 files changed

+39
-11
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/build-info": "7.14.0",
3-
"packages/build": "29.50.6",
2+
"packages/build-info": "7.14.1",
3+
"packages/build": "29.51.0",
44
"packages/edge-bundler": "12.2.1",
55
"packages/cache-utils": "5.1.5",
6-
"packages/config": "20.16.0",
6+
"packages/config": "20.17.0",
77
"packages/framework-info": "9.8.13",
88
"packages/functions-utils": "5.2.73",
99
"packages/git-utils": "5.1.1",

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build-info/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
* dependencies
6565
* @netlify/framework-info bumped from ^9.8.8 to ^9.8.9
6666

67+
## [7.14.1](https://github.com/netlify/build/compare/build-info-v7.14.0...build-info-v7.14.1) (2024-07-11)
68+
69+
70+
### Bug Fixes
71+
72+
* relative path pattern in workspace globs ([#5763](https://github.com/netlify/build/issues/5763)) ([0b6b015](https://github.com/netlify/build/commit/0b6b015503ac38c95345105ac85e80735ba0ccc0))
73+
6774
## [7.14.0](https://github.com/netlify/build/compare/build-info-v7.13.2...build-info-v7.14.0) (2024-07-03)
6875

6976

packages/build-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build-info",
3-
"version": "7.14.0",
3+
"version": "7.14.1",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {

packages/build/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,20 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [29.51.0](https://github.com/netlify/build/compare/build-v29.50.6...build-v29.51.0) (2024-07-11)
109+
110+
111+
### Features
112+
113+
* 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))
114+
115+
116+
### Dependencies
117+
118+
* The following workspace dependencies were updated
119+
* dependencies
120+
* @netlify/config bumped from ^20.16.0 to ^20.17.0
121+
108122
## [29.50.6](https://github.com/netlify/build/compare/build-v29.50.5...build-v29.50.6) (2024-07-11)
109123

110124

packages/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.50.6",
3+
"version": "29.51.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -70,7 +70,7 @@
7070
"@bugsnag/js": "^7.0.0",
7171
"@netlify/blobs": "^7.4.0",
7272
"@netlify/cache-utils": "^5.1.5",
73-
"@netlify/config": "^20.16.0",
73+
"@netlify/config": "^20.17.0",
7474
"@netlify/edge-bundler": "12.2.1",
7575
"@netlify/framework-info": "^9.8.13",
7676
"@netlify/functions-utils": "^5.2.73",

packages/config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@
7676
* dependencies
7777
* netlify bumped from ^13.1.8 to ^13.1.9
7878

79+
## [20.17.0](https://github.com/netlify/build/compare/config-v20.16.0...config-v20.17.0) (2024-07-11)
80+
81+
82+
### Features
83+
84+
* 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))
85+
7986
## [20.16.0](https://github.com/netlify/build/compare/config-v20.15.4...config-v20.16.0) (2024-06-27)
8087

8188

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "20.16.0",
3+
"version": "20.17.0",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)