Skip to content

Commit a4f54fa

Browse files
chore(release): 1.4.6 [skip ci]
## [1.4.6](v1.4.5...v1.4.6) (2023-04-11) ### Bug Fixes * bump dependencies ([5052121](5052121))
1 parent 5052121 commit a4f54fa

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.6](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.4.5...v1.4.6) (2023-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([5052121](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/5052121ed3e53d8ee6e350eda2308cd8841be980))
7+
18
## [1.4.5](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.4.4...v1.4.5) (2023-04-11)
29

310

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.4.5",
3+
"version": "1.4.6",
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",
@@ -65,4 +65,4 @@
6565
"@cocreate/observer": "^1.6.5",
6666
"@cocreate/utils": "^1.19.5"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)