Skip to content

Commit ca32a5e

Browse files
chore: release main (#5044)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent 4ac2c5b commit ca32a5e

File tree

6 files changed

+38
-17
lines changed

6 files changed

+38
-17
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"packages/build-info": "7.0.4",
3-
"packages/build": "29.11.7",
3+
"packages/build": "29.11.8",
44
"packages/cache-utils": "5.1.5",
5-
"packages/config": "20.4.3",
5+
"packages/config": "20.4.4",
66
"packages/framework-info": "9.8.8",
77
"packages/functions-utils": "5.2.9",
88
"packages/git-utils": "5.1.1",

package-lock.json

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

packages/build/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@
6969
* dependencies
7070
* @netlify/config bumped from ^20.3.5 to ^20.3.6
7171

72+
## [29.11.8](https://github.com/netlify/build/compare/build-v29.11.7...build-v29.11.8) (2023-06-02)
73+
74+
75+
### Bug Fixes
76+
77+
* **config:** ignores an empty config file path ([#5037](https://github.com/netlify/build/issues/5037)) ([4ac2c5b](https://github.com/netlify/build/commit/4ac2c5b1ad10d0fb34aa727cf2bc8deaa6d0ec73))
78+
79+
80+
### Dependencies
81+
82+
* The following workspace dependencies were updated
83+
* dependencies
84+
* @netlify/config bumped from ^20.4.3 to ^20.4.4
85+
7286
## [29.11.7](https://github.com/netlify/build/compare/build-v29.11.6...build-v29.11.7) (2023-06-01)
7387

7488

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.11.7",
3+
"version": "29.11.8",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/core/main.js",
@@ -65,7 +65,7 @@
6565
"dependencies": {
6666
"@bugsnag/js": "^7.0.0",
6767
"@netlify/cache-utils": "^5.1.5",
68-
"@netlify/config": "^20.4.3",
68+
"@netlify/config": "^20.4.4",
6969
"@netlify/edge-bundler": "8.16.0",
7070
"@netlify/framework-info": "^9.8.8",
7171
"@netlify/functions-utils": "^5.2.9",

packages/config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@
7070
* dependencies
7171
* netlify bumped from ^13.1.6 to ^13.1.7
7272

73+
## [20.4.4](https://github.com/netlify/build/compare/config-v20.4.3...config-v20.4.4) (2023-06-02)
74+
75+
76+
### Bug Fixes
77+
78+
* **config:** ignores an empty config file path ([#5037](https://github.com/netlify/build/issues/5037)) ([4ac2c5b](https://github.com/netlify/build/commit/4ac2c5b1ad10d0fb34aa727cf2bc8deaa6d0ec73))
79+
7380
## [20.4.2](https://github.com/netlify/build/compare/config-v20.4.1...config-v20.4.2) (2023-05-12)
7481

7582

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.4.3",
3+
"version": "20.4.4",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)