diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e3dd36..186a4cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.6.4...v1.6.5) (2023-04-11) + + +### Bug Fixes + +* bump [@cocreate](https://github.com/cocreate) dependencies ([f4cff68](https://github.com/CoCreate-app/CoCreate-css-parser/commit/f4cff680f251c5961bf0b9caeda92a20cc4d4b07)) + ## [1.6.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.6.3...v1.6.4) (2023-04-11) diff --git a/CoCreate.config.js b/CoCreate.config.js index 7d04b16..386580a 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -1,7 +1,7 @@ module.exports = { "config": { - "apiKey": "2061acef-0451-4545-f754-60cf8160", "organization_id": "5ff747727005da1c272740ab", + "apiKey": "2061acef-0451-4545-f754-60cf8160", "host": "general.cocreate.app" }, "sources": [ diff --git a/package.json b/package.json index d4a1aae..6e60264 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.6.4", + "version": "1.6.5", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser", @@ -60,10 +60,10 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/crud-client": "^1.19.2", - "@cocreate/docs": "^1.6.2", - "@cocreate/hosting": "^1.8.2", - "@cocreate/local-storage": "^1.5.2", - "@cocreate/observer": "^1.6.2" + "@cocreate/crud-client": "^1.19.4", + "@cocreate/docs": "^1.6.4", + "@cocreate/hosting": "^1.8.4", + "@cocreate/local-storage": "^1.5.4", + "@cocreate/observer": "^1.6.4" } }