@cocreate/local-storage
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -0,1 +1,8 @@ | ||
## [1.4.6](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.4.5...v1.4.6) (2023-02-01) | ||
### Bug Fixes | ||
* bump dependencies ([8f56409](https://github.com/CoCreate-app/CoCreate-local-storage/commit/8f56409ce0373b6f51004fd25cbfe4f05e77953c)) | ||
## [1.4.5](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.4.4...v1.4.5) (2023-01-31) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/local-storage", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "A Simple component similar to CoCreate-input & CoCreate-fetch which Save and fetch data for inputs, textarea, selects from localstorage. Easily configured using HTML5 attributes and/or JavaScript API", | ||
@@ -63,5 +63,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.5.57", | ||
"@cocreate/docs": "^1.5.12" | ||
"@cocreate/actions": "^1.5.58", | ||
"@cocreate/docs": "^1.5.13" | ||
} | ||
} |
73696
Updated@cocreate/actions@^1.5.58
Updated@cocreate/docs@^1.5.13