Skip to content

Commit 6f3b289

Browse files
chore(release): 1.42.1 [skip ci]
## [1.42.1](v1.42.0...v1.42.1) (2025-04-30) ### Bug Fixes * added css-loader ([32ce9af](32ce9af)) * do not remove form ([41f6f42](41f6f42)) * query element ([bcc2ad9](bcc2ad9)) * replace ObJectId() ([4bceae1](4bceae1)) * update query attributes ([99aadff](99aadff)) * updated cocreate modules versions ([004a146](004a146)) * webpack.config and devdependencies ([b66aca5](b66aca5))
1 parent 32ce9af commit 6f3b289

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.42.1](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.42.0...v1.42.1) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* added css-loader ([32ce9af](https://github.com/CoCreate-app/CoCreate-elements/commit/32ce9af65fdb13ae2b65509e2b9a3ae20131ae46))
7+
* do not remove form ([41f6f42](https://github.com/CoCreate-app/CoCreate-elements/commit/41f6f42990d1e134d2a3146f359582842dedd831))
8+
* query element ([bcc2ad9](https://github.com/CoCreate-app/CoCreate-elements/commit/bcc2ad9d0b540ae0a6c7a4caef0d33aea07ef19f))
9+
* replace ObJectId() ([4bceae1](https://github.com/CoCreate-app/CoCreate-elements/commit/4bceae16e900b9030f888e680a36567a132a8b75))
10+
* update query attributes ([99aadff](https://github.com/CoCreate-app/CoCreate-elements/commit/99aadffc78847a20ca08d6fe8f48c72b19c6b276))
11+
* updated cocreate modules versions ([004a146](https://github.com/CoCreate-app/CoCreate-elements/commit/004a146dbca83b438a2252f1d773954f86b33624))
12+
* webpack.config and devdependencies ([b66aca5](https://github.com/CoCreate-app/CoCreate-elements/commit/b66aca56de77664c76162ae1163cf11005e02e9f))
13+
114
# [1.42.0](https://github.com/CoCreate-app/CoCreate-elements/compare/v1.41.1...v1.42.0) (2025-04-11)
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/elements",
3-
"version": "1.42.0",
3+
"version": "1.42.1",
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)