From 924a13004eb6e2dccc85f86386afb21cdb0e08b1 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 12 Dec 2022 14:56:18 +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 45f8cd1..11a68b1 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.7", - "@cocreate/docs": "^1.4.17", - "@cocreate/hosting": "^1.6.16", - "@cocreate/observer": "^1.5.37" + "@cocreate/crud-client": "^1.16.9", + "@cocreate/docs": "^1.4.18", + "@cocreate/hosting": "^1.6.17", + "@cocreate/observer": "^1.5.38" } } From 563e98bc35175605f2342b25b265869a811523ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Dec 2022 14:58:44 +0000 Subject: [PATCH 2/2] chore(release): 1.2.3 [skip ci] ## [1.2.3](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.2.2...v1.2.3) (2022-12-12) ### Bug Fixes * bump dependencies ([924a130](https://github.com/CoCreate-app/CoCreate-css-parser/commit/924a13004eb6e2dccc85f86386afb21cdb0e08b1)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a26682f..e508aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.2.2...v1.2.3) (2022-12-12) + + +### Bug Fixes + +* bump dependencies ([924a130](https://github.com/CoCreate-app/CoCreate-css-parser/commit/924a13004eb6e2dccc85f86386afb21cdb0e08b1)) + ## [1.2.2](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.2.1...v1.2.2) (2022-12-11) diff --git a/package.json b/package.json index 11a68b1..8c6ed9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.2.2", + "version": "1.2.3", "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",