Skip to content

Commit bec6b7f

Browse files
chore(release): 1.23.0 [skip ci]
# [1.23.0](v1.22.3...v1.23.0) (2024-05-08) ### Bug Fixes * removed utils ([71a5003](71a5003)) ### Features * update attibutes using keyObperators on storage change or event updateAttributes ([5a33bbd](5a33bbd)) * valueType boolean ([7f6777f](7f6777f))
1 parent 71a5003 commit bec6b7f

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.23.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.22.3...v1.23.0) (2024-05-08)
2+
3+
4+
### Bug Fixes
5+
6+
* removed utils ([71a5003](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/71a5003bf7ca85b704140e10b132d8728600f518))
7+
8+
9+
### Features
10+
11+
* update attibutes using keyObperators on storage change or event updateAttributes ([5a33bbd](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/5a33bbd90ba6564a8ee9583935e5e0c1663d5d39))
12+
* valueType boolean ([7f6777f](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/7f6777fb8ab6417d8b920cfbd2135c402423b6d6))
13+
114
## [1.22.3](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.22.2...v1.22.3) (2024-04-29)
215

316

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/element-prototype",
3-
"version": "1.22.3",
3+
"version": "1.23.0",
44
"description": "A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"element-prototype",
@@ -57,6 +57,5 @@
5757
"webpack-cli": "^4.5.0",
5858
"webpack-log": "^3.0.1"
5959
},
60-
"dependencies": {
61-
}
60+
"dependencies": {}
6261
}

0 commit comments

Comments
 (0)