Skip to content

Commit db3e43c

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 ([0165cf0](0165cf0)) * rename data-element_id to element_id ([1a71e95](1a71e95)) * replace data-transform with toggle ([adcfd3a](adcfd3a)) * update to docs ([c707736](c707736))
1 parent 1a71e95 commit db3e43c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.1.3](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.1.2...v1.1.3) (2021-08-14)
2+
3+
4+
### Bug Fixes
5+
6+
* remove data- from dnd attributes ([0165cf0](https://github.com/CoCreate-app/CoCreate-dashboard/commit/0165cf0d71497ebcf42ca0bd74660a9957954cb6))
7+
* rename data-element_id to element_id ([1a71e95](https://github.com/CoCreate-app/CoCreate-dashboard/commit/1a71e956ed036c8b302adbba802abfee059f942f))
8+
* replace data-transform with toggle ([adcfd3a](https://github.com/CoCreate-app/CoCreate-dashboard/commit/adcfd3aa498d1d5b9cafdcd53a0d938274fa234d))
9+
* update to docs ([c707736](https://github.com/CoCreate-app/CoCreate-dashboard/commit/c707736d7ac2b17a1a95bf76b120612aea1aa0d8))
10+
111
## [1.1.2](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.1.1...v1.1.2) (2021-08-12)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/dashboard",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A simple dashboard component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"dashboard",

0 commit comments

Comments
 (0)