Skip to content

Commit ff205e6

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.41...v1.3.0) (2022-07-03) ### Features * queryDocumentSelectorAll - ability to query iframes and parent of iframes ([f8b070a](f8b070a))
1 parent f8b070a commit ff205e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.2.41...v1.3.0) (2022-07-03)
2+
3+
4+
### Features
5+
6+
* queryDocumentSelectorAll - ability to query iframes and parent of iframes ([f8b070a](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/f8b070a2da6f50cefc2794e783f917a8a7b4f7f7))
7+
18
## [1.2.41](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.2.40...v1.2.41) (2022-06-18)
29

310

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.2.41",
3+
"version": "1.3.0",
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)