Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-08-02)

### Bug Fixes

* remove data- from attributes ([e694f79](e694f79))
* removed data- from show and hde attributes ([421a4b2](421a4b2))
* update data-fullscreen to fullscreen ([fea4ecc](fea4ecc))
  • Loading branch information
semantic-release-bot committed Aug 2, 2021
1 parent e694f79 commit 0387cfb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.2](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.1.1...v1.1.2) (2021-08-02)


### Bug Fixes

* remove data- from attributes ([e694f79](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/e694f79540af2f40feeec37100dcf07b5fb70879))
* removed data- from show and hde attributes ([421a4b2](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/421a4b2af001ce003091810293b317beeb29822f))
* update data-fullscreen to fullscreen ([fea4ecc](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/fea4ecc721c3a1f262e0fd067e15ee733bfd3d5d))

## [1.1.1](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.1.0...v1.1.1) (2021-07-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/conditional-logic",
"version": "1.1.1",
"version": "1.1.2",
"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.",
"keywords": [
"conditional-logic",
Expand Down

0 comments on commit 0387cfb

Please sign in to comment.