Skip to content

Commit f775f45

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2021-08-14) ### Bug Fixes * remove data- from dnd attributes ([7bcea84](7bcea84)) * rename data-element_id to element_id ([33fd477](33fd477)) * update to docs ([c8637d5](c8637d5))
1 parent 33fd477 commit f775f45

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.1.3](https://github.com/CoCreate-app/CoCreate-clone/compare/v1.1.2...v1.1.3) (2021-08-14)
2+
3+
4+
### Bug Fixes
5+
6+
* remove data- from dnd attributes ([7bcea84](https://github.com/CoCreate-app/CoCreate-clone/commit/7bcea847db5fbff7b94b7d99e5bf5b14d5f412f7))
7+
* rename data-element_id to element_id ([33fd477](https://github.com/CoCreate-app/CoCreate-clone/commit/33fd477bfaa6508c210930a856488c29a75464bc))
8+
* update to docs ([c8637d5](https://github.com/CoCreate-app/CoCreate-clone/commit/c8637d551de8e6d8923dc809c5a888e89fe4ac82))
9+
110
## [1.1.2](https://github.com/CoCreate-app/CoCreate-clone/compare/v1.1.1...v1.1.2) (2021-08-02)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/clone",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Clone an html element by #id, identify targeted elements using data-clone_id attribute. Capable of creating nested & complex cloning logic for kanbans, tasklists etc. Easy configuration using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"clone-elements",

0 commit comments

Comments
 (0)