From a10d581e45f84e1e96cd8b58c4d20a68e9b6e6de Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 1 Oct 2022 10:36:32 +0000 Subject: [PATCH 1/3] fix: CoCreate.cssParser global scope --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index ab2d92b..01cf63a 100644 --- a/src/index.js +++ b/src/index.js @@ -298,5 +298,5 @@ init(); - export {initElements}; + export default {initElements}; \ No newline at end of file From cacf527a04427476726ddbf0724f6a80b87725bd Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 1 Oct 2022 16:58:06 +0000 Subject: [PATCH 2/3] fix: bump dependencies --- package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9746970..78c61bd 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", @@ -61,9 +59,9 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/crud-client": "^1.12.4", - "@cocreate/docs": "^1.3.11", - "@cocreate/hosting": "^1.3.11", - "@cocreate/observer": "^1.5.10" + "@cocreate/crud-client": "^1.12.6", + "@cocreate/docs": "^1.3.13", + "@cocreate/hosting": "^1.3.13", + "@cocreate/observer": "^1.5.12" } } From 1186d2d22c2600afc63145e2f7f72cb37eff09fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Oct 2022 17:16:04 +0000 Subject: [PATCH 3/3] chore(release): 1.0.9 [skip ci] ## [1.0.9](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.8...v1.0.9) (2022-10-01) ### Bug Fixes * bump dependencies ([cacf527](https://github.com/CoCreate-app/CoCreate-css-parser/commit/cacf527a04427476726ddbf0724f6a80b87725bd)) * CoCreate.cssParser global scope ([a10d581](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a10d581e45f84e1e96cd8b58c4d20a68e9b6e6de)) --- CHANGELOG.md | 8 ++++++++ package.json | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32aa38e..a208f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.9](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.8...v1.0.9) (2022-10-01) + + +### Bug Fixes + +* bump dependencies ([cacf527](https://github.com/CoCreate-app/CoCreate-css-parser/commit/cacf527a04427476726ddbf0724f6a80b87725bd)) +* CoCreate.cssParser global scope ([a10d581](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a10d581e45f84e1e96cd8b58c4d20a68e9b6e6de)) + ## [1.0.8](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.7...v1.0.8) (2022-09-30) diff --git a/package.json b/package.json index 78c61bd..2f5cdd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.8", + "version": "1.0.9", "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",