From e0b9975479a4fdbb11d44dac5cc2ac53e75f5d39 Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 31 Dec 2022 13:19:40 +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 35b804a..b13c8a7 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.5", - "@cocreate/docs": "^1.4.27", - "@cocreate/hosting": "^1.6.28", - "@cocreate/observer": "^1.5.49" + "@cocreate/crud-client": "^1.17.8", + "@cocreate/docs": "^1.5.1", + "@cocreate/hosting": "^1.7.1", + "@cocreate/observer": "^1.5.51" } } From 3cc63419c76491a306a4d894b3849bb29301c10f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 31 Dec 2022 13:21:33 +0000 Subject: [PATCH 2/2] chore(release): 1.4.2 [skip ci] ## [1.4.2](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.1...v1.4.2) (2022-12-31) ### Bug Fixes * bump dependencies ([e0b9975](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e0b9975479a4fdbb11d44dac5cc2ac53e75f5d39)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b22f04..d6be2b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.2](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.1...v1.4.2) (2022-12-31) + + +### Bug Fixes + +* bump dependencies ([e0b9975](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e0b9975479a4fdbb11d44dac5cc2ac53e75f5d39)) + ## [1.4.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.0...v1.4.1) (2022-12-30) diff --git a/package.json b/package.json index b13c8a7..316270e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.4.1", + "version": "1.4.2", "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",