@cocreate/local-storage
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -0,1 +1,8 @@ | ||
## [1.4.4](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.4.3...v1.4.4) (2023-01-30) | ||
### Bug Fixes | ||
* bump dependencies ([4238b7a](https://github.com/CoCreate-app/CoCreate-local-storage/commit/4238b7a41a3d7e62e45317427bf5e5e42dbb17d5)) | ||
## [1.4.3](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.4.2...v1.4.3) (2023-01-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/local-storage", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"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.55", | ||
"@cocreate/docs": "^1.5.10" | ||
"@cocreate/actions": "^1.5.56", | ||
"@cocreate/docs": "^1.5.11" | ||
} | ||
} |
73180
Updated@cocreate/actions@^1.5.56
Updated@cocreate/docs@^1.5.11