From a4130a34921db8bc7fbbf81e1e3522ad76e803af Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 21 Dec 2022 14:21:30 +0000 Subject: [PATCH 1/2] fix: bump dependencies --- package.json | 12 +++++------- src/index.js | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index d98f35b..c9d4936 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,7 @@ "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", @@ -60,9 +58,9 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/crud-client": "^1.16.16", - "@cocreate/docs": "^1.4.20", - "@cocreate/hosting": "^1.6.21", - "@cocreate/observer": "^1.5.42" + "@cocreate/crud-client": "^1.16.18", + "@cocreate/docs": "^1.4.21", + "@cocreate/hosting": "^1.6.22", + "@cocreate/observer": "^1.5.43" } } diff --git a/src/index.js b/src/index.js index 4fd7620..90ae628 100644 --- a/src/index.js +++ b/src/index.js @@ -39,7 +39,7 @@ function init(linkTag) { if (parse == undefined) parse = window.localStorage.getItem('cssParser') - if (parse != 'false') { + if (parse == 'true') { parseLinkCSS(); let elements = document.querySelectorAll("[class]"); initElements(elements); From 0825c10bc44c81b3c00e6fa3536a44d661e17d8b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Dec 2022 14:24:05 +0000 Subject: [PATCH 2/2] chore(release): 1.3.4 [skip ci] ## [1.3.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.3...v1.3.4) (2022-12-21) ### Bug Fixes * bump dependencies ([a4130a3](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a4130a34921db8bc7fbbf81e1e3522ad76e803af)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40c796..cf947df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.3...v1.3.4) (2022-12-21) + + +### Bug Fixes + +* bump dependencies ([a4130a3](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a4130a34921db8bc7fbbf81e1e3522ad76e803af)) + ## [1.3.3](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.2...v1.3.3) (2022-12-20) diff --git a/package.json b/package.json index c9d4936..da45b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.3.3", + "version": "1.3.4", "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",