File tree Expand file tree Collapse file tree 10 files changed +61
-18
lines changed
Expand file tree Collapse file tree 10 files changed +61
-18
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/build-info" : " 6.2.3 " ,
3- "packages/build" : " 29.5.7 " ,
2+ "packages/build-info" : " 6.3.0 " ,
3+ "packages/build" : " 29.5.8 " ,
44 "packages/cache-utils" : " 5.1.2" ,
55 "packages/config" : " 20.3.3" ,
6- "packages/framework-info" : " 9.8.1 " ,
7- "packages/functions-utils" : " 5.1.8 " ,
6+ "packages/framework-info" : " 9.8.2 " ,
7+ "packages/functions-utils" : " 5.1.9 " ,
88 "packages/git-utils" : " 5.1.0" ,
99 "packages/headers-parser" : " 7.1.1" ,
1010 "packages/js-client" : " 13.1.2" ,
Original file line number Diff line number Diff line change 3030 * dependencies
3131 * @netlify/framework-info bumped from ^9.8.0 to ^9.8.1
3232
33+ ## [ 6.3.0] ( https://github.com/netlify/build/compare/build-info-v6.2.3...build-info-v6.3.0 ) (2023-02-17)
34+
35+
36+ ### Features
37+
38+ * make build-info browser compatible ([ #4869 ] ( https://github.com/netlify/build/issues/4869 ) ) ([ a1d247f] ( https://github.com/netlify/build/commit/a1d247f938ba4e5d150813e73835cbc91fa70fdd ) )
39+
40+
41+ ### Dependencies
42+
43+ * The following workspace dependencies were updated
44+ * dependencies
45+ * @netlify/framework-info bumped from ^9.8.1 to ^9.8.2
46+
3347## [ 6.2.0] ( https://github.com/netlify/build/compare/build-info-v6.1.4...build-info-v6.2.0 ) (2023-02-01)
3448
3549
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build-info" ,
3- "version" : " 6.2.3 " ,
3+ "version" : " 6.3.0 " ,
44 "description" : " Build info utility" ,
55 "type" : " module" ,
66 "exports" : {
3636 },
3737 "author" : " Netlify Inc." ,
3838 "dependencies" : {
39- "@netlify/framework-info" : " ^9.8.1 " ,
39+ "@netlify/framework-info" : " ^9.8.2 " ,
4040 "find-up" : " ^6.3.0" ,
4141 "minimatch" : " ^6.2.0" ,
4242 "read-pkg" : " ^7.1.0" ,
Original file line number Diff line number Diff line change 5757 * dependencies
5858 * @netlify/config bumped from ^20.0.1 to ^20.0.2
5959
60+ ## [ 29.5.8] ( https://github.com/netlify/build/compare/build-v29.5.7...build-v29.5.8 ) (2023-02-17)
61+
62+
63+ ### Bug Fixes
64+
65+ * add test for generator field and remove internalSrcFolder usage ([ #4857 ] ( https://github.com/netlify/build/issues/4857 ) ) ([ f1a0a5b] ( https://github.com/netlify/build/commit/f1a0a5b1fb6f128978b77d21e80a8c9404ad3528 ) )
66+ * ** deps:** update dependency @netlify/edge-bundler to v8.7.0 ([ #4875 ] ( https://github.com/netlify/build/issues/4875 ) ) ([ 26553fb] ( https://github.com/netlify/build/commit/26553fb3fa9b66274940eac006a115d163af7c89 ) )
67+
68+
69+ ### Dependencies
70+
71+ * The following workspace dependencies were updated
72+ * dependencies
73+ * @netlify/functions-utils bumped from ^5.1.8 to ^5.1.9
74+
6075## [ 29.5.7] ( https://github.com/netlify/build/compare/build-v29.5.6...build-v29.5.7 ) (2023-02-14)
6176
6277
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/build" ,
3- "version" : " 29.5.7 " ,
3+ "version" : " 29.5.8 " ,
44 "description" : " Netlify build module" ,
55 "type" : " module" ,
66 "exports" : " ./lib/core/main.js" ,
6767 "@netlify/cache-utils" : " ^5.1.2" ,
6868 "@netlify/config" : " ^20.3.3" ,
6969 "@netlify/edge-bundler" : " 8.7.0" ,
70- "@netlify/functions-utils" : " ^5.1.8 " ,
70+ "@netlify/functions-utils" : " ^5.1.9 " ,
7171 "@netlify/git-utils" : " ^5.1.0" ,
7272 "@netlify/plugins-list" : " ^6.65.0" ,
7373 "@netlify/run-utils" : " ^5.1.0" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10+ ## [ 9.8.2] ( https://github.com/netlify/build/compare/framework-info-v9.8.1...framework-info-v9.8.2 ) (2023-02-17)
11+
12+
13+ ### Bug Fixes
14+
15+ * Updated logos to correct file name ([ #4867 ] ( https://github.com/netlify/build/issues/4867 ) ) ([ 08dbacb] ( https://github.com/netlify/build/commit/08dbacbb0aa2173b609c93083d47b391c40c8b19 ) )
16+
1017## [ 9.8.1] ( https://github.com/netlify/build/compare/framework-info-v9.8.0...framework-info-v9.8.1 ) (2023-02-09)
1118
1219
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/framework-info" ,
3- "version" : " 9.8.1 " ,
3+ "version" : " 9.8.2 " ,
44 "description" : " Framework detection utility" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.umd.cjs" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.1.9] ( https://github.com/netlify/build/compare/functions-utils-v5.1.8...functions-utils-v5.1.9 ) (2023-02-17)
4+
5+
6+ ### Bug Fixes
7+
8+ * add test for generator field and remove internalSrcFolder usage ([ #4857 ] ( https://github.com/netlify/build/issues/4857 ) ) ([ f1a0a5b] ( https://github.com/netlify/build/commit/f1a0a5b1fb6f128978b77d21e80a8c9404ad3528 ) )
9+
310## [ 5.1.8] ( https://github.com/netlify/build/compare/functions-utils-v5.1.7...functions-utils-v5.1.8 ) (2023-02-14)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @netlify/functions-utils" ,
3- "version" : " 5.1.8 " ,
3+ "version" : " 5.1.9 " ,
44 "description" : " Utility for adding Functions files in Netlify Build" ,
55 "type" : " module" ,
66 "exports" : " ./lib/main.js" ,
You can’t perform that action at this time.
0 commit comments