Skip to content

Commit

Permalink
Merge pull request #2388 from daostack/release
Browse files Browse the repository at this point in the history
Release 1.0.5
  • Loading branch information
roienatan authored Jan 21, 2021
2 parents 59268cf + 9b80f83 commit 92c2e18
Show file tree
Hide file tree
Showing 79 changed files with 273 additions and 733 deletions.
44 changes: 0 additions & 44 deletions .gitlab-ci.yml

This file was deleted.

17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
## 1.0.5
- Improvements
- Whitelist PrimeDAO Token
- Use arc.js 0.2.82
- Eliminate unnecessary WebSocket calls to the graph
- Some UI/UX improvements:
- New loader to match Alchemy color
- Rounded borders to proposals, votes and stakes cards in all 4 corners
- Eliminate DAOs pattern background and thinner cards (3 in a row)

- Bugs Fixed
- Bug where a scheme can be undefined due to an unknown issue
- Updated DAO creator:
- Can't create DAO in xDai
- New DAO URL is now lowercase

## 1.0.4
- Features Added
- Brand new Proposals Page

- Improvements
- Verify parameters hash
- Whitelist PrimeDAO Token
- Use subgraph v41_4 and arc.js 0.2.80
- Some UI/UX improvements
- Alchemy 2.0 banners are removed
Expand Down
10 changes: 5 additions & 5 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
"decimals": 18,
"name": "Panvala pan",
"symbol": "PAN"
},
"0xe59064a8185ed1fca1d17999621efedfab4425c9": {
"decimals": 18,
"name": "PrimeDAO Token",
"symbol": "PRIME"
}
},
"0xe59064a8185ed1fca1d17999621efedfab4425c9": {
"decimals": 18,
"name": "PrimeDAO Token",
"symbol": "PRIME"
}
},
"rinkeby": {
Expand Down
Loading

0 comments on commit 92c2e18

Please sign in to comment.