From 5ab1f00cb32264970b8ce81494fbc0db728e9e88 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Sun, 23 Apr 2023 21:52:34 -0600 Subject: [PATCH 1/2] feat: added pwa manifest --- demo/atomic-css.html | 3 ++- demo/index.html | 1 + demo/test.1.html | 1 + demo/test.html | 1 + docs/index.html | 3 ++- 5 files changed, 7 insertions(+), 2 deletions(-) diff --git a/demo/atomic-css.html b/demo/atomic-css.html index d1e2f5a..4fdfd9b 100644 --- a/demo/atomic-css.html +++ b/demo/atomic-css.html @@ -16,7 +16,8 @@ .cocreate-badge{font-size:14px; margin-bottom:5px} .copy{cursor:copy} - + + diff --git a/demo/index.html b/demo/index.html index 357b3bd..ac1db4b 100644 --- a/demo/index.html +++ b/demo/index.html @@ -7,6 +7,7 @@ css-parser | CoCreateJS + diff --git a/demo/test.1.html b/demo/test.1.html index 5646d55..a251d5c 100644 --- a/demo/test.1.html +++ b/demo/test.1.html @@ -13,6 +13,7 @@ + diff --git a/demo/test.html b/demo/test.html index 4fb9bee..c5d4296 100644 --- a/demo/test.html +++ b/demo/test.html @@ -12,6 +12,7 @@ + /*Sidenav Search Field */ diff --git a/docs/index.html b/docs/index.html index 1042fa3..606b835 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,7 +14,8 @@ - + + .cocreate-badge{font-size:14px; margin-bottom:5px} From cee4004a0b4127a81d5bb998f8dff87e22bd0cfe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Apr 2023 04:27:51 +0000 Subject: [PATCH 2/2] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.6.6...v1.7.0) (2023-04-24) ### Features * added pwa manifest ([5ab1f00](https://github.com/CoCreate-app/CoCreate-css-parser/commit/5ab1f00cb32264970b8ce81494fbc0db728e9e88)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4d07b..74d0fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.6.6...v1.7.0) (2023-04-24) + + +### Features + +* added pwa manifest ([5ab1f00](https://github.com/CoCreate-app/CoCreate-css-parser/commit/5ab1f00cb32264970b8ce81494fbc0db728e9e88)) + ## [1.6.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.6.5...v1.6.6) (2023-04-11) diff --git a/package.json b/package.json index fc17afd..e6f2ec2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.6.6", + "version": "1.7.0", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",