diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8977d209..acd8f54869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.21.2 + +### Patch Changes + +- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file. + ## 0.21.0 ### Minor Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 45a6a413ee..2b2bdbc1d1 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/app +## 0.21.2 + +### Patch Changes + +- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file. + ## 0.21.0 ### Minor Changes diff --git a/app/package.json b/app/package.json index b0ab2d6f6e..995d149021 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/app", - "version": "0.21.0", + "version": "0.21.2", "type": "module", "homepage": "https://gun-vue.js.org", "funding": { diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 861a81ace2..1ad89515cd 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/components +## 0.21.2 + +### Patch Changes + +- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file. + ## 0.21.0 ### Minor Changes diff --git a/components/package.json b/components/package.json index 39d40d1bf9..754965fe20 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/components", - "version": "0.21.0", + "version": "0.21.2", "homepage": "https://gun-vue.js.org", "bugs": { "url": "https://github.com/defucc/gun-vue/issues" diff --git a/composables/CHANGELOG.md b/composables/CHANGELOG.md index a83c4bbc55..8d4b183b95 100644 --- a/composables/CHANGELOG.md +++ b/composables/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/composables +## 0.21.2 + +### Patch Changes + +- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file. + ## 0.21.0 ### Minor Changes diff --git a/composables/package.json b/composables/package.json index 80547b95c9..6f9ce213e2 100644 --- a/composables/package.json +++ b/composables/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/composables", - "version": "0.21.0", + "version": "0.21.2", "homepage": "https://gun-vue.js.org", "bugs": { "url": "https://github.com/DeFUCC/gun-vue/issues" diff --git a/desktop/CHANGELOG.md b/desktop/CHANGELOG.md index f9923989e0..a80fd11833 100644 --- a/desktop/CHANGELOG.md +++ b/desktop/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.21.1 + +### Patch Changes + +- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file. + ## 0.21.0 ### Minor Changes diff --git a/desktop/package.json b/desktop/package.json index 8bc9f6fc02..7bc0bc4a08 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@gun-vue/desktop", "private": true, - "version": "0.21.0", + "version": "0.21.1", "type": "module", "homepage": "https://gun-vue.js.org", "funding": { diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9c3dc7c08d..d13790a687 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/docs +## 0.21.2 + +### Patch Changes + +- Updated almost all dependencies, everything seems to work fine. And added manifest.json for the app to be installable. It will still be single file webapp as it may just work without loading the manifest file. + ## 0.21.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index 9499036340..32d4c5d545 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/docs", - "version": "0.21.0", + "version": "0.21.2", "private": "true", "homepage": "https://gun-vue.js.org", "bugs": { diff --git a/package.json b/package.json index ab831abaa2..8a406f7d09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/repo", - "version": "0.21.1", + "version": "0.21.2", "private": true, "homepage": "https://gun-vue.js.org", "repository": {