Skip to content

Commit b360a3a

Browse files
chore: release main (#4859)
* chore: release main * chore: update lockfile --------- Co-authored-by: netlify-jenkins <[email protected]>
1 parent 45c0cf2 commit b360a3a

File tree

6 files changed

+22
-9
lines changed

6 files changed

+22
-9
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/build-info": "6.2.2",
2+
"packages/build-info": "6.2.3",
33
"packages/build": "29.5.5",
44
"packages/cache-utils": "5.1.2",
55
"packages/config": "20.3.3",
6-
"packages/framework-info": "9.8.0",
6+
"packages/framework-info": "9.8.1",
77
"packages/functions-utils": "5.1.7",
88
"packages/git-utils": "5.1.0",
99
"packages/headers-parser": "7.1.1",

package-lock.json

Lines changed: 4 additions & 4 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
@@ -24,6 +24,12 @@
2424
* dependencies
2525
* @netlify/framework-info bumped from ^9.7.2 to ^9.8.0
2626

27+
### Dependencies
28+
29+
* The following workspace dependencies were updated
30+
* dependencies
31+
* @netlify/framework-info bumped from ^9.8.0 to ^9.8.1
32+
2733
## [6.2.0](https://github.com/netlify/build/compare/build-info-v6.1.4...build-info-v6.2.0) (2023-02-01)
2834

2935

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.2.2",
3+
"version": "6.2.3",
44
"description": "Build info utility",
55
"type": "module",
66
"exports": {
@@ -34,7 +34,7 @@
3434
},
3535
"author": "Netlify Inc.",
3636
"dependencies": {
37-
"@netlify/framework-info": "^9.8.0",
37+
"@netlify/framework-info": "^9.8.1",
3838
"@npmcli/map-workspaces": "^2.0.0",
3939
"find-up": "^6.3.0",
4040
"read-pkg": "^7.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.1](https://github.com/netlify/build/compare/framework-info-v9.8.0...framework-info-v9.8.1) (2023-02-09)
11+
12+
13+
### Bug Fixes
14+
15+
* respect manual order of frameworks ([#4858](https://github.com/netlify/build/issues/4858)) ([45c0cf2](https://github.com/netlify/build/commit/45c0cf2b3fbc669a0c39f7b0529fce741b25106b))
16+
1017
## [9.8.0](https://github.com/netlify/build/compare/framework-info-v9.7.2...framework-info-v9.8.0) (2023-02-09)
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.0",
3+
"version": "9.8.1",
44
"description": "Framework detection utility",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)