From ed3551ce6a46dac3c030b420a166e39ac82a42c6 Mon Sep 17 00:00:00 2001 From: davay Date: Tue, 5 Apr 2022 16:10:34 +0300 Subject: [PATCH] 0.8.0 --- .changeset/config.json | 2 +- .changeset/kind-hornets-buy.md | 6 ------ .changeset/large-falcons-change.md | 9 --------- CHANGELOG.md | 10 ++++++++++ app/CHANGELOG.md | 16 ++++++++++++++++ app/package.json | 2 +- app/public/sitemap.xml | 2 +- components/CHANGELOG.md | 14 ++++++++++++++ components/package.json | 2 +- composables/CHANGELOG.md | 10 ++++++++++ composables/package.json | 2 +- docs/CHANGELOG.md | 14 ++++++++++++++ docs/package.json | 2 +- package.json | 2 +- pnpm-workspace.yaml | 2 +- 15 files changed, 72 insertions(+), 23 deletions(-) delete mode 100644 .changeset/kind-hornets-buy.md delete mode 100644 .changeset/large-falcons-change.md diff --git a/.changeset/config.json b/.changeset/config.json index 3a72a9cf3..f92fce55f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,7 +6,7 @@ [ "@gun-vue/components", "@gun-vue/composables", - "@gun-vue/demo", + "@gun-vue/app", "@gun-vue/docs", "@gun-vue/repo" ] diff --git a/.changeset/kind-hornets-buy.md b/.changeset/kind-hornets-buy.md deleted file mode 100644 index f298ab83e..000000000 --- a/.changeset/kind-hornets-buy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gun-vue/components": patch -"@gun-vue/demo": patch ---- - -User graph visualization diff --git a/.changeset/large-falcons-change.md b/.changeset/large-falcons-change.md deleted file mode 100644 index a8991c982..000000000 --- a/.changeset/large-falcons-change.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@gun-vue/components": patch -"@gun-vue/composables": patch -"@gun-vue/demo": patch -"@gun-vue/docs": patch -"@gun-vue/repo": patch ---- - -Keep alive routes and more atomic components diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc8668e5..fac6cf4e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @gun-vue/repo +## 0.8.0 + +### Minor Changes + +- demo becomes app + +### Patch Changes + +- 0213424: Keep alive routes and more atomic components + ## 0.7.7 ### Patch Changes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 0f038ccbc..fd3b91564 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,5 +1,21 @@ # @gun-vue/demo +## 0.8.0 + +### Minor Changes + +- demo becomes app + +### Patch Changes + +- a248364: User graph visualization +- 0213424: Keep alive routes and more atomic components +- Updated dependencies [a248364] +- Updated dependencies [0213424] +- Updated dependencies + - @gun-vue/components@0.8.0 + - @gun-vue/composables@0.8.0 + ## 0.7.8 ### Patch Changes diff --git a/app/package.json b/app/package.json index 9dbef3ff2..2744b1850 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "@gun-vue/app", "private": true, - "version": "0.7.8", + "version": "0.8.0", "homepage": "https://gun-vue.js.org", "author": "davay42 ", "funding": { diff --git a/app/public/sitemap.xml b/app/public/sitemap.xml index 59ce01b4a..d1ab24ba3 100644 --- a/app/public/sitemap.xml +++ b/app/public/sitemap.xml @@ -1 +1 @@ -https://gun-vue.js.org/auth2022-04-05T13:00:28.331Zdaily1.0https://gun-vue.js.org/chats2022-04-05T13:00:28.331Zdaily1.0https://gun-vue.js.org/2022-04-05T13:00:28.331Zdaily1.0https://gun-vue.js.org/my2022-04-05T13:00:28.331Zdaily1.0https://gun-vue.js.org/my/chat2022-04-05T13:00:28.331Zdaily1.0https://gun-vue.js.org/posts2022-04-05T13:00:28.331Zdaily1.0https://gun-vue.js.org/rooms2022-04-05T13:00:28.331Zdaily1.0https://gun-vue.js.org/space2022-04-05T13:00:28.331Zdaily1.0https://gun-vue.js.org/topics2022-04-05T13:00:28.331Zdaily1.0https://gun-vue.js.org/users2022-04-05T13:00:28.331Zdaily1.0https://gun-vue.js.org/graph2022-04-05T13:00:28.331Zdaily1.0 \ No newline at end of file +https://gun-vue.js.org/auth2022-04-05T13:08:17.187Zdaily1.0https://gun-vue.js.org/chats2022-04-05T13:08:17.187Zdaily1.0https://gun-vue.js.org/2022-04-05T13:08:17.187Zdaily1.0https://gun-vue.js.org/my2022-04-05T13:08:17.187Zdaily1.0https://gun-vue.js.org/my/chat2022-04-05T13:08:17.187Zdaily1.0https://gun-vue.js.org/posts2022-04-05T13:08:17.187Zdaily1.0https://gun-vue.js.org/rooms2022-04-05T13:08:17.187Zdaily1.0https://gun-vue.js.org/space2022-04-05T13:08:17.187Zdaily1.0https://gun-vue.js.org/topics2022-04-05T13:08:17.187Zdaily1.0https://gun-vue.js.org/users2022-04-05T13:08:17.187Zdaily1.0https://gun-vue.js.org/graph2022-04-05T13:08:17.187Zdaily1.0 \ No newline at end of file diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 1dfa29497..4fbfa2287 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -1,5 +1,19 @@ # @gun-vue/components +## 0.8.0 + +### Minor Changes + +- demo becomes app + +### Patch Changes + +- a248364: User graph visualization +- 0213424: Keep alive routes and more atomic components +- Updated dependencies [0213424] +- Updated dependencies + - @gun-vue/composables@0.8.0 + ## 0.7.8 ### Patch Changes diff --git a/components/package.json b/components/package.json index dcefb408d..53795e0e4 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/components", - "version": "0.7.8", + "version": "0.8.0", "license": "MIT", "repository": { "type": "git", diff --git a/composables/CHANGELOG.md b/composables/CHANGELOG.md index 1b35a81b3..2de09b836 100644 --- a/composables/CHANGELOG.md +++ b/composables/CHANGELOG.md @@ -1,5 +1,15 @@ # @gun-vue/composables +## 0.8.0 + +### Minor Changes + +- demo becomes app + +### Patch Changes + +- 0213424: Keep alive routes and more atomic components + ## 0.7.8 ### Patch Changes diff --git a/composables/package.json b/composables/package.json index 83202853c..52c4f9be5 100644 --- a/composables/package.json +++ b/composables/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/composables", - "version": "0.7.8", + "version": "0.8.0", "license": "MIT", "repository": { "type": "git", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6f5507f86..87650db24 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,19 @@ # @gun-vue/site +## 0.8.0 + +### Minor Changes + +- demo becomes app + +### Patch Changes + +- 0213424: Keep alive routes and more atomic components +- Updated dependencies [a248364] +- Updated dependencies [0213424] +- Updated dependencies + - @gun-vue/components@0.8.0 + ## 0.7.8 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 8d1b9251f..0bbb8a294 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gun-vue/docs", "private": true, - "version": "0.7.8", + "version": "0.8.0", "homepage": "https://gun-vue.js.org", "description": "Documentation for gun-vue build with Vitepress", "main": "index.js", diff --git a/package.json b/package.json index 6122fce34..572402189 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gun-vue/repo", "private": true, - "version": "0.7.8", + "version": "0.8.0", "funding": { "type": "ko-fi", "url": "https://ko-fi.com/davay" diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1aacde55b..ae5cc01a5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,5 +1,5 @@ packages: - - "demo" + - "app" - "relay" - "composables" - "components"