From d9167fc39013800c76e558421cd3e718bab7cf1c Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 21 Nov 2022 14:43:45 +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 d1ae257..252d6ad 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.0", - "@cocreate/docs": "^1.3.20", - "@cocreate/hosting": "^1.4.3", - "@cocreate/observer": "^1.5.18" + "@cocreate/crud-client": "^1.13.1", + "@cocreate/docs": "^1.3.21", + "@cocreate/hosting": "^1.4.4", + "@cocreate/observer": "^1.5.19" } } From 1ac451175d0f26d95ef09f9451116cba8cbb7d3d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Nov 2022 14:50:24 +0000 Subject: [PATCH 2/2] chore(release): 1.0.14 [skip ci] ## [1.0.14](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.13...v1.0.14) (2022-11-21) ### Bug Fixes * bump [@cocreate](https://github.com/cocreate) dependencies ([d9167fc](https://github.com/CoCreate-app/CoCreate-css-parser/commit/d9167fc39013800c76e558421cd3e718bab7cf1c)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478e543..204716a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.14](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.13...v1.0.14) (2022-11-21) + + +### Bug Fixes + +* bump [@cocreate](https://github.com/cocreate) dependencies ([d9167fc](https://github.com/CoCreate-app/CoCreate-css-parser/commit/d9167fc39013800c76e558421cd3e718bab7cf1c)) + ## [1.0.13](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.12...v1.0.13) (2022-11-21) diff --git a/package.json b/package.json index 252d6ad..aecfff2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.13", + "version": "1.0.14", "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",