@cocreate/element-prototype
Advanced tools
Comparing version 1.8.10 to 1.8.11
@@ -0,1 +1,8 @@ | ||
## [1.8.11](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.8.10...v1.8.11) (2023-05-19) | ||
### Bug Fixes | ||
* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([c32fa5d](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/c32fa5d1f556fdd5ee272b138c651dccc320ff7c)) | ||
## [1.8.10](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.8.9...v1.8.10) (2023-05-18) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/element-prototype", | ||
"version": "1.8.10", | ||
"version": "1.8.11", | ||
"description": "A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -62,6 +62,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.7.8", | ||
"@cocreate/hosting": "^1.10.0", | ||
"@cocreate/utils": "^1.20.6" | ||
"@cocreate/docs": "^1.7.10", | ||
"@cocreate/hosting": "^1.10.2", | ||
"@cocreate/utils": "^1.20.8" | ||
} | ||
} |
63031
Updated@cocreate/docs@^1.7.10
Updated@cocreate/hosting@^1.10.2
Updated@cocreate/utils@^1.20.8