Skip to content

Commit 088efc4

Browse files
chore: release main (#6192)
Co-authored-by: netlify-jenkins <[email protected]>
1 parent b6fa012 commit 088efc4

File tree

16 files changed

+94
-31
lines changed

16 files changed

+94
-31
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/build-info": "9.0.2",
3-
"packages/build": "31.0.0",
4-
"packages/edge-bundler": "13.0.0",
2+
"packages/build-info": "9.0.3",
3+
"packages/build": "31.0.1",
4+
"packages/edge-bundler": "13.0.1",
55
"packages/cache-utils": "5.2.0",
66
"packages/config": "21.0.7",
7-
"packages/framework-info": "9.9.2",
8-
"packages/functions-utils": "5.3.13",
7+
"packages/framework-info": "9.9.3",
8+
"packages/functions-utils": "5.3.14",
99
"packages/git-utils": "5.2.0",
1010
"packages/headers-parser": "8.0.0",
1111
"packages/js-client": "13.3.4",
1212
"packages/nock-udp": "4.0.0",
1313
"packages/redirect-parser": "14.5.1",
1414
"packages/run-utils": "5.2.0",
15-
"packages/opentelemetry-sdk-setup": "1.2.1",
15+
"packages/opentelemetry-sdk-setup": "1.2.2",
1616
"packages/opentelemetry-utils": "1.3.1",
17-
"packages/zip-it-and-ship-it": "10.0.4"
17+
"packages/zip-it-and-ship-it": "10.0.5"
1818
}

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-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+
## [9.0.3](https://github.com/netlify/build/compare/build-info-v9.0.2...build-info-v9.0.3) (2025-04-09)
68+
69+
70+
### Bug Fixes
71+
72+
* **build-info:** update expo build config ([#6191](https://github.com/netlify/build/issues/6191)) ([6e57910](https://github.com/netlify/build/commit/6e57910d89c1d4140395fae9c06b6fd7f88cfff9))
73+
6774
## [9.0.2](https://github.com/netlify/build/compare/build-info-v9.0.1...build-info-v9.0.2) (2025-03-21)
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": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {

packages/build/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
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+
## [31.0.1](https://github.com/netlify/build/compare/build-v31.0.0...build-v31.0.1) (2025-04-09)
109+
110+
111+
### Bug Fixes
112+
113+
* swap from read-package-up to read-pkg-up ([#6189](https://github.com/netlify/build/issues/6189)) ([b6fa012](https://github.com/netlify/build/commit/b6fa0125695cd2b240690039610dc39f4bcc48e4))
114+
115+
116+
### Dependencies
117+
118+
* The following workspace dependencies were updated
119+
* dependencies
120+
* @netlify/edge-bundler bumped from 13.0.0 to 13.0.1
121+
* @netlify/framework-info bumped from ^9.9.2 to ^9.9.3
122+
* @netlify/functions-utils bumped from ^5.3.13 to ^5.3.14
123+
* @netlify/zip-it-and-ship-it bumped from 10.0.4 to 10.0.5
124+
* peerDependencies
125+
* @netlify/opentelemetry-sdk-setup bumped from ^1.1.0 to ^1.2.2
126+
108127
## [31.0.0](https://github.com/netlify/build/compare/build-v30.1.1...build-v31.0.0) (2025-04-08)
109128

110129

packages/build/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build",
3-
"version": "31.0.0",
3+
"version": "31.0.1",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -70,14 +70,14 @@
7070
"@netlify/blobs": "^8.1.2",
7171
"@netlify/cache-utils": "^5.2.0",
7272
"@netlify/config": "^21.0.7",
73-
"@netlify/edge-bundler": "13.0.0",
74-
"@netlify/framework-info": "^9.9.2",
75-
"@netlify/functions-utils": "^5.3.13",
73+
"@netlify/edge-bundler": "13.0.1",
74+
"@netlify/framework-info": "^9.9.3",
75+
"@netlify/functions-utils": "^5.3.14",
7676
"@netlify/git-utils": "^5.2.0",
7777
"@netlify/opentelemetry-utils": "^1.3.1",
7878
"@netlify/plugins-list": "^6.80.0",
7979
"@netlify/run-utils": "^5.2.0",
80-
"@netlify/zip-it-and-ship-it": "10.0.4",
80+
"@netlify/zip-it-and-ship-it": "10.0.5",
8181
"@sindresorhus/slugify": "^2.0.0",
8282
"ansi-escapes": "^6.0.0",
8383
"chalk": "^5.0.0",

packages/edge-bundler/CHANGELOG.md

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

3+
## [13.0.1](https://github.com/netlify/build/compare/edge-bundler-v13.0.0...edge-bundler-v13.0.1) (2025-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* swap from read-package-up to read-pkg-up ([#6189](https://github.com/netlify/build/issues/6189)) ([b6fa012](https://github.com/netlify/build/commit/b6fa0125695cd2b240690039610dc39f4bcc48e4))
9+
310
## [13.0.0](https://github.com/netlify/build/compare/edge-bundler-v12.4.0...edge-bundler-v13.0.0) (2025-04-08)
411

512

packages/edge-bundler/package.json

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

packages/framework-info/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [9.9.3](https://github.com/netlify/build/compare/framework-info-v9.9.2...framework-info-v9.9.3) (2025-04-09)
11+
12+
13+
### Bug Fixes
14+
15+
* swap from read-package-up to read-pkg-up ([#6189](https://github.com/netlify/build/issues/6189)) ([b6fa012](https://github.com/netlify/build/commit/b6fa0125695cd2b240690039610dc39f4bcc48e4))
16+
1017
## [9.9.2](https://github.com/netlify/build/compare/framework-info-v9.9.1...framework-info-v9.9.2) (2025-03-19)
1118

1219

packages/framework-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/framework-info",
3-
"version": "9.9.2",
3+
"version": "9.9.3",
44
"description": "Framework detection utility",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)