Skip to content

Commit db8293f

Browse files
semantic-release-botFrank Pagan
authored andcommitted
feat: replaced get-value and set-value with a super charged version of CoCreate-events
1 parent 19f105e commit db8293f

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## [1.5.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.5.3...v1.5.4) (2023-01-31)
29

310

demo/atomic-css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ <h2 class="padding:5px_0px">Demo</h2>
737737
</div>
738738

739739
<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>
741741
</div>
742742

743743
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ <h2 class="padding:5px_0px">Demo</h2>
747747
</div>
748748

749749
<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>
751751
</div>
752752

753753
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/css-parser",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"css-parser",
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"scripts": {
2527
"start": "npx webpack --config webpack.config.js",
2628
"build": "NODE_ENV=production npx webpack --config webpack.config.js",

0 commit comments

Comments
 (0)