From 6e49b7055cf376492119cb0aa23ad67d8525643f Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 28 Nov 2022 16:02: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 d96a287..de8840b 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.15.4", - "@cocreate/docs": "^1.4.6", - "@cocreate/hosting": "^1.6.5", - "@cocreate/observer": "^1.5.29" + "@cocreate/crud-client": "^1.15.6", + "@cocreate/docs": "^1.4.7", + "@cocreate/hosting": "^1.6.6", + "@cocreate/observer": "^1.5.30" } } From a3cadf58f1920ce9ba0a7696de7ce8f4509dda1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Nov 2022 16:04:41 +0000 Subject: [PATCH 2/2] chore(release): 1.1.6 [skip ci] ## [1.1.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.5...v1.1.6) (2022-11-28) ### Bug Fixes * bump dependencies ([6e49b70](https://github.com/CoCreate-app/CoCreate-css-parser/commit/6e49b7055cf376492119cb0aa23ad67d8525643f)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b177440..a43bb2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.5...v1.1.6) (2022-11-28) + + +### Bug Fixes + +* bump dependencies ([6e49b70](https://github.com/CoCreate-app/CoCreate-css-parser/commit/6e49b7055cf376492119cb0aa23ad67d8525643f)) + ## [1.1.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.4...v1.1.5) (2022-11-27) diff --git a/package.json b/package.json index de8840b..27c6175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.1.5", + "version": "1.1.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",