From f013ecf17d4770bb6be479f45e058672cea994e4 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 27 Jan 2023 20:31:46 +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 ff9d089..a50df2d 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.17.17", - "@cocreate/docs": "^1.5.7", - "@cocreate/hosting": "^1.7.7", - "@cocreate/observer": "^1.5.57" + "@cocreate/crud-client": "^1.17.19", + "@cocreate/docs": "^1.5.8", + "@cocreate/hosting": "^1.7.8", + "@cocreate/observer": "^1.5.58" } } From e91155db6dc1e696b51d8ba662b1c1c91b34ce2c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Jan 2023 20:33:20 +0000 Subject: [PATCH 2/2] chore(release): 1.4.9 [skip ci] ## [1.4.9](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.8...v1.4.9) (2023-01-27) ### Bug Fixes * bump dependencies ([f013ecf](https://github.com/CoCreate-app/CoCreate-css-parser/commit/f013ecf17d4770bb6be479f45e058672cea994e4)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98a650..6ba1219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.9](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.8...v1.4.9) (2023-01-27) + + +### Bug Fixes + +* bump dependencies ([f013ecf](https://github.com/CoCreate-app/CoCreate-css-parser/commit/f013ecf17d4770bb6be479f45e058672cea994e4)) + ## [1.4.8](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.7...v1.4.8) (2023-01-13) diff --git a/package.json b/package.json index a50df2d..024354f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.4.8", + "version": "1.4.9", "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",