Skip to content

Commit 134d6ab

Browse files
chore(release): 1.12.1 [skip ci]
## [1.12.1](v1.12.0...v1.12.1) (2025-04-11) ### Bug Fixes * dispatch end event on action element rather than document ([2942e5a](2942e5a)) * update observer observe param to type and and attributeName to attributeFilter ([662bf5a](662bf5a))
1 parent 662bf5a commit 134d6ab

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.12.1](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.12.0...v1.12.1) (2025-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* dispatch end event on action element rather than document ([2942e5a](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/2942e5a55f3b36e49f7c7bab1aee5121056d1a6c))
7+
* update observer observe param to type and and attributeName to attributeFilter ([662bf5a](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/662bf5a28e3367e597272acc6ac033dd4fcd2ccf))
8+
19
# [1.12.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.11.4...v1.12.0) (2024-11-04)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
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",

0 commit comments

Comments
 (0)