@cocreate/local-storage
Advanced tools
Comparing version 1.15.0 to 1.15.1
@@ -0,1 +1,9 @@ | ||
## [1.15.1](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.15.0...v1.15.1) (2024-06-12) | ||
### Bug Fixes | ||
* bump cocreate dependencies ([e656b78](https://github.com/CoCreate-app/CoCreate-local-storage/commit/e656b78a8fd21f1828332fb9d12aae947447fbde)) | ||
* svg icon class ([0efceb9](https://github.com/CoCreate-app/CoCreate-local-storage/commit/0efceb9b90551d1de1f8acc840eb4e3ad5a1975a)) | ||
# [1.15.0](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.14.4...v1.15.0) (2024-05-08) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@cocreate/local-storage", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"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", | ||
@@ -61,5 +61,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.18.1", | ||
"@cocreate/observer": "^1.16.0" | ||
"@cocreate/actions": "^1.18.2", | ||
"@cocreate/observer": "^1.16.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
108479
Updated@cocreate/actions@^1.18.2
Updated@cocreate/observer@^1.16.1