Skip to content

Commit 10ffe1b

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.29...v1.6.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([d759207](d759207)) * replace -target -selector ([c33ba43](c33ba43)) * updated actions callback data object ([2c105fa](2c105fa)) * webpack.config and package.json make use of mode=production instead of process.env ([c558a3f](c558a3f)) ### Features * name attribute and variable renamed to key ([28839a7](28839a7)) * Refactor selector utility in index.js ([b64bfb2](b64bfb2))
1 parent c558a3f commit 10ffe1b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.6.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.29...v1.6.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([d759207](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/d759207eea5a573ab8f791585e3d7a4b83285fa5))
7+
* replace -target -selector ([c33ba43](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/c33ba43811188e71edb2d3ff7fd6c8dc65a51600))
8+
* updated actions callback data object ([2c105fa](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/2c105fa2c24703a5cd61b3772232045bdd69eb59))
9+
* webpack.config and package.json make use of mode=production instead of process.env ([c558a3f](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/c558a3f1f8cb885327ac8cf9d29858b24fab3e4a))
10+
11+
12+
### Features
13+
14+
* name attribute and variable renamed to key ([28839a7](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/28839a7b3625ce52409de82838f529234fbbdb59))
15+
* Refactor selector utility in index.js ([b64bfb2](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/b64bfb25cbfe8a49b340ef3bb6e4e4651a6c849f))
16+
117
## [1.5.29](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.28...v1.5.29) (2023-06-14)
218

319

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/conditional-logic",
3-
"version": "1.5.29",
3+
"version": "1.6.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",
@@ -62,4 +62,4 @@
6262
"@cocreate/observer": "^1.8.19",
6363
"@cocreate/utils": "^1.21.16"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)