Skip to content

Commit 1c6fcfa

Browse files
chore(release): 1.10.3 [skip ci]
## [1.10.3](v1.10.2...v1.10.3) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([a7bc602](a7bc602)) * svg icon class ([1229db1](1229db1))
1 parent a7bc602 commit 1c6fcfa

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.10.3](https://github.com/CoCreate-app/CoCreate-clone/compare/v1.10.2...v1.10.3) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([a7bc602](https://github.com/CoCreate-app/CoCreate-clone/commit/a7bc6028aaae39bc52e924a3ef13d53152c6b138))
7+
* svg icon class ([1229db1](https://github.com/CoCreate-app/CoCreate-clone/commit/1229db18823ff1e091abd91b1fb93748232bb3b2))
8+
19
## [1.10.2](https://github.com/CoCreate-app/CoCreate-clone/compare/v1.10.1...v1.10.2) (2024-04-29)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/clone",
3-
"version": "1.10.2",
3+
"version": "1.10.3",
44
"description": "Clone an html element by #id, identify targeted elements using clone_id attribute. Capable of creating nested & complex cloning logic for kanbans, tasklists etc. Easy configuration using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"clone-elements",
@@ -65,4 +65,4 @@
6565
"@cocreate/render": "^1.41.0",
6666
"@cocreate/uuid": "^1.11.2"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)