@cocreate/attributes
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -0,1 +1,8 @@ | ||
## [1.7.1](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.7.0...v1.7.1) (2023-04-24) | ||
### Bug Fixes | ||
* bump [@cocreate](https://github.com/cocreate) dependencies ([2537057](https://github.com/CoCreate-app/CoCreate-attributes/commit/2537057bad0baf308b37f5ce35b480b4d0a0ffa0)) | ||
# [1.7.0](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.6.7...v1.7.0) (2023-04-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/attributes", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"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.5", | ||
"@cocreate/crdt": "^1.17.5", | ||
"@cocreate/message-client": "^1.2.5", | ||
"@cocreate/observer": "^1.6.5", | ||
"@cocreate/utils": "^1.19.5" | ||
"@cocreate/actions": "^1.8.1", | ||
"@cocreate/crdt": "^1.18.1", | ||
"@cocreate/message-client": "^1.3.1", | ||
"@cocreate/observer": "^1.7.1", | ||
"@cocreate/utils": "^1.20.1" | ||
} | ||
} |
114267
Updated@cocreate/actions@^1.8.1
Updated@cocreate/crdt@^1.18.1
Updated@cocreate/observer@^1.7.1
Updated@cocreate/utils@^1.20.1