diff --git a/CHANGELOG.md b/CHANGELOG.md index 95cc58e..3750985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.17](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.16...v1.0.17) (2022-11-22) + + +### Bug Fixes + +* apply src: {{source}} to CoCreate.config ([a2b9951](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a2b99514f79a9b15e7677624a7b0c1b8090e0bb6)) +* workflow docs ([43ff1d3](https://github.com/CoCreate-app/CoCreate-css-parser/commit/43ff1d35df091a379c3c0da3933a002ff7547396)) + ## [1.0.16](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.15...v1.0.16) (2022-11-21) diff --git a/CoCreate.config.js b/CoCreate.config.js index ec1526a..632c1dc 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -1,18 +1,18 @@ module.exports = { "config": { "apiKey": "2061acef-0451-4545-f754-60cf8160", - "organization_Id": "5ff747727005da1c272740ab", + "organization_id": "5ff747727005da1c272740ab", "host": "general.cocreate.app" }, - - "sources": [{ + "sources": [ + { "entry": "./docs/index.html", "collection": "files", - "document_id": "60145dc49f64ba1680b86693", - "key": "src", "document": { + "_id": "637ca39950234ef1671ce312", "name": "index.html", "path": "/docs/css-parser/index.html", + "src": "{{source}}", "domains": [ "cocreate.app", "general.cocreate.app" @@ -23,21 +23,5 @@ module.exports = { "website_id": "5ffbceb7f11d2d00103c4535" } } - ], - - "extract": { - "directory": "./src/", - "extensions": [ - "js", - "css", - "html" - ], - "ignores": [ - "node_modules", - "vendor", - "bower_components", - "archive" - ] - } -} - + ] +} \ No newline at end of file diff --git a/demo/atomic-css.html b/demo/atomic-css.html index b01cb9c..ce1f4a1 100644 --- a/demo/atomic-css.html +++ b/demo/atomic-css.html @@ -781,7 +781,7 @@

Demo

diff --git a/demo/index.html b/demo/index.html index 3d6520c..f93a8af 100644 --- a/demo/index.html +++ b/demo/index.html @@ -15,7 +15,7 @@ diff --git a/demo/test.1.html b/demo/test.1.html index 5b7d00b..94159f1 100644 --- a/demo/test.1.html +++ b/demo/test.1.html @@ -32,7 +32,7 @@

hello how are you

diff --git a/package.json b/package.json index 9afa951..ebdee11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.16", + "version": "1.0.17", "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.13.4", - "@cocreate/docs": "^1.3.24", - "@cocreate/hosting": "^1.5.0", - "@cocreate/observer": "^1.5.22" + "@cocreate/crud-client": "^1.13.6", + "@cocreate/docs": "^1.4.1", + "@cocreate/hosting": "^1.6.0", + "@cocreate/observer": "^1.5.24" } }