File tree Expand file tree Collapse file tree 8 files changed +44
-15
lines changed Expand file tree Collapse file tree 8 files changed +44
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages/build-info" : " 7.0.2" ,
3
- "packages/build" : " 29.11.3 " ,
4
- "packages/cache-utils" : " 5.1.4 " ,
3
+ "packages/build" : " 29.11.4 " ,
4
+ "packages/cache-utils" : " 5.1.5 " ,
5
5
"packages/config" : " 20.4.2" ,
6
6
"packages/framework-info" : " 9.8.7" ,
7
- "packages/functions-utils" : " 5.2.6 " ,
7
+ "packages/functions-utils" : " 5.2.7 " ,
8
8
"packages/git-utils" : " 5.1.1" ,
9
9
"packages/headers-parser" : " 7.1.2" ,
10
10
"packages/js-client" : " 13.1.6" ,
Original file line number Diff line number Diff line change 69
69
* dependencies
70
70
* @netlify/config bumped from ^20.3.5 to ^20.3.6
71
71
72
+ ## [ 29.11.4] ( https://github.com/netlify/build/compare/build-v29.11.3...build-v29.11.4 ) (2023-05-13)
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * ** deps:** update dependency cpy to v9 ([ #5011 ] ( https://github.com/netlify/build/issues/5011 ) ) ([ 3f3a720] ( https://github.com/netlify/build/commit/3f3a7202dc47798abd91ab2031c6f8b72ad3035d ) )
78
+
79
+
80
+ ### Dependencies
81
+
82
+ * The following workspace dependencies were updated
83
+ * dependencies
84
+ * @netlify/cache-utils bumped from ^5.1.4 to ^5.1.5
85
+ * @netlify/functions-utils bumped from ^5.2.6 to ^5.2.7
86
+
72
87
## [ 29.11.3] ( https://github.com/netlify/build/compare/build-v29.11.2...build-v29.11.3 ) (2023-05-12)
73
88
74
89
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/build" ,
3
- "version" : " 29.11.3 " ,
3
+ "version" : " 29.11.4 " ,
4
4
"description" : " Netlify build module" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/core/main.js" ,
64
64
"license" : " MIT" ,
65
65
"dependencies" : {
66
66
"@bugsnag/js" : " ^7.0.0" ,
67
- "@netlify/cache-utils" : " ^5.1.4 " ,
67
+ "@netlify/cache-utils" : " ^5.1.5 " ,
68
68
"@netlify/config" : " ^20.4.2" ,
69
69
"@netlify/edge-bundler" : " 8.14.2" ,
70
70
"@netlify/framework-info" : " ^9.8.7" ,
71
- "@netlify/functions-utils" : " ^5.2.6 " ,
71
+ "@netlify/functions-utils" : " ^5.2.7 " ,
72
72
"@netlify/git-utils" : " ^5.1.1" ,
73
73
"@netlify/plugins-list" : " ^6.68.0" ,
74
74
"@netlify/run-utils" : " ^5.1.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.1.5] ( https://github.com/netlify/build/compare/cache-utils-v5.1.4...cache-utils-v5.1.5 ) (2023-05-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update dependency cpy to v9 ([ #5011 ] ( https://github.com/netlify/build/issues/5011 ) ) ([ 3f3a720] ( https://github.com/netlify/build/commit/3f3a7202dc47798abd91ab2031c6f8b72ad3035d ) )
9
+
3
10
## [ 5.1.4] ( https://github.com/netlify/build/compare/cache-utils-v5.1.3...cache-utils-v5.1.4 ) (2023-05-12)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/cache-utils" ,
3
- "version" : " 5.1.4 " ,
3
+ "version" : " 5.1.5 " ,
4
4
"description" : " Utility for caching files in Netlify Build" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/main.js" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.2.7] ( https://github.com/netlify/build/compare/functions-utils-v5.2.6...functions-utils-v5.2.7 ) (2023-05-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update dependency cpy to v9 ([ #5011 ] ( https://github.com/netlify/build/issues/5011 ) ) ([ 3f3a720] ( https://github.com/netlify/build/commit/3f3a7202dc47798abd91ab2031c6f8b72ad3035d ) )
9
+
3
10
## [ 5.2.6] ( https://github.com/netlify/build/compare/functions-utils-v5.2.5...functions-utils-v5.2.6 ) (2023-05-12)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @netlify/functions-utils" ,
3
- "version" : " 5.2.6 " ,
3
+ "version" : " 5.2.7 " ,
4
4
"description" : " Utility for adding Functions files in Netlify Build" ,
5
5
"type" : " module" ,
6
6
"exports" : " ./lib/main.js" ,
You can’t perform that action at this time.
0 commit comments