From a2b99514f79a9b15e7677624a7b0c1b8090e0bb6 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 22 Nov 2022 12:36:14 +0000 Subject: [PATCH 1/3] fix: apply src: {{source}} to CoCreate.config --- CoCreate.config.js | 30 +++++++----------------------- demo/atomic-css.html | 2 +- demo/index.html | 2 +- demo/test.1.html | 2 +- 4 files changed, 10 insertions(+), 26 deletions(-) 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

From 43ff1d35df091a379c3c0da3933a002ff7547396 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 22 Nov 2022 13:58:33 +0000 Subject: [PATCH 2/3] fix: workflow docs --- package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9afa951..3ce2342 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,7 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { - "access": "public" - }, + "publishConfig": { "access": "public" }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -61,9 +59,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" } } From d38057d3e58c868f7fb203950825f59ab05b4f89 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Nov 2022 14:03:38 +0000 Subject: [PATCH 3/3] chore(release): 1.0.17 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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/package.json b/package.json index 3ce2342..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", @@ -20,7 +20,9 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js",