From 42584917076e4ea8f416276ace9c4e91d72a56e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 15:34:25 +0000 Subject: [PATCH 1/5] chore(develop): release 2.9.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..232630420 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [2.9.1](https://github.com/hypha-dao/dho-web-client/compare/v2.9.0...v2.9.1) (2022-08-23) + + +### Bug Fixes + +* revert to claim all with multiple transaction ([#1509](https://github.com/hypha-dao/dho-web-client/issues/1509)) ([2e1ed55](https://github.com/hypha-dao/dho-web-client/commit/2e1ed55fb7f21c3b35f56ca418ba40d3e7499710)) diff --git a/package.json b/package.json index 04dcd03a5..00c722cad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dho-web-client", - "version": "2.9.0", + "version": "2.9.1", "description": "Governance, payroll and treasury tools for distributed HUMAN organizations (DHO)", "productName": "Hypha DHO", "author": "Max ", From 925cf020b4c3c95b7a1e4eb2cda56d6a8682fc3e Mon Sep 17 00:00:00 2001 From: Arsenije Savic Date: Wed, 24 Aug 2022 19:04:32 +0200 Subject: [PATCH 2/5] feat(explore page): show dao creation wizard to hypha members only (#1514) * style(explore page): order imports * refactor(explore page): swap cta button * feat(explore page): show create-dho-widget only to the hypha members * feat(router): redirect from dho-creation page is dao is not hypha --- src/pages/dho/Explore.vue | 12 +++++------- src/router/index.js | 7 +++++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/pages/dho/Explore.vue b/src/pages/dho/Explore.vue index f372c6041..f1ffab746 100644 --- a/src/pages/dho/Explore.vue +++ b/src/pages/dho/Explore.vue @@ -1,13 +1,13 @@