From 143036de21e7eadef7371e625ce0de44e453a89f Mon Sep 17 00:00:00 2001 From: davay Date: Tue, 2 May 2023 00:55:56 +0700 Subject: [PATCH] v.0.17.0 --- 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 | 11 +++++++++++ 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, 49 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0123dd88..ed6ccaf8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/repo +## 0.17.0 + +### Minor Changes + +- Finally we hae feature updates, not just the tooling and docs! + ## 0.16.10 ### Patch Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index fff30d723..e93d5fb66 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/app +## 0.17.0 + +### Minor Changes + +- Finally we hae feature updates, not just the tooling and docs! + ## 0.16.10 ### Patch Changes diff --git a/app/package.json b/app/package.json index 6847eb2d0..df056eba5 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/app", - "version": "0.16.10", + "version": "0.17.0", "type": "module", "homepage": "https://gun-vue.js.org", "funding": { diff --git a/app/src-tauri/Cargo.toml b/app/src-tauri/Cargo.toml index 35dfe7194..2a0835350 100644 --- a/app/src-tauri/Cargo.toml +++ b/app/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gun_vue" -version = "0.16.10" +version = "0.17.0" 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 8c91cf4fd..102bc5864 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.16.10" + "version": "0.17.0" }, "tauri": { "allowlist": { diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 38d84ed82..1df55f86d 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -1,5 +1,16 @@ # @gun-vue/components +## 0.17.0 + +### Minor Changes + +- Finally we hae feature updates, not just the tooling and docs! + +### Patch Changes + +- Updated dependencies + - @gun-vue/composables@0.17.0 + ## 0.16.10 ### Patch Changes diff --git a/components/package.json b/components/package.json index cef9ce32e..ed3f80f3a 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/components", - "version": "0.16.10", + "version": "0.17.0", "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 3ee6429d9..90e929344 100644 --- a/composables/CHANGELOG.md +++ b/composables/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/composables +## 0.17.0 + +### Minor Changes + +- Finally we hae feature updates, not just the tooling and docs! + ## 0.16.10 ### Patch Changes diff --git a/composables/package.json b/composables/package.json index 9786ed025..eaf16f47d 100644 --- a/composables/package.json +++ b/composables/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/composables", - "version": "0.16.10", + "version": "0.17.0", "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 d8949ffe9..d4f559b54 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/docs +## 0.17.0 + +### Minor Changes + +- Finally we hae feature updates, not just the tooling and docs! + ## 0.16.10 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index c76c703df..b2c041b3c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/docs", - "version": "0.16.10", + "version": "0.17.0", "private": "true", "homepage": "https://gun-vue.js.org", "bugs": { diff --git a/examples/CHANGELOG.md b/examples/CHANGELOG.md index 9cd06dbc6..aa7be1743 100644 --- a/examples/CHANGELOG.md +++ b/examples/CHANGELOG.md @@ -1,5 +1,11 @@ # @gun-vue/examples +## 0.17.0 + +### Minor Changes + +- Finally we hae feature updates, not just the tooling and docs! + ## 0.16.10 ### Patch Changes diff --git a/examples/package.json b/examples/package.json index 61b5af3b2..644ce8c0e 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/examples", - "version": "0.16.10", + "version": "0.17.0", "private": true, "homepage": "https://gun-vue.js.org", "author": "davay42 ", diff --git a/package.json b/package.json index 707d13cb0..0d373b9a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/repo", - "version": "0.16.10", + "version": "0.17.0", "private": true, "homepage": "https://gun-vue.js.org", "repository": {