Skip to content

Commit 505bd83

Browse files
chore(release): 1.11.4 [skip ci]
## [1.11.4](v1.11.3...v1.11.4) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([7b845c9](7b845c9)) * svg icon class ([7a858e7](7a858e7))
1 parent 7b845c9 commit 505bd83

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.11.4](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.11.3...v1.11.4) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([7b845c9](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/7b845c96984cbb3984218c63f65df40ae663a53b))
7+
* svg icon class ([7a858e7](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/7a858e7300a888e0703a5a67291cc9a01f264762))
8+
19
## [1.11.3](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.11.2...v1.11.3) (2024-05-19)
210

311

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data attributes and/or JavaScript API.",
55
"keywords": [
66
"conditional-logic",
@@ -62,4 +62,4 @@
6262
"@cocreate/observer": "^1.16.1",
6363
"@cocreate/utils": "^1.33.7"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)