From 7dce60bcf620dc2b01e164cd410949524080b1fe Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 13 Jan 2023 17:21:36 +0000 Subject: [PATCH 1/2] fix: bump dependencies --- package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 7830565..4979254 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", @@ -60,9 +58,9 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/crud-client": "^1.17.15", - "@cocreate/docs": "^1.5.6", - "@cocreate/hosting": "^1.7.6", - "@cocreate/observer": "^1.5.56" + "@cocreate/crud-client": "^1.17.17", + "@cocreate/docs": "^1.5.7", + "@cocreate/hosting": "^1.7.7", + "@cocreate/observer": "^1.5.57" } } From bb44d91573806220fe930effd20f684192b28954 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Jan 2023 17:23:07 +0000 Subject: [PATCH 2/2] chore(release): 1.4.8 [skip ci] ## [1.4.8](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.7...v1.4.8) (2023-01-13) ### Bug Fixes * bump dependencies ([7dce60b](https://github.com/CoCreate-app/CoCreate-css-parser/commit/7dce60bcf620dc2b01e164cd410949524080b1fe)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61410ed..a98a650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.8](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.7...v1.4.8) (2023-01-13) + + +### Bug Fixes + +* bump dependencies ([7dce60b](https://github.com/CoCreate-app/CoCreate-css-parser/commit/7dce60bcf620dc2b01e164cd410949524080b1fe)) + ## [1.4.7](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.6...v1.4.7) (2023-01-10) diff --git a/package.json b/package.json index 4979254..ff9d089 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.4.7", + "version": "1.4.8", "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",