diff --git a/CHANGELOG.md b/CHANGELOG.md index 243d3e1..dc10300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.4...v1.0.5) (2022-09-30) + + +### Bug Fixes + +* bump dependencies ([333a21a](https://github.com/CoCreate-app/CoCreate-css-parser/commit/333a21a1f94ba0cc36d21a93e12fe5091307c689)) + ## [1.0.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.3...v1.0.4) (2022-09-29) diff --git a/package.json b/package.json index 154f917..82daec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.4", + "version": "1.0.5", "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.10.1", - "@cocreate/docs": "^1.3.6", - "@cocreate/hosting": "^1.3.5", + "@cocreate/crud-client": "^1.12.2", + "@cocreate/docs": "^1.3.8", + "@cocreate/hosting": "^1.3.8", "@cocreate/observer": "^1.5.5" } }