From 4791c5f6966fe3bbdd60d044b9c9a86da76cec1f Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 23 Dec 2022 18:16:23 +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 b381643..aa6ee0d 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.16.20", - "@cocreate/docs": "^1.4.23", - "@cocreate/hosting": "^1.6.24", - "@cocreate/observer": "^1.5.45" + "@cocreate/crud-client": "^1.16.21", + "@cocreate/docs": "^1.4.24", + "@cocreate/hosting": "^1.6.25", + "@cocreate/observer": "^1.5.46" } } From 6a690ee57d175099e28866d79f32a6be201d1e5f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Dec 2022 18:20:44 +0000 Subject: [PATCH 2/2] chore(release): 1.3.7 [skip ci] ## [1.3.7](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.6...v1.3.7) (2022-12-23) ### Bug Fixes * bump dependnecies ([4791c5f](https://github.com/CoCreate-app/CoCreate-css-parser/commit/4791c5f6966fe3bbdd60d044b9c9a86da76cec1f)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93cac1a..a020953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.7](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.6...v1.3.7) (2022-12-23) + + +### Bug Fixes + +* bump dependnecies ([4791c5f](https://github.com/CoCreate-app/CoCreate-css-parser/commit/4791c5f6966fe3bbdd60d044b9c9a86da76cec1f)) + ## [1.3.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.5...v1.3.6) (2022-12-22) diff --git a/package.json b/package.json index aa6ee0d..56e7d1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.3.6", + "version": "1.3.7", "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",