Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Aug 16, 2023
1 parent c558a3f commit 10ffe1b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.6.0](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.29...v1.6.0) (2023-08-16)


### Bug Fixes

* crud attributes renamed ([d759207](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/d759207eea5a573ab8f791585e3d7a4b83285fa5))
* replace -target -selector ([c33ba43](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/c33ba43811188e71edb2d3ff7fd6c8dc65a51600))
* updated actions callback data object ([2c105fa](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/2c105fa2c24703a5cd61b3772232045bdd69eb59))
* 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))


### Features

* name attribute and variable renamed to key ([28839a7](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/28839a7b3625ce52409de82838f529234fbbdb59))
* Refactor selector utility in index.js ([b64bfb2](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/b64bfb25cbfe8a49b340ef3bb6e4e4651a6c849f))

## [1.5.29](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.28...v1.5.29) (2023-06-14)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/conditional-logic",
"version": "1.5.29",
"version": "1.6.0",
"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 Expand Up @@ -62,4 +62,4 @@
"@cocreate/observer": "^1.8.19",
"@cocreate/utils": "^1.21.16"
}
}
}

0 comments on commit 10ffe1b

Please sign in to comment.