@cocreate/attributes
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -0,1 +1,8 @@ | ||
## [1.2.7](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.2.6...v1.2.7) (2021-09-09) | ||
### Bug Fixes | ||
* update dependency @cocreate/docs ([35e50cb](https://github.com/CoCreate-app/CoCreate-attributes/commit/35e50cb691d180962f1955eab33e3ba3b584dd2e)) | ||
## [1.2.6](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.2.5...v1.2.6) (2021-09-09) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/attributes", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's attributes from input, select or js api. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -61,8 +61,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/crdt": "^1.3.9", | ||
"@cocreate/message-client": "^1.1.13", | ||
"@cocreate/observer": "^1.3.14", | ||
"@cocreate/pickr": "^1.2.12", | ||
"@cocreate/select": "^1.1.14" | ||
"@cocreate/crdt": "^1.3.10", | ||
"@cocreate/message-client": "^1.1.14", | ||
"@cocreate/observer": "^1.3.15", | ||
"@cocreate/pickr": "^1.2.13", | ||
"@cocreate/select": "^1.1.15" | ||
} | ||
} |
72647
Updated@cocreate/crdt@^1.3.10
Updated@cocreate/observer@^1.3.15
Updated@cocreate/pickr@^1.2.13
Updated@cocreate/select@^1.1.15