From e45b99d2c5b68258a91339ccb408740f1747847c Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 30 Dec 2022 22:16:29 +0000 Subject: [PATCH 1/2] fix: update config sources to use template braces with entry on src --- CoCreate.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index 632c1dc..8813e39 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -6,13 +6,12 @@ module.exports = { }, "sources": [ { - "entry": "./docs/index.html", "collection": "files", "document": { "_id": "637ca39950234ef1671ce312", "name": "index.html", "path": "/docs/css-parser/index.html", - "src": "{{source}}", + "src": "{{./docs/index.html}}", "domains": [ "cocreate.app", "general.cocreate.app" From 3ffa87974e35e04746a38a1d864166121d685a1e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Dec 2022 22:39:28 +0000 Subject: [PATCH 2/2] chore(release): 1.4.1 [skip ci] ## [1.4.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.0...v1.4.1) (2022-12-30) ### Bug Fixes * update config sources to use template braces with entry on src ([e45b99d](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e45b99d2c5b68258a91339ccb408740f1747847c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ba8e8..5b22f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.0...v1.4.1) (2022-12-30) + + +### Bug Fixes + +* update config sources to use template braces with entry on src ([e45b99d](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e45b99d2c5b68258a91339ccb408740f1747847c)) + # [1.4.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.9...v1.4.0) (2022-12-29) diff --git a/package.json b/package.json index 9970ba1..35b804a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.4.0", + "version": "1.4.1", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",