From bbf11c0fac33ee1b8b96ea3a4a6082adc0ccb24d Mon Sep 17 00:00:00 2001 From: davay Date: Tue, 2 May 2023 15:06:26 +0700 Subject: [PATCH] v.0.17.1 --- CHANGELOG.md | 6 ++++++ app/CHANGELOG.md | 6 ++++++ app/package.json | 2 +- app/src-tauri/Cargo.toml | 2 +- app/src-tauri/tauri.conf.json | 2 +- components/CHANGELOG.md | 8 ++++++++ components/package.json | 2 +- composables/CHANGELOG.md | 6 ++++++ composables/package.json | 2 +- docs/CHANGELOG.md | 6 ++++++ docs/package.json | 2 +- examples/CHANGELOG.md | 6 ++++++ examples/package.json | 2 +- package.json | 2 +- 14 files changed, 46 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6ccaf8b..5c9a710ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/repo +## 0.17.1 + +### Patch Changes + +- Guests lists are working fine for messaging example + ## 0.17.0 ### Minor Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index e93d5fb66..2a0116cb5 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/app +## 0.17.1 + +### Patch Changes + +- Guests lists are working fine for messaging example + ## 0.17.0 ### Minor Changes diff --git a/app/package.json b/app/package.json index df056eba5..b0efdcd6c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/app", - "version": "0.17.0", + "version": "0.17.1", "type": "module", "homepage": "https://gun-vue.js.org", "funding": { diff --git a/app/src-tauri/Cargo.toml b/app/src-tauri/Cargo.toml index 2a0835350..363443f0f 100644 --- a/app/src-tauri/Cargo.toml +++ b/app/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gun_vue" -version = "0.17.0" +version = "0.17.1" description = "Gun-Vue makes reactive p2p graphs a thing" authors = ["davay42"] license = "MIT" diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index 102bc5864..5bf3ed416 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Gun-Vue", - "version": "0.17.0" + "version": "0.17.1" }, "tauri": { "allowlist": { diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 1df55f86d..4a7462c4b 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -1,5 +1,13 @@ # @gun-vue/components +## 0.17.1 + +### Patch Changes + +- Guests lists are working fine for messaging example +- Updated dependencies + - @gun-vue/composables@0.17.1 + ## 0.17.0 ### Minor Changes diff --git a/components/package.json b/components/package.json index ed3f80f3a..7921a59be 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/components", - "version": "0.17.0", + "version": "0.17.1", "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 90e929344..189f665bf 100644 --- a/composables/CHANGELOG.md +++ b/composables/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/composables +## 0.17.1 + +### Patch Changes + +- Guests lists are working fine for messaging example + ## 0.17.0 ### Minor Changes diff --git a/composables/package.json b/composables/package.json index eaf16f47d..2bfda7ec5 100644 --- a/composables/package.json +++ b/composables/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/composables", - "version": "0.17.0", + "version": "0.17.1", "homepage": "https://gun-vue.js.org", "bugs": { "url": "https://github.com/DeFUCC/gun-vue/issues" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d4f559b54..cc648f852 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/docs +## 0.17.1 + +### Patch Changes + +- Guests lists are working fine for messaging example + ## 0.17.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index b2c041b3c..ea3a172df 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/docs", - "version": "0.17.0", + "version": "0.17.1", "private": "true", "homepage": "https://gun-vue.js.org", "bugs": { diff --git a/examples/CHANGELOG.md b/examples/CHANGELOG.md index aa7be1743..5284fcc59 100644 --- a/examples/CHANGELOG.md +++ b/examples/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/examples +## 0.17.1 + +### Patch Changes + +- Guests lists are working fine for messaging example + ## 0.17.0 ### Minor Changes diff --git a/examples/package.json b/examples/package.json index 644ce8c0e..9798b1856 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/examples", - "version": "0.17.0", + "version": "0.17.1", "private": true, "homepage": "https://gun-vue.js.org", "author": "davay42 ", diff --git a/package.json b/package.json index 0d373b9a6..cf8fdf37d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/repo", - "version": "0.17.0", + "version": "0.17.1", "private": true, "homepage": "https://gun-vue.js.org", "repository": {