Skip to content

Commit c4fe242

Browse files
chore: release main
1 parent 4ecb44b commit c4fe242

File tree

14 files changed

+92
-30
lines changed

14 files changed

+92
-30
lines changed

.release-please-manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"packages/build-info": "10.0.0",
3-
"packages/build": "33.1.0",
4-
"packages/edge-bundler": "14.0.2",
5-
"packages/cache-utils": "6.0.0",
3+
"packages/build": "33.1.1",
4+
"packages/edge-bundler": "14.0.3",
5+
"packages/cache-utils": "6.0.1",
66
"packages/config": "23.0.1",
7-
"packages/framework-info": "10.0.1",
8-
"packages/functions-utils": "6.0.2",
7+
"packages/framework-info": "10.0.2",
8+
"packages/functions-utils": "6.0.3",
99
"packages/git-utils": "6.0.0",
1010
"packages/headers-parser": "9.0.0",
1111
"packages/js-client": "14.0.1",
@@ -14,5 +14,5 @@
1414
"packages/run-utils": "6.0.0",
1515
"packages/opentelemetry-sdk-setup": "2.0.1",
1616
"packages/opentelemetry-utils": "2.0.0",
17-
"packages/zip-it-and-ship-it": "12.0.0"
17+
"packages/zip-it-and-ship-it": "12.0.1"
1818
}

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,25 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [33.1.1](https://github.com/netlify/build/compare/build-v33.1.0...build-v33.1.1) (2025-05-17)
109+
110+
111+
### Bug Fixes
112+
113+
* **deps:** update dependency cpy to v11 ([#6324](https://github.com/netlify/build/issues/6324)) ([9b106e6](https://github.com/netlify/build/commit/9b106e60ca50250c61c3f1a052c37902f0371e88))
114+
* **deps:** update dependency string-width to v7 ([#6316](https://github.com/netlify/build/issues/6316)) ([9a3ab1e](https://github.com/netlify/build/commit/9a3ab1e6796ed39ad634b46f2f1da499da4a1586))
115+
116+
117+
### Dependencies
118+
119+
* The following workspace dependencies were updated
120+
* dependencies
121+
* @netlify/cache-utils bumped from ^6.0.0 to ^6.0.1
122+
* @netlify/edge-bundler bumped from 14.0.2 to 14.0.3
123+
* @netlify/framework-info bumped from ^10.0.1 to ^10.0.2
124+
* @netlify/functions-utils bumped from ^6.0.2 to ^6.0.3
125+
* @netlify/zip-it-and-ship-it bumped from 12.0.0 to 12.0.1
126+
108127
## [33.1.0](https://github.com/netlify/build/compare/build-v33.0.1...build-v33.1.0) (2025-05-16)
109128

110129

packages/build/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "33.1.0",
3+
"version": "33.1.1",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -68,16 +68,16 @@
6868
"dependencies": {
6969
"@bugsnag/js": "^7.0.0",
7070
"@netlify/blobs": "^8.2.0",
71-
"@netlify/cache-utils": "^6.0.0",
71+
"@netlify/cache-utils": "^6.0.1",
7272
"@netlify/config": "^23.0.1",
73-
"@netlify/edge-bundler": "14.0.2",
74-
"@netlify/framework-info": "^10.0.1",
75-
"@netlify/functions-utils": "^6.0.2",
73+
"@netlify/edge-bundler": "14.0.3",
74+
"@netlify/framework-info": "^10.0.2",
75+
"@netlify/functions-utils": "^6.0.3",
7676
"@netlify/git-utils": "^6.0.0",
7777
"@netlify/opentelemetry-utils": "^2.0.0",
7878
"@netlify/plugins-list": "^6.80.0",
7979
"@netlify/run-utils": "^6.0.0",
80-
"@netlify/zip-it-and-ship-it": "12.0.0",
80+
"@netlify/zip-it-and-ship-it": "12.0.1",
8181
"@sindresorhus/slugify": "^2.0.0",
8282
"ansi-escapes": "^6.0.0",
8383
"chalk": "^5.0.0",

packages/cache-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.0.1](https://github.com/netlify/build/compare/cache-utils-v6.0.0...cache-utils-v6.0.1) (2025-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency cpy to v11 ([#6324](https://github.com/netlify/build/issues/6324)) ([9b106e6](https://github.com/netlify/build/commit/9b106e60ca50250c61c3f1a052c37902f0371e88))
9+
310
## [6.0.0](https://github.com/netlify/build/compare/cache-utils-v5.2.0...cache-utils-v6.0.0) (2025-05-14)
411

512

packages/cache-utils/package.json

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

packages/edge-bundler/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [14.0.3](https://github.com/netlify/build/compare/edge-bundler-v14.0.2...edge-bundler-v14.0.3) (2025-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency p-retry to v6 ([#6321](https://github.com/netlify/build/issues/6321)) ([a0ba9d6](https://github.com/netlify/build/commit/a0ba9d68b3d2d4caaa2652fbccb4265b51fa6126))
9+
310
## [14.0.2](https://github.com/netlify/build/compare/edge-bundler-v14.0.1...edge-bundler-v14.0.2) (2025-05-16)
411

512

packages/edge-bundler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/edge-bundler",
3-
"version": "14.0.2",
3+
"version": "14.0.3",
44
"description": "Intelligently prepare Netlify Edge Functions for deployment",
55
"type": "module",
66
"main": "./dist/node/index.js",

packages/framework-info/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [10.0.2](https://github.com/netlify/build/compare/framework-info-v10.0.1...framework-info-v10.0.2) (2025-05-17)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency cpy to v11 ([#6324](https://github.com/netlify/build/issues/6324)) ([9b106e6](https://github.com/netlify/build/commit/9b106e60ca50250c61c3f1a052c37902f0371e88))
16+
1017
## [10.0.1](https://github.com/netlify/build/compare/framework-info-v10.0.0...framework-info-v10.0.1) (2025-05-16)
1118

1219

packages/framework-info/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/framework-info",
3-
"version": "10.0.1",
3+
"version": "10.0.2",
44
"description": "Framework detection utility",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

packages/functions-utils/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [6.0.3](https://github.com/netlify/build/compare/functions-utils-v6.0.2...functions-utils-v6.0.3) (2025-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency cpy to v11 ([#6324](https://github.com/netlify/build/issues/6324)) ([9b106e6](https://github.com/netlify/build/commit/9b106e60ca50250c61c3f1a052c37902f0371e88))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @netlify/zip-it-and-ship-it bumped from 12.0.0 to 12.0.1
16+
317
## [6.0.2](https://github.com/netlify/build/compare/functions-utils-v6.0.1...functions-utils-v6.0.2) (2025-05-16)
418

519

packages/functions-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/functions-utils",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Utility for adding Functions files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",
@@ -50,7 +50,7 @@
5050
},
5151
"license": "MIT",
5252
"dependencies": {
53-
"@netlify/zip-it-and-ship-it": "12.0.0",
53+
"@netlify/zip-it-and-ship-it": "12.0.1",
5454
"cpy": "^11.0.0",
5555
"path-exists": "^5.0.0"
5656
},

packages/zip-it-and-ship-it/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [12.0.1](https://github.com/netlify/build/compare/zip-it-and-ship-it-v12.0.0...zip-it-and-ship-it-v12.0.1) (2025-05-17)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency cp-file to v11 ([#6323](https://github.com/netlify/build/issues/6323)) ([4ecb44b](https://github.com/netlify/build/commit/4ecb44b1d150beae5622142e53b3574dc7173e35))
16+
* **deps:** update dependency cpy to v11 ([#6324](https://github.com/netlify/build/issues/6324)) ([9b106e6](https://github.com/netlify/build/commit/9b106e60ca50250c61c3f1a052c37902f0371e88))
17+
1018
## [12.0.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v11.0.1...zip-it-and-ship-it-v12.0.0) (2025-05-16)
1119

1220

packages/zip-it-and-ship-it/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/zip-it-and-ship-it",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"description": "Zip it and ship it",
55
"main": "./dist/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)