From e83f9406ad93a35fc15477f6c9c0983598e5d4d3 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 9 Jan 2023 19:25:57 +0000 Subject: [PATCH 1/2] fix: bump dependnecies --- package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e3d51c2..fb74bf8 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.12", - "@cocreate/docs": "^1.5.4", - "@cocreate/hosting": "^1.7.4", - "@cocreate/observer": "^1.5.54" + "@cocreate/crud-client": "^1.17.14", + "@cocreate/docs": "^1.5.5", + "@cocreate/hosting": "^1.7.5", + "@cocreate/observer": "^1.5.55" } } From e10dc6d2c6f6cac477c0ad34f5459de98f76ec7a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Jan 2023 19:30:57 +0000 Subject: [PATCH 2/2] chore(release): 1.4.6 [skip ci] ## [1.4.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.5...v1.4.6) (2023-01-09) ### Bug Fixes * bump dependnecies ([e83f940](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e83f9406ad93a35fc15477f6c9c0983598e5d4d3)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0acf25..70c45ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.5...v1.4.6) (2023-01-09) + + +### Bug Fixes + +* bump dependnecies ([e83f940](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e83f9406ad93a35fc15477f6c9c0983598e5d4d3)) + ## [1.4.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.4...v1.4.5) (2023-01-06) diff --git a/package.json b/package.json index fb74bf8..a05a8ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.4.5", + "version": "1.4.6", "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",