@cocreate/element-prototype
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -0,1 +1,8 @@ | ||
## [1.2.6](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.2.5...v1.2.6) (2022-12-20) | ||
### Bug Fixes | ||
* bump dependencies ([692e246](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/692e246a4dacba0911751630b4c7f8593611ab1e)) | ||
## [1.2.5](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.2.4...v1.2.5) (2022-12-15) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/element-prototype", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"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.19", | ||
"@cocreate/hosting": "^1.6.18", | ||
"@cocreate/utils": "^1.16.2" | ||
"@cocreate/docs": "^1.4.20", | ||
"@cocreate/hosting": "^1.6.21", | ||
"@cocreate/utils": "^1.17.0" | ||
} | ||
} |
42780
Updated@cocreate/docs@^1.4.20
Updated@cocreate/hosting@^1.6.21
Updated@cocreate/utils@^1.17.0