diff --git a/CHANGELOG.md b/CHANGELOG.md index d16f420..f2406e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.8](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.7...v1.7.8) (2023-05-06) + + +### Bug Fixes + +* bump [@cocreate](https://github.com/cocreate) dependencies ([c854eb9](https://github.com/CoCreate-app/CoCreate-css-parser/commit/c854eb99b3e79fef0cd28c7fff94cc95ef86a594)) + ## [1.7.7](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.6...v1.7.7) (2023-05-01) diff --git a/CoCreate.config.js b/CoCreate.config.js index 386580a..03ef68e 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -17,9 +17,10 @@ module.exports = { "general.cocreate.app" ], "directory": "/docs/css-parser", - "content-type": "text/html", + "parentDirectory": "{{parentDirectory}}", + "content-type": "{{content-type}}", "public": "true", - "website_id": "5ffbceb7f11d2d00103c4535" + "website_id": "644d4bff8036fb9d1d1fd69c" } } ] diff --git a/package.json b/package.json index fcad854..a8292cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.7.7", + "version": "1.7.8", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser", @@ -59,10 +59,10 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/crud-client": "^1.19.9", - "@cocreate/docs": "^1.7.1", - "@cocreate/hosting": "^1.9.2", - "@cocreate/local-storage": "^1.6.3", - "@cocreate/observer": "^1.7.1" + "@cocreate/crud-client": "^1.20.4", + "@cocreate/docs": "^1.7.8", + "@cocreate/hosting": "^1.10.0", + "@cocreate/local-storage": "^1.6.8", + "@cocreate/observer": "^1.7.6" } }