From 9ebdb311561f0c4d4c9b07c12a1af765ab5d11e0 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 30 Sep 2022 16:00:35 +0000 Subject: [PATCH 1/2] fix: bump @cocreate dependencies --- package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4ba1f8e..6d5bd98 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.12.2", - "@cocreate/docs": "1.3.9", - "@cocreate/hosting": "1.3.9", - "@cocreate/observer": "1.5.8" + "@cocreate/crud-client": "^1.12.3", + "@cocreate/docs": "^1.3.10", + "@cocreate/hosting": "^1.3.10", + "@cocreate/observer": "^1.5.9" } } From 4a50dca31393a839f84b8f32b0522332cdaacf28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Sep 2022 16:01:52 +0000 Subject: [PATCH 2/2] chore(release): 1.0.7 [skip ci] ## [1.0.7](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.6...v1.0.7) (2022-09-30) ### Bug Fixes * bump [@cocreate](https://github.com/cocreate) dependencies ([9ebdb31](https://github.com/CoCreate-app/CoCreate-css-parser/commit/9ebdb311561f0c4d4c9b07c12a1af765ab5d11e0)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3337dbd..acd7166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.7](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.6...v1.0.7) (2022-09-30) + + +### Bug Fixes + +* bump [@cocreate](https://github.com/cocreate) dependencies ([9ebdb31](https://github.com/CoCreate-app/CoCreate-css-parser/commit/9ebdb311561f0c4d4c9b07c12a1af765ab5d11e0)) + ## [1.0.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.5...v1.0.6) (2022-09-30) diff --git a/package.json b/package.json index 6d5bd98..b551eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.6", + "version": "1.0.7", "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",