Skip to content

Commit 3e5655d

Browse files
chore: release main
1 parent 7044779 commit 3e5655d

File tree

8 files changed

+42
-15
lines changed

8 files changed

+42
-15
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"packages/build-info": "7.14.1",
3-
"packages/build": "29.54.0",
3+
"packages/build": "29.54.1",
44
"packages/edge-bundler": "12.2.3",
55
"packages/cache-utils": "5.1.6",
66
"packages/config": "20.19.0",
77
"packages/framework-info": "9.8.13",
8-
"packages/functions-utils": "5.2.79",
8+
"packages/functions-utils": "5.2.80",
99
"packages/git-utils": "5.1.1",
1010
"packages/headers-parser": "7.1.4",
1111
"packages/js-client": "13.1.21",
@@ -14,5 +14,5 @@
1414
"packages/run-utils": "5.1.1",
1515
"packages/opentelemetry-sdk-setup": "1.1.3",
1616
"packages/opentelemetry-utils": "1.2.1",
17-
"packages/zip-it-and-ship-it": "9.38.0"
17+
"packages/zip-it-and-ship-it": "9.38.1"
1818
}

package-lock.json

Lines changed: 6 additions & 6 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@
105105
* dependencies
106106
* @netlify/config bumped from ^20.8.0 to ^20.8.1
107107

108+
## [29.54.1](https://github.com/netlify/build/compare/build-v29.54.0...build-v29.54.1) (2024-09-02)
109+
110+
111+
### Dependencies
112+
113+
* The following workspace dependencies were updated
114+
* dependencies
115+
* @netlify/functions-utils bumped from ^5.2.79 to ^5.2.80
116+
* @netlify/zip-it-and-ship-it bumped from 9.38.0 to 9.38.1
117+
108118
## [29.54.0](https://github.com/netlify/build/compare/build-v29.53.1...build-v29.54.0) (2024-08-23)
109119

110120

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.54.0",
3+
"version": "29.54.1",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/index.js",
@@ -73,12 +73,12 @@
7373
"@netlify/config": "^20.19.0",
7474
"@netlify/edge-bundler": "12.2.3",
7575
"@netlify/framework-info": "^9.8.13",
76-
"@netlify/functions-utils": "^5.2.79",
76+
"@netlify/functions-utils": "^5.2.80",
7777
"@netlify/git-utils": "^5.1.1",
7878
"@netlify/opentelemetry-utils": "^1.2.1",
7979
"@netlify/plugins-list": "^6.80.0",
8080
"@netlify/run-utils": "^5.1.1",
81-
"@netlify/zip-it-and-ship-it": "9.38.0",
81+
"@netlify/zip-it-and-ship-it": "9.38.1",
8282
"@sindresorhus/slugify": "^2.0.0",
8383
"ansi-escapes": "^6.0.0",
8484
"chalk": "^5.0.0",

packages/functions-utils/CHANGELOG.md

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

3+
## [5.2.80](https://github.com/netlify/build/compare/functions-utils-v5.2.79...functions-utils-v5.2.80) (2024-09-02)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @netlify/zip-it-and-ship-it bumped from 9.38.0 to 9.38.1
11+
312
## [5.2.79](https://github.com/netlify/build/compare/functions-utils-v5.2.78...functions-utils-v5.2.79) (2024-08-23)
413

514

packages/functions-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/functions-utils",
3-
"version": "5.2.79",
3+
"version": "5.2.80",
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": "9.38.0",
53+
"@netlify/zip-it-and-ship-it": "9.38.1",
5454
"cpy": "^9.0.0",
5555
"path-exists": "^5.0.0"
5656
},

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

Lines changed: 8 additions & 0 deletions
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+
## [9.38.1](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.38.0...zip-it-and-ship-it-v9.38.1) (2024-09-02)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update babel monorepo to v7.25.4 ([#5814](https://github.com/netlify/build/issues/5814)) ([914a0f7](https://github.com/netlify/build/commit/914a0f7a41087aef2504b07efeb0542a5cf11dc1))
16+
* **deps:** update babel monorepo to v7.25.6 ([#5821](https://github.com/netlify/build/issues/5821)) ([7044779](https://github.com/netlify/build/commit/7044779e0ae05a36521ee55bc59d61ed9e4073d0))
17+
1018
## [9.38.0](https://github.com/netlify/build/compare/zip-it-and-ship-it-v9.37.10...zip-it-and-ship-it-v9.38.0) (2024-08-23)
1119

1220

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

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

0 commit comments

Comments
 (0)