Commit 8920548 1 parent 9b4eb69 commit 8920548 Copy full SHA for 8920548
File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.10.23] ( https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.22...v1.10.23 ) (2022-11-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump depenedencies ([ 9b4eb69] ( https://github.com/CoCreate-app/CoCreate-utils/commit/9b4eb69f42919ec31dfcd2dc7aaff651b645c8d6 ) )
7
+
1
8
## [ 1.10.22] ( https://github.com/CoCreate-app/CoCreate-utils/compare/v1.10.21...v1.10.22 ) (2022-11-23)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cocreate/utils" ,
3
- "version" : " 1.10.22 " ,
3
+ "version" : " 1.10.23 " ,
4
4
"description" : " A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API." ,
5
5
"keywords" : [
6
6
" utils" ,
20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : { "access" : " public" },
23
+ "publishConfig" : {
24
+ "access" : " public"
25
+ },
24
26
"scripts" : {
25
27
"start" : " npx webpack --config webpack.config.js" ,
26
28
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
34
36
},
35
37
"author" : " CoCreate LLC" ,
36
38
"license" : " MIT" ,
37
- "bugs" : { "url" : " https://github.com/CoCreate-app/CoCreate-utils/issues" },
39
+ "bugs" : {
40
+ "url" : " https://github.com/CoCreate-app/CoCreate-utils/issues"
41
+ },
38
42
"homepage" : " https://cocreate.app/docs/utils" ,
39
43
"funding" : {
40
44
"type" : " GitHub Sponsors ❤" ,
56
60
"webpack-cli" : " ^4.5.0" ,
57
61
"webpack-log" : " ^3.0.1"
58
62
},
59
- "dependencies" : { "@cocreate/docs" : " ^1.4.3" }
63
+ "dependencies" : {
64
+ "@cocreate/docs" : " ^1.4.3"
65
+ }
60
66
}
You can’t perform that action at this time.
0 commit comments