From 607564a32fd8fb4493ba257fc958a930cd571021 Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 26 Nov 2022 09:47:39 +0000 Subject: [PATCH 1/2] fix: bump dependencies --- package.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fffcc8f..647bf4e 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", @@ -62,8 +60,8 @@ }, "dependencies": { "@cocreate/crud-client": "^1.15.1", - "@cocreate/docs": "^1.4.4", - "@cocreate/hosting": "^1.6.3", - "@cocreate/observer": "^1.5.27" + "@cocreate/docs": "^1.4.5", + "@cocreate/hosting": "^1.6.4", + "@cocreate/observer": "^1.5.28" } } From afc856b6111810956bbdb2135e86270d692018e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Nov 2022 10:18:08 +0000 Subject: [PATCH 2/2] chore(release): 1.1.4 [skip ci] ## [1.1.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.3...v1.1.4) (2022-11-26) ### Bug Fixes * bump dependencies ([607564a](https://github.com/CoCreate-app/CoCreate-css-parser/commit/607564a32fd8fb4493ba257fc958a930cd571021)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a1c32..c61073f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.3...v1.1.4) (2022-11-26) + + +### Bug Fixes + +* bump dependencies ([607564a](https://github.com/CoCreate-app/CoCreate-css-parser/commit/607564a32fd8fb4493ba257fc958a930cd571021)) + ## [1.1.3](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.2...v1.1.3) (2022-11-25) diff --git a/package.json b/package.json index 647bf4e..c0dd5d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.1.3", + "version": "1.1.4", "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",