@cocreate/local-storage
Advanced tools
Comparing version 1.7.5 to 1.7.6
@@ -0,1 +1,9 @@ | ||
## [1.7.6](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.7.5...v1.7.6) (2023-06-04) | ||
### Bug Fixes | ||
* replaced secert GITHUB_TOKEN with GITHUB ([e305f14](https://github.com/CoCreate-app/CoCreate-local-storage/commit/e305f14148f1a1728af5b92a2da95e22c3de6611)) | ||
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([a0999f8](https://github.com/CoCreate-app/CoCreate-local-storage/commit/a0999f8799c234cc1171331a4080b9f380259857)) | ||
## [1.7.5](https://github.com/CoCreate-app/CoCreate-local-storage/compare/v1.7.4...v1.7.5) (2023-06-04) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@cocreate/local-storage", | ||
"version": "1.7.5", | ||
"version": "1.7.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", | ||
@@ -62,6 +62,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.8.12", | ||
"@cocreate/docs": "^1.7.13", | ||
"@cocreate/observer": "^1.8.0" | ||
"@cocreate/actions": "^1.8.14", | ||
"@cocreate/docs": "^1.7.15", | ||
"@cocreate/observer": "^1.8.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95630
Updated@cocreate/actions@^1.8.14
Updated@cocreate/docs@^1.7.15
Updated@cocreate/observer@^1.8.3