Skip to content

Commit 8e40ace

Browse files
chore: release main (#6139)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent 978b3c3 commit 8e40ace

File tree

10 files changed

+70
-36
lines changed

10 files changed

+70
-36
lines changed

Diff for: .release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"packages/build-info": "9.0.0",
3-
"packages/build": "30.0.0",
3+
"packages/build": "30.0.1",
44
"packages/edge-bundler": "12.3.2",
55
"packages/cache-utils": "5.2.0",
6-
"packages/config": "21.0.0",
6+
"packages/config": "21.0.1",
77
"packages/framework-info": "9.9.1",
8-
"packages/functions-utils": "5.3.9",
8+
"packages/functions-utils": "5.3.10",
99
"packages/git-utils": "5.2.0",
1010
"packages/headers-parser": "8.0.0",
1111
"packages/js-client": "13.3.3",
@@ -14,5 +14,5 @@
1414
"packages/run-utils": "5.2.0",
1515
"packages/opentelemetry-sdk-setup": "1.2.0",
1616
"packages/opentelemetry-utils": "1.3.0",
17-
"packages/zip-it-and-ship-it": "10.0.0"
17+
"packages/zip-it-and-ship-it": "10.0.1"
1818
}

Diff for: package-lock.json

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

Diff for: packages/build/CHANGELOG.md

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

108+
## [30.0.1](https://github.com/netlify/build/compare/build-v30.0.0...build-v30.0.1) (2025-03-18)
109+
110+
111+
### Dependencies
112+
113+
* The following workspace dependencies were updated
114+
* dependencies
115+
* @netlify/config bumped from ^21.0.0 to ^21.0.1
116+
* @netlify/functions-utils bumped from ^5.3.9 to ^5.3.10
117+
* @netlify/zip-it-and-ship-it bumped from 10.0.0 to 10.0.1
118+
108119
## [30.0.0](https://github.com/netlify/build/compare/build-v29.59.2...build-v30.0.0) (2025-03-12)
109120

110121

Diff for: packages/build/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "30.0.0",
3+
"version": "30.0.1",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -69,15 +69,15 @@
6969
"@bugsnag/js": "^7.0.0",
7070
"@netlify/blobs": "^7.4.0",
7171
"@netlify/cache-utils": "^5.2.0",
72-
"@netlify/config": "^21.0.0",
72+
"@netlify/config": "^21.0.1",
7373
"@netlify/edge-bundler": "12.3.2",
7474
"@netlify/framework-info": "^9.9.1",
75-
"@netlify/functions-utils": "^5.3.9",
75+
"@netlify/functions-utils": "^5.3.10",
7676
"@netlify/git-utils": "^5.2.0",
7777
"@netlify/opentelemetry-utils": "^1.3.0",
7878
"@netlify/plugins-list": "^6.80.0",
7979
"@netlify/run-utils": "^5.2.0",
80-
"@netlify/zip-it-and-ship-it": "10.0.0",
80+
"@netlify/zip-it-and-ship-it": "10.0.1",
8181
"@sindresorhus/slugify": "^2.0.0",
8282
"ansi-escapes": "^6.0.0",
8383
"chalk": "^5.0.0",

Diff for: packages/config/CHANGELOG.md

+7
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+
## [21.0.1](https://github.com/netlify/build/compare/config-v21.0.0...config-v21.0.1) (2025-03-18)
80+
81+
82+
### Bug Fixes
83+
84+
* use staging url for extensions on staging ([#6140](https://github.com/netlify/build/issues/6140)) ([978b3c3](https://github.com/netlify/build/commit/978b3c394ec442efe23610ef8313c4820e8d40fa))
85+
7986
## [21.0.0](https://github.com/netlify/build/compare/config-v20.22.0...config-v21.0.0) (2025-03-12)
8087

8188

Diff for: packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/config",
3-
"version": "21.0.0",
3+
"version": "21.0.1",
44
"description": "Netlify config module",
55
"type": "module",
66
"exports": "./lib/index.js",

Diff for: packages/functions-utils/CHANGELOG.md

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

3+
## [5.3.10](https://github.com/netlify/build/compare/functions-utils-v5.3.9...functions-utils-v5.3.10) (2025-03-18)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 10.0.0 to 10.0.1
11+
312
## [5.3.9](https://github.com/netlify/build/compare/functions-utils-v5.3.8...functions-utils-v5.3.9) (2025-03-12)
413

514

Diff for: 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": "5.3.9",
3+
"version": "5.3.10",
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": "10.0.0",
53+
"@netlify/zip-it-and-ship-it": "10.0.1",
5454
"cpy": "^9.0.0",
5555
"path-exists": "^5.0.0"
5656
},

Diff for: packages/zip-it-and-ship-it/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.1](https://github.com/netlify/build/compare/zip-it-and-ship-it-v10.0.0...zip-it-and-ship-it-v10.0.1) (2025-03-18)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update babel monorepo to v7.26.10 ([#6126](https://github.com/netlify/build/issues/6126)) ([fcc8c4c](https://github.com/netlify/build/commit/fcc8c4cc9d5f3c6b1ea4f24c5d5bfb117b037ed7))
16+
1017
## [10.0.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.43.1...zip-it-and-ship-it-v10.0.0) (2025-03-12)
1118

1219

Diff for: 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": "10.0.0",
3+
"version": "10.0.1",
44
"description": "Zip it and ship it",
55
"main": "./dist/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)