From f287dba574bf46fdffdd1f00df454739082d8363 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 21 Nov 2022 14:24:12 +0000 Subject: [PATCH 1/2] fix: bump d@cocreate ependencies --- package.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6e77809..f8375a5 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.12.11", - "@cocreate/docs": "^1.3.17", - "@cocreate/hosting": "^1.4.0", - "@cocreate/observer": "^1.5.16" + "@cocreate/crud-client": "^1.13.0", + "@cocreate/docs": "^1.3.20", + "@cocreate/hosting": "^1.4.3", + "@cocreate/observer": "^1.5.18" } } From c4fdf740e90d187d7b92d71149bdd59516787584 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Nov 2022 14:34:14 +0000 Subject: [PATCH 2/2] chore(release): 1.0.13 [skip ci] ## [1.0.13](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.12...v1.0.13) (2022-11-21) ### Bug Fixes * bump d@cocreate ependencies ([f287dba](https://github.com/CoCreate-app/CoCreate-css-parser/commit/f287dba574bf46fdffdd1f00df454739082d8363)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c7f67..478e543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.13](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.12...v1.0.13) (2022-11-21) + + +### Bug Fixes + +* bump d@cocreate ependencies ([f287dba](https://github.com/CoCreate-app/CoCreate-css-parser/commit/f287dba574bf46fdffdd1f00df454739082d8363)) + ## [1.0.12](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.11...v1.0.12) (2022-11-21) diff --git a/package.json b/package.json index f8375a5..d1ae257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.12", + "version": "1.0.13", "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",