@cocreate/observer
Advanced tools
Comparing version 1.7.9 to 1.7.10
@@ -0,1 +1,8 @@ | ||
## [1.7.10](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.7.9...v1.7.10) (2023-05-21) | ||
### Bug Fixes | ||
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([73e93e2](https://github.com/CoCreate-app/CoCreate-observer/commit/73e93e2abfc40c78152c7e2f5ad10314b04c4e7b)) | ||
## [1.7.9](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.7.8...v1.7.9) (2023-05-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/observer", | ||
"version": "1.7.9", | ||
"version": "1.7.10", | ||
"description": "Register a components init function & observe selector. The init function will be fired immedietly after detection of selector.", | ||
@@ -62,6 +62,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.7.10", | ||
"@cocreate/utils": "^1.20.8", | ||
"@cocreate/docs": "^1.7.12", | ||
"@cocreate/utils": "^1.20.9", | ||
"css-selector-parser": "^1.4.1" | ||
} | ||
} |
107447
Updated@cocreate/docs@^1.7.12
Updated@cocreate/utils@^1.20.9