From db8293f47770f39830585cef540ecb4a597c71ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Feb 2023 23:22:07 +0000 Subject: [PATCH 1/2] feat: replaced get-value and set-value with a super charged version of CoCreate-events --- CHANGELOG.md | 7 +++++++ demo/atomic-css.html | 2 +- docs/index.html | 2 +- package.json | 6 ++++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a1473..ecb1c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.5.4...v1.5.5) (2023-02-01) + + +### Bug Fixes + +* bump dependencies ([19f105e](https://github.com/CoCreate-app/CoCreate-css-parser/commit/19f105e1a2c25727b233c5896707cbfe9755ed67)) + ## [1.5.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.5.3...v1.5.4) (2023-01-31) diff --git a/demo/atomic-css.html b/demo/atomic-css.html index 38ae636..d1e2f5a 100644 --- a/demo/atomic-css.html +++ b/demo/atomic-css.html @@ -737,7 +737,7 @@

Demo

-
+
diff --git a/docs/index.html b/docs/index.html index d362f82..1042fa3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -747,7 +747,7 @@

Demo

-
+
diff --git a/package.json b/package.json index e04ec66..4391f86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.5.4", + "version": "1.5.5", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser", @@ -20,7 +20,9 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", From 41b57b7765c2b15f85c603dc0b1a0f946912a313 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Mar 2023 10:01:10 +0000 Subject: [PATCH 2/2] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.5.5...v1.6.0) (2023-03-16) ### Features * replaced get-value and set-value with a super charged version of CoCreate-events ([db8293f](https://github.com/CoCreate-app/CoCreate-css-parser/commit/db8293f47770f39830585cef540ecb4a597c71ba)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb1c64..c8db480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.5.5...v1.6.0) (2023-03-16) + + +### Features + +* replaced get-value and set-value with a super charged version of CoCreate-events ([db8293f](https://github.com/CoCreate-app/CoCreate-css-parser/commit/db8293f47770f39830585cef540ecb4a597c71ba)) + ## [1.5.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.5.4...v1.5.5) (2023-02-01) diff --git a/package.json b/package.json index 4391f86..45abd18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.5.5", + "version": "1.6.0", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",