From 818378472b7eacf0622d80e80171179b8d3b0d50 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 13 Dec 2022 18:06:12 +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 8c6ed9b..ad0e935 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.9", - "@cocreate/docs": "^1.4.18", - "@cocreate/hosting": "^1.6.17", - "@cocreate/observer": "^1.5.38" + "@cocreate/crud-client": "^1.16.11", + "@cocreate/docs": "^1.4.19", + "@cocreate/hosting": "^1.6.18", + "@cocreate/observer": "^1.5.39" } } From 703bc89ab38575e5ac837fdf35e79100097eaccc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Dec 2022 18:25:37 +0000 Subject: [PATCH 2/2] chore(release): 1.2.4 [skip ci] ## [1.2.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.2.3...v1.2.4) (2022-12-13) ### Bug Fixes * bump dependencies ([8183784](https://github.com/CoCreate-app/CoCreate-css-parser/commit/818378472b7eacf0622d80e80171179b8d3b0d50)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e508aa1..4ae3388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.2.3...v1.2.4) (2022-12-13) + + +### Bug Fixes + +* bump dependencies ([8183784](https://github.com/CoCreate-app/CoCreate-css-parser/commit/818378472b7eacf0622d80e80171179b8d3b0d50)) + ## [1.2.3](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.2.2...v1.2.3) (2022-12-12) diff --git a/package.json b/package.json index ad0e935..0733a5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.2.3", + "version": "1.2.4", "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",