Skip to content

Commit 256b52b

Browse files
chore(release): 1.42.0 [skip ci]
# [1.42.0](v1.41.1...v1.42.0) (2025-04-11) ### Bug Fixes * $relativePath handeling ([e9d41df](e9d41df)) * handeling onRest ([ba102ce](ba102ce)) * update observer obseve param to type and and attributeName to attributeFilter ([3ce1a06](3ce1a06)) * update to how action is handled ([25f2654](25f2654)) ### Features * value-selectors to get value from target element ([e3ae15b](e3ae15b))
1 parent 3ce1a06 commit 256b52b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.42.0](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.41.1...v1.42.0) (2025-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* $relativePath handeling ([e9d41df](https://github.com/CoCreate-app/CoCreate-elements/commit/e9d41df24291083acc2bd5fa928c6b8b621e8f7c))
7+
* handeling onRest ([ba102ce](https://github.com/CoCreate-app/CoCreate-elements/commit/ba102cedec35c41f1a974d0f62de3670ed40105e))
8+
* update observer obseve param to type and and attributeName to attributeFilter ([3ce1a06](https://github.com/CoCreate-app/CoCreate-elements/commit/3ce1a0615fd16eeacc24b89c722593d7a470a566))
9+
* update to how action is handled ([25f2654](https://github.com/CoCreate-app/CoCreate-elements/commit/25f26548618397c3cbae0469ff284ca1be5a8a7b))
10+
11+
12+
### Features
13+
14+
* value-selectors to get value from target element ([e3ae15b](https://github.com/CoCreate-app/CoCreate-elements/commit/e3ae15b5e0d2d953399bd45dc82ea44aa7aa6cde))
15+
116
## [1.41.1](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.41.0...v1.41.1) (2025-01-18)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/elements",
3-
"version": "1.41.1",
3+
"version": "1.42.0",
44
"description": "Fetch content into any html element by using html5 attributes to query data stored in CoCreate headless CMS. If data is changed it will instantly reflect in html tags as changes are broadcasted in realtime",
55
"keywords": [
66
"elements",

0 commit comments

Comments
 (0)