From 01efc5f2d063ccaa1766cce4b8b33f7901d8f3d7 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 23 Nov 2022 20:50:42 +0000 Subject: [PATCH 1/2] fix: bumped @cocreate dependencies --- package.json | 12 +++++------- src/index.js | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 55b496b..4a3d3b0 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.13.6", - "@cocreate/docs": "^1.4.1", - "@cocreate/hosting": "^1.6.0", - "@cocreate/observer": "^1.5.24" + "@cocreate/crud-client": "^1.14.0", + "@cocreate/docs": "^1.4.2", + "@cocreate/hosting": "^1.6.1", + "@cocreate/observer": "^1.5.25" } } diff --git a/src/index.js b/src/index.js index bd3fff8..5299894 100644 --- a/src/index.js +++ b/src/index.js @@ -8,7 +8,7 @@ import observer from '@cocreate/observer'; import CRUD from '@cocreate/crud-client'; let crud -if(CRUD && CRUD.default) +if (CRUD && CRUD.default) crud = CRUD.default else crud = CRUD From 2b76e210bdf508f6ea446562ccd6b40112fb1d10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Nov 2022 20:57:52 +0000 Subject: [PATCH 2/2] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.0...v1.1.1) (2022-11-23) ### Bug Fixes * bumped [@cocreate](https://github.com/cocreate) dependencies ([01efc5f](https://github.com/CoCreate-app/CoCreate-css-parser/commit/01efc5f2d063ccaa1766cce4b8b33f7901d8f3d7)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba6a6ce..9522f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.0...v1.1.1) (2022-11-23) + + +### Bug Fixes + +* bumped [@cocreate](https://github.com/cocreate) dependencies ([01efc5f](https://github.com/CoCreate-app/CoCreate-css-parser/commit/01efc5f2d063ccaa1766cce4b8b33f7901d8f3d7)) + # [1.1.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.17...v1.1.0) (2022-11-23) diff --git a/package.json b/package.json index 4a3d3b0..f8a8331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.1.0", + "version": "1.1.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",