Skip to content

Commit

Permalink
Merge pull request #1617 from daostack/dev
Browse files Browse the repository at this point in the history
release 0.10.5
  • Loading branch information
dkent600 authored Apr 26, 2020
2 parents 530c0d8 + 3de13cf commit 46acad9
Show file tree
Hide file tree
Showing 72 changed files with 3,908 additions and 2,427 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
/**
* outright errors
*/
"keyword-spacing": "error",
"arrow-spacing": "error",
"key-spacing": ["error", { "mode": "minimum" }],
"semi-spacing": "error",
"comma-spacing": "error",
"no-trailing-spaces": "error",
"no-useless-escape": "error",
"react/prop-types": "off",
"react/no-unescaped-entities": "error",
Expand Down
2 changes: 1 addition & 1 deletion .slugignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/test
/.storybook
/stories
/stories
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: 12.16.1
node_js: 12.16.2
addons:
apt:
update: true
Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## 0.10.5
- Features Added
- Recommended node.js version to build Alchemy is set to 12.16.1.
- change home page to show DAOs again instead of feed. Show separate "Your DAOs" section containing DAOs the user follows or is a member of, then the list of other DAOs below.
- added support for embedded youtube and vimeo videos in proposal descriptions
- recommended node.js version to build Alchemy is set to 12.16.2
- upgrade to use subgraph v39_3
- add subgraph_endpoints.json so it could be read externaly
- add CENNZ ERC20 token to be showen as dao owned tokens/balance

- Bugs fixed
- Allow following/unfollowing DAOs again
- Bugs Fixed
- fix Torus not connecting on first try
- fix Torus should not describe itself as "Metamask"

## 0.10.4
- Features Added
Expand All @@ -14,6 +20,7 @@
- Enable Alchemy to run against kovan

- Bugs Fixed
- Allow following/unfollowing DAOs again
- Fix crash on the redemptions page when there are more than 100 DAOs and not all of them initially load. Only currently an issue in Rinkeby
- Removed "Powered by DAOstack" from Create DAO page

Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"NODE_ENV": {
"required": true,
"value": "staging"
"value": "production"
},
"NETWORK": {
"required": true,
Expand Down
5 changes: 5 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
"decimals": 18,
"name": "CuraDAI",
"symbol": "CURA"
},
"0x1122b6a0e00dce0563082b6e2953f3a943855c1f": {
"decimals": 18,
"name": "Centrality Token",
"symbol": "CENNZ"
}
}
},
Expand Down
Loading

0 comments on commit 46acad9

Please sign in to comment.