Skip to content

Commit 02aa16a

Browse files
chore: release main (#5039)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent 92ef573 commit 02aa16a

File tree

10 files changed

+57
-21
lines changed

10 files changed

+57
-21
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"packages/build-info": "7.0.2",
3-
"packages/build": "29.11.6",
2+
"packages/build-info": "7.0.3",
3+
"packages/build": "29.11.7",
44
"packages/cache-utils": "5.1.5",
55
"packages/config": "20.4.3",
6-
"packages/framework-info": "9.8.7",
7-
"packages/functions-utils": "5.2.8",
6+
"packages/framework-info": "9.8.8",
7+
"packages/functions-utils": "5.2.9",
88
"packages/git-utils": "5.1.1",
99
"packages/headers-parser": "7.1.2",
1010
"packages/js-client": "13.1.7",

package-lock.json

Lines changed: 10 additions & 10 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
* dependencies
5353
* @netlify/framework-info bumped from ^9.8.6 to ^9.8.7
5454

55+
### Dependencies
56+
57+
* The following workspace dependencies were updated
58+
* dependencies
59+
* @netlify/framework-info bumped from ^9.8.7 to ^9.8.8
60+
5561
## [7.0.1](https://github.com/netlify/build/compare/build-info-v7.0.0...build-info-v7.0.1) (2023-05-05)
5662

5763

packages/build-info/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/build-info",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {
@@ -46,7 +46,7 @@
4646
"author": "Netlify Inc.",
4747
"dependencies": {
4848
"@bugsnag/js": "^7.20.0",
49-
"@netlify/framework-info": "^9.8.7",
49+
"@netlify/framework-info": "^9.8.8",
5050
"find-up": "^6.3.0",
5151
"minimatch": "^6.2.0",
5252
"read-pkg": "^7.1.0",

packages/build/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,22 @@
6969
* dependencies
7070
* @netlify/config bumped from ^20.3.5 to ^20.3.6
7171

72+
## [29.11.7](https://github.com/netlify/build/compare/build-v29.11.6...build-v29.11.7) (2023-06-01)
73+
74+
75+
### Bug Fixes
76+
77+
* **deps:** update dependency @netlify/edge-bundler to v8.16.0 ([#5038](https://github.com/netlify/build/issues/5038)) ([70594d3](https://github.com/netlify/build/commit/70594d3a8af27cae11962f828620407ffb6c9b18))
78+
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.7.0 ([#5041](https://github.com/netlify/build/issues/5041)) ([92ef573](https://github.com/netlify/build/commit/92ef5733fb297d027b69a89617d3472be153cc47))
79+
80+
81+
### Dependencies
82+
83+
* The following workspace dependencies were updated
84+
* dependencies
85+
* @netlify/framework-info bumped from ^9.8.7 to ^9.8.8
86+
* @netlify/functions-utils bumped from ^5.2.8 to ^5.2.9
87+
7288
## [29.11.6](https://github.com/netlify/build/compare/build-v29.11.5...build-v29.11.6) (2023-05-25)
7389

7490

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.6",
3+
"version": "29.11.7",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/core/main.js",
@@ -67,8 +67,8 @@
6767
"@netlify/cache-utils": "^5.1.5",
6868
"@netlify/config": "^20.4.3",
6969
"@netlify/edge-bundler": "8.16.0",
70-
"@netlify/framework-info": "^9.8.7",
71-
"@netlify/functions-utils": "^5.2.8",
70+
"@netlify/framework-info": "^9.8.8",
71+
"@netlify/functions-utils": "^5.2.9",
7272
"@netlify/git-utils": "^5.1.1",
7373
"@netlify/plugins-list": "^6.68.0",
7474
"@netlify/run-utils": "^5.1.0",

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.8.8](https://github.com/netlify/build/compare/framework-info-v9.8.7...framework-info-v9.8.8) (2023-06-01)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** remove unnecessary dependency on node-url ([#5029](https://github.com/netlify/build/issues/5029)) ([40b09be](https://github.com/netlify/build/commit/40b09becb1f6138eec0c4a2686776a6b12353424))
16+
1017
## [9.8.7](https://github.com/netlify/build/compare/framework-info-v9.8.6...framework-info-v9.8.7) (2023-05-12)
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.8.7",
3+
"version": "9.8.8",
44
"description": "Framework detection utility",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

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.9](https://github.com/netlify/build/compare/functions-utils-v5.2.8...functions-utils-v5.2.9) (2023-06-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.7.0 ([#5041](https://github.com/netlify/build/issues/5041)) ([92ef573](https://github.com/netlify/build/commit/92ef5733fb297d027b69a89617d3472be153cc47))
9+
310
## [5.2.8](https://github.com/netlify/build/compare/functions-utils-v5.2.7...functions-utils-v5.2.8) (2023-05-16)
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.8",
3+
"version": "5.2.9",
44
"description": "Utility for adding Functions files in Netlify Build",
55
"type": "module",
66
"exports": "./lib/main.js",

0 commit comments

Comments
 (0)