From 7a7b5bbac229e5ee3c5c9fe74613cb6fa269ce6e Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 7 Dec 2022 18:01:46 +0000 Subject: [PATCH 1/2] fix: bump dependencies --- package.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f0a5956..3ef0996 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.12", + "@cocreate/crud-client": "^1.16.1", "@cocreate/docs": "^1.4.13", - "@cocreate/hosting": "^1.6.11", - "@cocreate/observer": "^1.5.33" + "@cocreate/hosting": "^1.6.12", + "@cocreate/observer": "^1.5.34" } } From 6fb9876199f71ca84c46f1bb3ef96ad8daecb205 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Dec 2022 18:03:33 +0000 Subject: [PATCH 2/2] chore(release): 1.1.11 [skip ci] ## [1.1.11](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.10...v1.1.11) (2022-12-07) ### Bug Fixes * bump dependencies ([7a7b5bb](https://github.com/CoCreate-app/CoCreate-css-parser/commit/7a7b5bbac229e5ee3c5c9fe74613cb6fa269ce6e)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcce9c9..c3acf91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.11](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.10...v1.1.11) (2022-12-07) + + +### Bug Fixes + +* bump dependencies ([7a7b5bb](https://github.com/CoCreate-app/CoCreate-css-parser/commit/7a7b5bbac229e5ee3c5c9fe74613cb6fa269ce6e)) + ## [1.1.10](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.9...v1.1.10) (2022-12-04) diff --git a/package.json b/package.json index 3ef0996..96efe1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.1.10", + "version": "1.1.11", "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",