@cocreate/element-prototype
Advanced tools
Comparing version 1.2.10 to 1.2.11
@@ -0,1 +1,8 @@ | ||
## [1.2.11](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.2.10...v1.2.11) (2022-12-23) | ||
### Bug Fixes | ||
* bump dependnecies ([3c1b327](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/3c1b32715eb1c49ab09ffdeefd3e762677c3c295)) | ||
## [1.2.10](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.2.9...v1.2.10) (2022-12-22) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/element-prototype", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -63,6 +63,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.4.23", | ||
"@cocreate/hosting": "^1.6.24", | ||
"@cocreate/utils": "^1.17.3" | ||
"@cocreate/docs": "^1.4.24", | ||
"@cocreate/hosting": "^1.6.25", | ||
"@cocreate/utils": "^1.17.4" | ||
} | ||
} |
43689
Updated@cocreate/docs@^1.4.24
Updated@cocreate/hosting@^1.6.25
Updated@cocreate/utils@^1.17.4