-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(develop): release 2.18.0 * fix(design): title margin in wallet widget component (#1648) (#1810) * fix(design): active mode for support icon in multi-dho-layout (#1646) (#1811) * fix(design): primary button styling on hover (#1640) (#1812) * feat(subscriptions): add proposal list subscriptions (#1801) * feat: encrypt data and call hypha token sales url (#1789) * feat: encrypt data and call hypha token sales url with daoactivation query parameter * refactor: move const to enviroment * fix: add correct env variable and remove token from data that is sent to widget Co-authored-by: Arsenije Savic <[email protected]> * fix: Update peg contract (#1825) * fix: update peg contract * fix: Add requestor param * fix(create): minnor bugs (#1829) * fix: remove top bar on dao creation * fix: uploaded logo * fix(create): add dashboard link * fix(create): remove guest menu * feat(create): add admin user validations * fix(banner): background color * fix(create): add image upload icon button * fix: home banner colors * fix(design): long names in voting widget * fix(design): disabled dao settings for non admins (#1805) (#1818) * fix(organizations): bug with displaying dhow in profile page and left-navigation (#1827) * fix(proposals): preview card comment counter (#1828) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Evgeni B <[email protected]> Co-authored-by: arsenije <[email protected]> Co-authored-by: Alex <[email protected]>
- Loading branch information
1 parent
ef48453
commit 701d919
Showing
27 changed files
with
863 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dho-web-client", | ||
"version": "2.17.0", | ||
"version": "2.18.0", | ||
"description": "Governance, payroll and treasury tools for distributed HUMAN organizations (DHO)", | ||
"productName": "Hypha DHO", | ||
"author": "Max <[email protected]>", | ||
|
@@ -36,6 +36,7 @@ | |
"quasar": "1.15.10", | ||
"showdown": "^1.9.1", | ||
"subscriptions-transport-ws": "^0.11.0", | ||
"simple-crypto-js": "^3.0.1", | ||
"turndown": "^7.0.0", | ||
"ual-anchor": "^1.0.5", | ||
"ual-seeds": "^1.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.