File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.5.5] ( https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.5.4...v1.5.5 ) (2023-02-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([ 19f105e] ( https://github.com/CoCreate-app/CoCreate-css-parser/commit/19f105e1a2c25727b233c5896707cbfe9755ed67 ) )
7
+
1
8
## [ 1.5.4] ( https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.5.3...v1.5.4 ) (2023-01-31)
2
9
3
10
Original file line number Diff line number Diff line change @@ -737,7 +737,7 @@ <h2 class="padding:5px_0px">Demo</h2>
737
737
</ div >
738
738
739
739
< div id ="demo-preview " class ="position:relative overflow:auto background-color:white ">
740
- < div get-value =" #demo " class ="padding:20px "> </ div >
740
+ < div class =" demopreview " class ="padding:20px "> </ div >
741
741
</ div >
742
742
743
743
< div class ="font-size:20px position:absolute top:10px right:10px opacity:0.6 ">
Original file line number Diff line number Diff line change @@ -747,7 +747,7 @@ <h2 class="padding:5px_0px">Demo</h2>
747
747
</ div >
748
748
749
749
< div id ="demo-preview " class ="position:relative overflow:auto background-color:white ">
750
- < div get-value =" #demo " class ="padding:20px "> </ div >
750
+ < div class =" demopreview " class ="padding:20px "> </ div >
751
751
</ div >
752
752
753
753
< div class ="font-size:20px position:absolute top:10px right:10px opacity:0.6 ">
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cocreate/css-parser" ,
3
- "version" : " 1.5.4 " ,
3
+ "version" : " 1.5.5 " ,
4
4
"description" : " A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API." ,
5
5
"keywords" : [
6
6
" css-parser" ,
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" ,
You can’t perform that action at this time.
0 commit comments