Skip to content

Commit fb15bd5

Browse files
chore: release main (#4822)
* chore: release main * chore: update lockfile Co-authored-by: netlify-jenkins <[email protected]>
1 parent cc55529 commit fb15bd5

File tree

8 files changed

+39
-12
lines changed

8 files changed

+39
-12
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/build-info": "6.1.2",
3-
"packages/build": "29.4.5",
2+
"packages/build-info": "6.1.3",
3+
"packages/build": "29.5.0",
44
"packages/cache-utils": "5.1.0",
55
"packages/config": "20.3.0",
6-
"packages/framework-info": "9.6.0",
6+
"packages/framework-info": "9.7.0",
77
"packages/functions-utils": "5.1.4",
88
"packages/git-utils": "5.1.0",
99
"packages/headers-parser": "7.1.0",

package-lock.json

Lines changed: 5 additions & 5 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
@@ -6,6 +6,12 @@
66
* dependencies
77
* @netlify/framework-info bumped from ^9.5.3 to ^9.6.0
88

9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @netlify/framework-info bumped from ^9.6.0 to ^9.7.0
14+
915
## [6.1.1](https://github.com/netlify/build/compare/build-info-v6.1.0...build-info-v6.1.1) (2022-12-14)
1016

1117

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": "6.1.2",
3+
"version": "6.1.3",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {
@@ -30,7 +30,7 @@
3030
},
3131
"author": "Netlify Inc.",
3232
"dependencies": {
33-
"@netlify/framework-info": "^9.6.0",
33+
"@netlify/framework-info": "^9.7.0",
3434
"@npmcli/map-workspaces": "^2.0.0",
3535
"find-up": "^6.3.0",
3636
"read-pkg": "^7.1.0",

packages/build/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@
5757
* dependencies
5858
* @netlify/config bumped from ^20.0.1 to ^20.0.2
5959

60+
## [29.5.0](https://github.com/netlify/build/compare/build-v29.4.5...build-v29.5.0) (2023-01-16)
61+
62+
63+
### Features
64+
65+
* install framework runtime ([#4812](https://github.com/netlify/build/issues/4812)) ([5abc39d](https://github.com/netlify/build/commit/5abc39dfd074bfda52fef3222ee9d73c2ed98403))
66+
* Pass internalSrcFolder and name to zisi ([#4821](https://github.com/netlify/build/issues/4821)) ([ffffcdb](https://github.com/netlify/build/commit/ffffcdb790db7c8108061b1ab3497c75db124e4c))
67+
* send all bundlers to metric ([#4798](https://github.com/netlify/build/issues/4798)) ([cc55529](https://github.com/netlify/build/commit/cc555291679aedc468480251025e4d4a6dda882d))
68+
6069
## [29.4.5](https://github.com/netlify/build/compare/build-v29.4.4...build-v29.4.5) (2023-01-12)
6170

6271

packages/build/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",
3-
"version": "29.4.5",
3+
"version": "29.5.0",
44
"description": "Netlify build module",
55
"type": "module",
66
"exports": "./lib/core/main.js",

packages/framework-info/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.7.0](https://github.com/netlify/build/compare/framework-info-v9.6.0...framework-info-v9.7.0) (2023-01-16)
11+
12+
13+
### Features
14+
15+
* install framework runtime ([#4812](https://github.com/netlify/build/issues/4812)) ([5abc39d](https://github.com/netlify/build/commit/5abc39dfd074bfda52fef3222ee9d73c2ed98403))
16+
17+
18+
### Bug Fixes
19+
20+
* correct default sveltekit publish directory ([#4823](https://github.com/netlify/build/issues/4823)) ([fbc98fd](https://github.com/netlify/build/commit/fbc98fdc1efea1b720dfe0e15b7a1a6879e52e20))
21+
1022
## [9.6.0](https://github.com/netlify/build/compare/framework-info-v9.5.3...framework-info-v9.6.0) (2023-01-10)
1123

1224

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

0 commit comments

Comments
 (0)