Skip to content

Commit 5f39602

Browse files
chore(release): 1.12.2 [skip ci]
## [1.12.2](v1.12.1...v1.12.2) (2025-04-30) ### Bug Fixes * added css-loader ([33f3b22](33f3b22)) * update query attributes ([0cde9e8](0cde9e8)) * updated cocreate modules versions ([a986933](a986933)) * webpack.config and devdependencies ([59ccbf1](59ccbf1))
1 parent 33f3b22 commit 5f39602

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.12.2](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.12.1...v1.12.2) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* added css-loader ([33f3b22](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/33f3b221e0d2fd6a561fbdca56cacd7fa2fd5b8d))
7+
* update query attributes ([0cde9e8](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/0cde9e8939e8ab92d8225b81d900ccea4bd7c1ff))
8+
* updated cocreate modules versions ([a986933](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/a98693337760280a6acb52e82ecfd8ac4f97355e))
9+
* webpack.config and devdependencies ([59ccbf1](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/59ccbf1a336d7a08be169a0eafc28d476d2e9d56))
10+
111
## [1.12.1](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.12.0...v1.12.1) (2025-04-11)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
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)