Skip to content

Commit 40d20a0

Browse files
chore(release): 1.14.5 [skip ci]
## [1.14.5](v1.14.4...v1.14.5) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([ea1b6fc](ea1b6fc)) * Handlig importan in theme rules ([7078105](7078105)) * handling dark and light mode ([5217148](5217148)) * svg icon class ([3864815](3864815))
1 parent ea1b6fc commit 40d20a0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.14.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.14.4...v1.14.5) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([ea1b6fc](https://github.com/CoCreate-app/CoCreate-css-parser/commit/ea1b6fca49f2dc55cceba26f4419efbfa76f4f79))
7+
* Handlig importan in theme rules ([7078105](https://github.com/CoCreate-app/CoCreate-css-parser/commit/70781057f761557080360535d9ba47ef7aee8e67))
8+
* handling dark and light mode ([5217148](https://github.com/CoCreate-app/CoCreate-css-parser/commit/52171481883c33d30650366ef70f3b19445266d2))
9+
* svg icon class ([3864815](https://github.com/CoCreate-app/CoCreate-css-parser/commit/3864815ef136a8b95c7a871fbd69bb37a05583d0))
10+
111
## [1.14.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.14.3...v1.14.4) (2024-04-29)
212

313

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/css-parser",
3-
"version": "1.14.4",
3+
"version": "1.14.5",
44
"description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"css-parser",
@@ -61,4 +61,4 @@
6161
"@cocreate/local-storage": "^1.15.0",
6262
"@cocreate/observer": "^1.16.1"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)