From cd90d54aca41562af32a98865506cdae8a0d3838 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 21 Nov 2022 20:21:09 +0000 Subject: [PATCH 1/2] fix: @cocreate/docs bug fix --- package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9b632d4..7592484 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.1", - "@cocreate/docs": "^1.3.21", - "@cocreate/hosting": "^1.4.4", - "@cocreate/observer": "^1.5.19" + "@cocreate/crud-client": "^1.13.4", + "@cocreate/docs": "^1.3.24", + "@cocreate/hosting": "^1.5.0", + "@cocreate/observer": "^1.5.22" } } From b97507de2ee2dae91d081e42df3c8348aaa31a40 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Nov 2022 20:23:26 +0000 Subject: [PATCH 2/2] chore(release): 1.0.16 [skip ci] ## [1.0.16](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.15...v1.0.16) (2022-11-21) ### Bug Fixes * @cocreate/docs bug fix ([cd90d54](https://github.com/CoCreate-app/CoCreate-css-parser/commit/cd90d54aca41562af32a98865506cdae8a0d3838)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 539bce8..95cc58e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.16](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.15...v1.0.16) (2022-11-21) + + +### Bug Fixes + +* @cocreate/docs bug fix ([cd90d54](https://github.com/CoCreate-app/CoCreate-css-parser/commit/cd90d54aca41562af32a98865506cdae8a0d3838)) + ## [1.0.15](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.14...v1.0.15) (2022-11-21) diff --git a/package.json b/package.json index 7592484..9afa951 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.15", + "version": "1.0.16", "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",