diff --git a/CHANGELOG.md b/CHANGELOG.md index 3337dbd..acd7166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.7](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.6...v1.0.7) (2022-09-30) + + +### Bug Fixes + +* bump [@cocreate](https://github.com/cocreate) dependencies ([9ebdb31](https://github.com/CoCreate-app/CoCreate-css-parser/commit/9ebdb311561f0c4d4c9b07c12a1af765ab5d11e0)) + ## [1.0.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.5...v1.0.6) (2022-09-30) diff --git a/package.json b/package.json index 4ba1f8e..b551eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.6", + "version": "1.0.7", "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.2", - "@cocreate/docs": "1.3.9", - "@cocreate/hosting": "1.3.9", - "@cocreate/observer": "1.5.8" + "@cocreate/crud-client": "^1.12.3", + "@cocreate/docs": "^1.3.10", + "@cocreate/hosting": "^1.3.10", + "@cocreate/observer": "^1.5.9" } }