Skip to content

Commit a253b69

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.16...v1.1.0) (2021-07-28) ### Bug Fixes * remove data- from fetch, pass and filter ([8171448](8171448)) ### Features * add new is{attribute} system and remove data- from attributtes ([be23ea6](be23ea6))
1 parent 8171448 commit a253b69

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.0.16...v1.1.0) (2021-07-28)
2+
3+
4+
### Bug Fixes
5+
6+
* remove data- from fetch, pass and filter ([8171448](https://github.com/CoCreate-app/CoCreate-dashboard/commit/81714481a3fe6d4ec1241d08d3ea1f38a9f2029f))
7+
8+
9+
### Features
10+
11+
* add new is{attribute} system and remove data- from attributtes ([be23ea6](https://github.com/CoCreate-app/CoCreate-dashboard/commit/be23ea6a2bef7cc83622ea7dd4d31408b32d611d))
12+
113
## [1.0.16](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.0.15...v1.0.16) (2021-07-17)
214

315

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.0.16",
3+
"version": "1.1.0",
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)