From bb33d217581654723faafba63cd13c6b45242f83 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 8 Dec 2022 13:45:11 +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 96efe1e..802fd22 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.16.1", - "@cocreate/docs": "^1.4.13", - "@cocreate/hosting": "^1.6.12", - "@cocreate/observer": "^1.5.34" + "@cocreate/crud-client": "^1.16.3", + "@cocreate/docs": "^1.4.15", + "@cocreate/hosting": "^1.6.13", + "@cocreate/observer": "^1.5.35" } } From a05f857751159e247b395dac9b4e8e4432017b95 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Dec 2022 13:47:31 +0000 Subject: [PATCH 2/2] chore(release): 1.1.12 [skip ci] ## [1.1.12](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.11...v1.1.12) (2022-12-08) ### Bug Fixes * bump dependencies ([bb33d21](https://github.com/CoCreate-app/CoCreate-css-parser/commit/bb33d217581654723faafba63cd13c6b45242f83)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3acf91..b588aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.12](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.11...v1.1.12) (2022-12-08) + + +### Bug Fixes + +* bump dependencies ([bb33d21](https://github.com/CoCreate-app/CoCreate-css-parser/commit/bb33d217581654723faafba63cd13c6b45242f83)) + ## [1.1.11](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.10...v1.1.11) (2022-12-07) diff --git a/package.json b/package.json index 802fd22..7bbd304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.1.11", + "version": "1.1.12", "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",