Skip to content

Commit b108981

Browse files
chore(release): 1.11.0 [skip ci]
# [1.11.0](v1.10.0...v1.11.0) (2023-11-25) ### Bug Fixes * pass attributes renamed to state ([7b5e6f5](7b5e6f5)) * update nav, edit button and css path ([df17dbd](df17dbd)) ### Features * upgrade dependencies for latest features and fixes ([4abe0f0](4abe0f0))
1 parent 4abe0f0 commit b108981

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-kanban/compare/v1.10.0...v1.11.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* pass attributes renamed to state ([7b5e6f5](https://github.com/CoCreate-app/CoCreate-kanban/commit/7b5e6f53f51dc50a578ed54842fa25c31823ba86))
7+
* update nav, edit button and css path ([df17dbd](https://github.com/CoCreate-app/CoCreate-kanban/commit/df17dbd4f34d542fced1248f951c64fa4c042312))
8+
9+
10+
### Features
11+
12+
* upgrade dependencies for latest features and fixes ([4abe0f0](https://github.com/CoCreate-app/CoCreate-kanban/commit/4abe0f0d35a1daca2732706b13d686fb2e86672b))
13+
114
# [1.10.0](https://github.com/CoCreate-app/CoCreate-kanban/compare/v1.9.4...v1.10.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/kanban",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "A simple kanban component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"kanban",
@@ -56,4 +56,4 @@
5656
"webpack-cli": "^4.5.0",
5757
"webpack-log": "^3.0.1"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)