Skip to content

Commit 2360cba

Browse files
chore(release): 1.35.0 [skip ci]
# [1.35.0](v1.34.3...v1.35.0) (2024-11-02) ### Bug Fixes * assign clickedElementListenerAdded = true and improve eroor catching ([e8caa1d](e8caa1d)) * csspathformating and removed dead code ([fb7da92](fb7da92)) ### Features * dotNotationToObject improved array support and dynamically create an index with aplha charater to represent the group index [a] ([75c51cf](75c51cf))
1 parent fb7da92 commit 2360cba

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.35.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.34.3...v1.35.0) (2024-11-02)
2+
3+
4+
### Bug Fixes
5+
6+
* assign clickedElementListenerAdded = true and improve eroor catching ([e8caa1d](https://github.com/CoCreate-app/CoCreate-utils/commit/e8caa1d5818eff8b44ba552446faac2533ba1d46))
7+
* csspathformating and removed dead code ([fb7da92](https://github.com/CoCreate-app/CoCreate-utils/commit/fb7da920947ccb1b12ab56a08e3e755610ee0a92))
8+
9+
10+
### Features
11+
12+
* dotNotationToObject improved array support and dynamically create an index with aplha charater to represent the group index [a] ([75c51cf](https://github.com/CoCreate-app/CoCreate-utils/commit/75c51cf4c6e6a0338ca16a8924a07d2e84f5e06d))
13+
114
## [1.34.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.34.2...v1.34.3) (2024-07-09)
215

316

package.json

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

0 commit comments

Comments
 (0)