From 1487af11164027dc7dc2d1bf2d8c48af93703879 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Thu, 23 Nov 2023 17:52:18 -0600 Subject: [PATCH 1/3] fix: update nav, edit button and css path --- demo/atomic-css.html | 2 +- demo/test.html | 6 ++---- docs/index.html | 22 ++++++++++------------ 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/demo/atomic-css.html b/demo/atomic-css.html index 5a4773a..3f14f6d 100644 --- a/demo/atomic-css.html +++ b/demo/atomic-css.html @@ -22,7 +22,7 @@ content="https://cdn.cocreate.app/docs/css-parser.png" />

diff --git a/docs/index.html b/docs/index.html index fd7f3e8..cd6049b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,7 +28,7 @@ type="text/css" /> + + scroll="sticky-nav," + scroll-up="5" + scroll-down="5" + path="../" + src="../components/navbar.html">

Demo

From 9c42dfb477ec169f4167e9aa5e84b308e134b177 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Thu, 23 Nov 2023 19:19:31 -0600 Subject: [PATCH 2/3] feat: upgrade dependencies for latest features and fixes --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 40c2195..e7b177b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/local-storage": "^1.10.11", - "@cocreate/observer": "^1.12.0" + "@cocreate/local-storage": "^1.11.1", + "@cocreate/observer": "^1.13.0" } -} +} \ No newline at end of file From d6a6fef622304959aba1c589559f23726714a437 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Nov 2023 21:33:21 +0000 Subject: [PATCH 3/3] chore(release): 1.13.0 [skip ci] # [1.13.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.12.0...v1.13.0) (2023-11-25) ### Bug Fixes * update nav, edit button and css path ([1487af1](https://github.com/CoCreate-app/CoCreate-css-parser/commit/1487af11164027dc7dc2d1bf2d8c48af93703879)) ### Features * upgrade dependencies for latest features and fixes ([9c42dfb](https://github.com/CoCreate-app/CoCreate-css-parser/commit/9c42dfb477ec169f4167e9aa5e84b308e134b177)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fe657..eff4a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.13.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.12.0...v1.13.0) (2023-11-25) + + +### Bug Fixes + +* update nav, edit button and css path ([1487af1](https://github.com/CoCreate-app/CoCreate-css-parser/commit/1487af11164027dc7dc2d1bf2d8c48af93703879)) + + +### Features + +* upgrade dependencies for latest features and fixes ([9c42dfb](https://github.com/CoCreate-app/CoCreate-css-parser/commit/9c42dfb477ec169f4167e9aa5e84b308e134b177)) + # [1.12.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.11.9...v1.12.0) (2023-11-19) diff --git a/package.json b/package.json index e7b177b..7f6ce7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.12.0", + "version": "1.13.0", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser", @@ -61,4 +61,4 @@ "@cocreate/local-storage": "^1.11.1", "@cocreate/observer": "^1.13.0" } -} \ No newline at end of file +}