Skip to content

Commit 12e1c6c

Browse files
chore(release): 1.18.1 [skip ci]
## [1.18.1](v1.18.0...v1.18.1) (2025-04-30) ### Bug Fixes * added css-loader ([4fb5afc](4fb5afc)) * exclude configs from firing callback ([c5e9c91](c5e9c91)) * if type characterData and isConnected false return ([0f6cb37](0f6cb37)) * update query attributes ([0b017eb](0b017eb)) * updated cocreate modules versions ([bcef690](bcef690)) * webpack.config and devdependencies ([0c99692](0c99692))
1 parent 4fb5afc commit 12e1c6c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.18.1](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.18.0...v1.18.1) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* added css-loader ([4fb5afc](https://github.com/CoCreate-app/CoCreate-observer/commit/4fb5afcc71856b9192ca929858cc7c43a40467c1))
7+
* exclude configs from firing callback ([c5e9c91](https://github.com/CoCreate-app/CoCreate-observer/commit/c5e9c9121e1f7d6959cf61fd62cb21a10900c107))
8+
* if type characterData and isConnected false return ([0f6cb37](https://github.com/CoCreate-app/CoCreate-observer/commit/0f6cb37b8e4d8148c9bdb87c0bc528ee08db88b4))
9+
* update query attributes ([0b017eb](https://github.com/CoCreate-app/CoCreate-observer/commit/0b017eb02fef299ee5079b43eaae69db3123490c))
10+
* updated cocreate modules versions ([bcef690](https://github.com/CoCreate-app/CoCreate-observer/commit/bcef690ecbd31c9ba30c3b4ef9bac7ce10dbb393))
11+
* webpack.config and devdependencies ([0c99692](https://github.com/CoCreate-app/CoCreate-observer/commit/0c9969274cea13e89bd93c564415bcd8284b3bee))
12+
113
# [1.18.0](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.17.1...v1.18.0) (2025-04-11)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/observer",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "Register a components init function & observe selector. The init function will be fired immedietly after detection of selector.",
55
"keywords": [
66
"observer",

0 commit comments

Comments
 (0)