Skip to content

Commit af9d159

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.0...v1.8.0) (2023-11-25) ### Bug Fixes * pass attributes renamed to state ([9024da3](9024da3)) * update nav, edit button and css path ([d6a3e35](d6a3e35)) ### Features * upgrade dependencies for latest features and fixes ([4d5cc46](4d5cc46))
1 parent 4d5cc46 commit af9d159

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.7.0...v1.8.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* pass attributes renamed to state ([9024da3](https://github.com/CoCreate-app/CoCreate-dashboard/commit/9024da326e6b7466eadb93ed448014ae2bfb777b))
7+
* update nav, edit button and css path ([d6a3e35](https://github.com/CoCreate-app/CoCreate-dashboard/commit/d6a3e35326ba7b853b8f1bc66c964d995f5f172e))
8+
9+
10+
### Features
11+
12+
* upgrade dependencies for latest features and fixes ([4d5cc46](https://github.com/CoCreate-app/CoCreate-dashboard/commit/4d5cc46bb959c56a80f3748fe66f8b672b1966d1))
13+
114
# [1.7.0](https://github.com/CoCreate-app/CoCreate-dashboard/compare/v1.6.5...v1.7.0) (2023-11-19)
215

316

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/dashboard",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "A simple dashboard component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"dashboard",
@@ -56,4 +56,4 @@
5656
"webpack-cli": "^4.5.0",
5757
"webpack-log": "^3.0.1"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)