Skip to content

Commit e980776

Browse files
chore(release): 1.29.1 [skip ci]
## [1.29.1](v1.29.0...v1.29.1) (2025-04-30) ### Bug Fixes * $relativePath ([c8293d1](c8293d1)) * added css-loader ([240afa0](240afa0)) * export ([47db21a](47db21a)) * **getValue.js:** resolve attribute handling issues and enhance value processing ([d7fd518](d7fd518)) * handling of tagName switch case ([3521dd2](3521dd2)) * renamed from utility to operators.js ([60e1599](60e1599)) * revert to previous version ([e91c567](e91c567)) * typo remove value = from getAttribute as its a set only method ([c3042db](c3042db)) * update query attributes ([a3f71d3](a3f71d3)) * updated cocreate modules versions ([9047924](9047924)) * webpack.config and devdependencies ([7240cdf](7240cdf))
1 parent 240afa0 commit e980776

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.29.1](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.29.0...v1.29.1) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* $relativePath ([c8293d1](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/c8293d1435b63c2f76de551b3c1ff0d562bd20dc))
7+
* added css-loader ([240afa0](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/240afa09f391b124f50f440dbc9e61aff1b9af55))
8+
* export ([47db21a](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/47db21afcf19e0c4eb5cad50cdcc7b7050d8002a))
9+
* **getValue.js:** resolve attribute handling issues and enhance value processing ([d7fd518](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/d7fd518280c7100096cc240b0741a2d7e3432e07))
10+
* handling of tagName switch case ([3521dd2](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/3521dd28bfb437b3b2ccd941050436b29dffa1e4))
11+
* renamed from utility to operators.js ([60e1599](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/60e15990419097befb9fb69e93ffaed193aab65d))
12+
* revert to previous version ([e91c567](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/e91c567b5ecd24ad69138cfc4b3f320bea0538ae))
13+
* typo remove value = from getAttribute as its a set only method ([c3042db](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/c3042db5aab9950fc70076d8d799586c7d4d8c78))
14+
* update query attributes ([a3f71d3](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/a3f71d376cba9747429fffc2c2092f270f9a0cd6))
15+
* updated cocreate modules versions ([9047924](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/90479242b2f3b3779bffc95e3d274e5281b32474))
16+
* webpack.config and devdependencies ([7240cdf](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/7240cdf0802609140f7b2d4a8309debab03f234e))
17+
118
# [1.29.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.28.1...v1.29.0) (2025-04-11)
219

320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/element-prototype",
3-
"version": "1.29.0",
3+
"version": "1.29.1",
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",

0 commit comments

Comments
 (0)