Skip to content

Commit 6c09384

Browse files
chore: release main (#5012)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <33464286+netlify-jenkins@users.noreply.github.com>
1 parent 3f3a720 commit 6c09384

File tree

8 files changed

+44
-15
lines changed

8 files changed

+44
-15
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"packages/build-info": "7.0.2",
3-
"packages/build": "29.11.3",
4-
"packages/cache-utils": "5.1.4",
3+
"packages/build": "29.11.4",
4+
"packages/cache-utils": "5.1.5",
55
"packages/config": "20.4.2",
66
"packages/framework-info": "9.8.7",
7-
"packages/functions-utils": "5.2.6",
7+
"packages/functions-utils": "5.2.7",
88
"packages/git-utils": "5.1.1",
99
"packages/headers-parser": "7.1.2",
1010
"packages/js-client": "13.1.6",

package-lock.json

Lines changed: 7 additions & 7 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,21 @@
6969
* dependencies
7070
* @netlify/config bumped from ^20.3.5 to ^20.3.6
7171

72+
## [29.11.4](https://github.com/netlify/build/compare/build-v29.11.3...build-v29.11.4) (2023-05-13)
73+
74+
75+
### Bug Fixes
76+
77+
* **deps:** update dependency cpy to v9 ([#5011](https://github.com/netlify/build/issues/5011)) ([3f3a720](https://github.com/netlify/build/commit/3f3a7202dc47798abd91ab2031c6f8b72ad3035d))
78+
79+
80+
### Dependencies
81+
82+
* The following workspace dependencies were updated
83+
* dependencies
84+
* @netlify/cache-utils bumped from ^5.1.4 to ^5.1.5
85+
* @netlify/functions-utils bumped from ^5.2.6 to ^5.2.7
86+
7287
## [29.11.3](https://github.com/netlify/build/compare/build-v29.11.2...build-v29.11.3) (2023-05-12)
7388

7489

packages/build/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "29.11.3",
3+
"version": "29.11.4",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/core/main.js",
@@ -64,11 +64,11 @@
6464
"license": "MIT",
6565
"dependencies": {
6666
"@bugsnag/js": "^7.0.0",
67-
"@netlify/cache-utils": "^5.1.4",
67+
"@netlify/cache-utils": "^5.1.5",
6868
"@netlify/config": "^20.4.2",
6969
"@netlify/edge-bundler": "8.14.2",
7070
"@netlify/framework-info": "^9.8.7",
71-
"@netlify/functions-utils": "^5.2.6",
71+
"@netlify/functions-utils": "^5.2.7",
7272
"@netlify/git-utils": "^5.1.1",
7373
"@netlify/plugins-list": "^6.68.0",
7474
"@netlify/run-utils": "^5.1.0",

packages/cache-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.1.5](https://github.com/netlify/build/compare/cache-utils-v5.1.4...cache-utils-v5.1.5) (2023-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency cpy to v9 ([#5011](https://github.com/netlify/build/issues/5011)) ([3f3a720](https://github.com/netlify/build/commit/3f3a7202dc47798abd91ab2031c6f8b72ad3035d))
9+
310
## [5.1.4](https://github.com/netlify/build/compare/cache-utils-v5.1.3...cache-utils-v5.1.4) (2023-05-12)
411

512

packages/cache-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/cache-utils",
3-
"version": "5.1.4",
3+
"version": "5.1.5",
44
"description": "Utility for caching files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",

packages/functions-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.2.7](https://github.com/netlify/build/compare/functions-utils-v5.2.6...functions-utils-v5.2.7) (2023-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency cpy to v9 ([#5011](https://github.com/netlify/build/issues/5011)) ([3f3a720](https://github.com/netlify/build/commit/3f3a7202dc47798abd91ab2031c6f8b72ad3035d))
9+
310
## [5.2.6](https://github.com/netlify/build/compare/functions-utils-v5.2.5...functions-utils-v5.2.6) (2023-05-12)
411

512

packages/functions-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/functions-utils",
3-
"version": "5.2.6",
3+
"version": "5.2.7",
44
"description": "Utility for adding Functions files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",

0 commit comments

Comments
 (0)