From 9b74b9281fae6289bf0100d2cbd34df916955a8f Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 1 Jan 2023 18:09:57 +0000 Subject: [PATCH 1/2] fix: docs sanbox overflow --- demo/atomic-css.html | 4 ++-- docs/index.html | 4 ++-- package.json | 12 +++++------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/demo/atomic-css.html b/demo/atomic-css.html index f362c24..38ae636 100644 --- a/demo/atomic-css.html +++ b/demo/atomic-css.html @@ -729,14 +729,14 @@

Demo

-
+
-
+
diff --git a/docs/index.html b/docs/index.html index 6b2c48d..e2aff72 100644 --- a/docs/index.html +++ b/docs/index.html @@ -739,14 +739,14 @@

Demo

-
+
-
+
diff --git a/package.json b/package.json index 316270e..935e4ed 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", @@ -60,9 +58,9 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/crud-client": "^1.17.8", - "@cocreate/docs": "^1.5.1", - "@cocreate/hosting": "^1.7.1", - "@cocreate/observer": "^1.5.51" + "@cocreate/crud-client": "^1.17.9", + "@cocreate/docs": "^1.5.2", + "@cocreate/hosting": "^1.7.2", + "@cocreate/observer": "^1.5.52" } } From e720d1ab74af64613215688a543180db8858d87a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Jan 2023 18:19:11 +0000 Subject: [PATCH 2/2] chore(release): 1.4.3 [skip ci] ## [1.4.3](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.2...v1.4.3) (2023-01-01) ### Bug Fixes * docs sanbox overflow ([9b74b92](https://github.com/CoCreate-app/CoCreate-css-parser/commit/9b74b9281fae6289bf0100d2cbd34df916955a8f)) --- CHANGELOG.md | 7 +++++++ package.json | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6be2b6..596fe27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.3](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.2...v1.4.3) (2023-01-01) + + +### Bug Fixes + +* docs sanbox overflow ([9b74b92](https://github.com/CoCreate-app/CoCreate-css-parser/commit/9b74b9281fae6289bf0100d2cbd34df916955a8f)) + ## [1.4.2](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.1...v1.4.2) (2022-12-31) diff --git a/package.json b/package.json index 935e4ed..2a7e534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.4.2", + "version": "1.4.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",