From 6cba9afb598c866bd6e12c4d3d06e0774d609644 Mon Sep 17 00:00:00 2001
From: frankpagan
Date: Mon, 1 May 2023 00:49:29 -0600
Subject: [PATCH 1/2] fix: replace fontawesome with svg
---
demo/atomic-css.html | 22 +++++++++++-----------
demo/test.html | 12 ++++++------
docs/index.html | 24 ++++++++++++------------
3 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/demo/atomic-css.html b/demo/atomic-css.html
index 5e01772..3fb672b 100644
--- a/demo/atomic-css.html
+++ b/demo/atomic-css.html
@@ -28,11 +28,11 @@
CoCreate helper CSS
CoCreate provides the most convenient helper class.
@@ -41,7 +41,7 @@ CoCreate helper CSS
@@ -725,7 +725,7 @@ cursor
@@ -742,10 +742,10 @@
Demo
diff --git a/demo/test.html b/demo/test.html
index c5d4296..0fd4727 100644
--- a/demo/test.html
+++ b/demo/test.html
@@ -210,7 +210,7 @@ Thirdparty API Intergratio
@@ -222,11 +222,11 @@ SPREAD THE WORD!
diff --git a/docs/index.html b/docs/index.html
index 8b620da..5ae0330 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -37,13 +37,13 @@ CoCreate utility CSS
CoCreate provides the most convenient utility class.
@@ -52,7 +52,7 @@
CoCreate utility CSS
@@ -735,7 +735,7 @@ cursor
@@ -752,10 +752,10 @@
Demo
@@ -765,7 +765,7 @@ Demo
From 471de09067181492a14d05af05a5b28a0814aca8 Mon Sep 17 00:00:00 2001
From: semantic-release-bot
Date: Mon, 1 May 2023 09:15:29 +0000
Subject: [PATCH 2/2] chore(release): 1.7.6 [skip ci]
## [1.7.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.5...v1.7.6) (2023-05-01)
### Bug Fixes
* replace fontawesome with svg ([6cba9af](https://github.com/CoCreate-app/CoCreate-css-parser/commit/6cba9afb598c866bd6e12c4d3d06e0774d609644))
---
CHANGELOG.md | 7 +++++++
package.json | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0303795..f3b0c31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.7.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.5...v1.7.6) (2023-05-01)
+
+
+### Bug Fixes
+
+* replace fontawesome with svg ([6cba9af](https://github.com/CoCreate-app/CoCreate-css-parser/commit/6cba9afb598c866bd6e12c4d3d06e0774d609644))
+
## [1.7.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.4...v1.7.5) (2023-04-30)
diff --git a/package.json b/package.json
index 12cba8e..c4c3e3f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@cocreate/css-parser",
- "version": "1.7.5",
+ "version": "1.7.6",
"description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"css-parser",