File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.1.106] ( https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.1.105...v1.1.106 ) (2023-01-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * docs sanbox overflow ([ b7e04af] ( https://github.com/CoCreate-app/CoCreate-overlay-scroll/commit/b7e04afe35a6f9ac0f34f5cd18bdd9ade9a5dc3e ) )
7
+
1
8
## [ 1.1.105] ( https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.1.104...v1.1.105 ) (2022-12-31)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cocreate/overlay-scroll" ,
3
- "version" : " 1.1.105 " ,
3
+ "version" : " 1.1.106 " ,
4
4
"description" : " A simple overlay-scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API." ,
5
5
"keywords" : [
6
6
" overlay-scroll" ,
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" ,
57
59
"webpack-cli" : " ^4.5.0" ,
58
60
"webpack-log" : " ^3.0.1"
59
61
},
60
- "dependencies" : { "@cocreate/docs" : " ^1.5.2" }
62
+ "dependencies" : {
63
+ "@cocreate/docs" : " ^1.5.2"
64
+ }
61
65
}
You can’t perform that action at this time.
0 commit comments