@cocreate/attributes
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -0,1 +1,8 @@ | ||
## [1.6.2](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.6.1...v1.6.2) (2023-03-16) | ||
### Bug Fixes | ||
* bump dependencies' ([dd7fcc0](https://github.com/CoCreate-app/CoCreate-attributes/commit/dd7fcc02c51dd33d2b09644fb204c1016d5d9af9)) | ||
## [1.6.1](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.6.0...v1.6.1) (2023-03-16) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/attributes", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's attributes from input, select or js api. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -61,8 +61,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.6.0", | ||
"@cocreate/crdt": "^1.17.0", | ||
"@cocreate/message-client": "^1.2.0", | ||
"@cocreate/observer": "^1.6.0", | ||
"@cocreate/utils": "^1.19.0" | ||
"@cocreate/actions": "^1.6.1", | ||
"@cocreate/crdt": "^1.17.1", | ||
"@cocreate/message-client": "^1.2.1", | ||
"@cocreate/observer": "^1.6.1", | ||
"@cocreate/utils": "^1.19.1" | ||
} | ||
} |
112214
Updated@cocreate/actions@^1.6.1
Updated@cocreate/crdt@^1.17.1
Updated@cocreate/observer@^1.6.1
Updated@cocreate/utils@^1.19.1