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 9746970..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", @@ -61,9 +61,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" } } 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