From e72de028e4e5b53e840cfed33e5725f9a9dd4c03 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 9 Dec 2022 15:25:24 +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 57e20c1..4db9022 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.3", - "@cocreate/docs": "^1.4.15", - "@cocreate/hosting": "^1.6.13", - "@cocreate/observer": "^1.5.35" + "@cocreate/crud-client": "^1.16.5", + "@cocreate/docs": "^1.4.16", + "@cocreate/hosting": "^1.6.15", + "@cocreate/observer": "^1.5.36" } } From 5329c77b1050e96f959b070c7bffa08385556054 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Dec 2022 15:30:15 +0000 Subject: [PATCH 2/2] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.2.0...v1.2.1) (2022-12-09) ### Bug Fixes * bump dependencies ([e72de02](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e72de028e4e5b53e840cfed33e5725f9a9dd4c03)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4611ffd..9a48f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.2.0...v1.2.1) (2022-12-09) + + +### Bug Fixes + +* bump dependencies ([e72de02](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e72de028e4e5b53e840cfed33e5725f9a9dd4c03)) + # [1.2.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.13...v1.2.0) (2022-12-09) diff --git a/package.json b/package.json index 4db9022..714575a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.2.0", + "version": "1.2.1", "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",