chore(release): 2.2.0

This commit is contained in:
yj 2021-04-28 17:27:19 -05:00
parent a88a2d45af
commit bbfbd66a97
2 changed files with 38 additions and 1 deletions

37
CHANGELOG.md Normal file
View File

@ -0,0 +1,37 @@
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [2.2.0](https://github.com/boardroom-inc/protocol-Info/compare/v2.1.9...v2.2.0) (2021-04-28)
### Features
* add all the missing coingecko strings ([6e9353d](https://github.com/boardroom-inc/protocol-Info/commit/6e9353d1599a21e1cf2158cb51b08d32a3c43797))
### Bug Fixes
* add new protocl script ([f177808](https://github.com/boardroom-inc/protocol-Info/commit/f17780856ffcd05e073b3d73140cb3e19e1eb479))
* auto populate index.json skeleton ([327184f](https://github.com/boardroom-inc/protocol-Info/commit/327184fa2a061469c582e1b3bc1635b3915dfb7c))
* claim type ([0dd6fa0](https://github.com/boardroom-inc/protocol-Info/commit/0dd6fa0bc31a1962ef205b20ff9ca19524255c72))
* cnames ([16b7068](https://github.com/boardroom-inc/protocol-Info/commit/16b7068fcecdd4f2058bf7a4834add1747afbe64))
* dont overwrite if already claimed ([aa605fb](https://github.com/boardroom-inc/protocol-Info/commit/aa605fb796067f8f3ee4d3ed4cb78fe1590ab2db))
* export the protocl type also ([73528a1](https://github.com/boardroom-inc/protocol-Info/commit/73528a159a8860d0bfb74b6d96284fc3072cb6bb))
* filter only mainnet spaces ([65f47f0](https://github.com/boardroom-inc/protocol-Info/commit/65f47f0317ead352c8c6dd8ce4cb9f0d41d7d33a))
* filter only spaces with at least 4 multisig members ([00c11e4](https://github.com/boardroom-inc/protocol-Info/commit/00c11e43652e50fdf8c40bddbda95eb82e343b26))
* make sure it validates ([ff58457](https://github.com/boardroom-inc/protocol-Info/commit/ff58457463e45f42b754f5b7ff5ad983b6cd4d6f))
* manually add all the dman logos ([1ce42c8](https://github.com/boardroom-inc/protocol-Info/commit/1ce42c87bc0ee1dff43404f8fce51f8dd711346b))
* manually filter ([8dd9a6c](https://github.com/boardroom-inc/protocol-Info/commit/8dd9a6cf4ff81f1f78b223eb1912ba55fb73b53c))
* png ([b019dbd](https://github.com/boardroom-inc/protocol-Info/commit/b019dbd044f5d4a1546e57a675cc76ee31f14697))
* remove aave, add badger ([d6e34be](https://github.com/boardroom-inc/protocol-Info/commit/d6e34becf4b7e43c0d55b653ef172630743b8c27))
* remove dist files ([d010fec](https://github.com/boardroom-inc/protocol-Info/commit/d010fececa09bd482b932ed2344a818f939ab042))
* rereun with suffix and name ([f5291a5](https://github.com/boardroom-inc/protocol-Info/commit/f5291a59ee8542128b0fe7b457ab158716296276))
* token json and claim field ([b7a6d73](https://github.com/boardroom-inc/protocol-Info/commit/b7a6d737681146981fdf27dc42a4933f504f407a))
* token.jsons ([51f3957](https://github.com/boardroom-inc/protocol-Info/commit/51f3957dae3421ac97c64d361aabc29f5358e9b6))
* update graph council logo, unclaim comp grants ([4ac2b18](https://github.com/boardroom-inc/protocol-Info/commit/4ac2b183e8e43f99dcf8f70da3dd4fff159f3787))
* update names ([e74a42a](https://github.com/boardroom-inc/protocol-Info/commit/e74a42a431e00f3426e112f358d5a5a5a233c5a7))
* updated protocls ([a5dfe21](https://github.com/boardroom-inc/protocol-Info/commit/a5dfe215b8556bdf44bb79b5045266c927860c5c))
* validate types ([6604597](https://github.com/boardroom-inc/protocol-Info/commit/66045979c408bf3c666a86b12c2e2a99b5192f14))
* with workaround for etherscan req limit ([e68a370](https://github.com/boardroom-inc/protocol-Info/commit/e68a370e18663f93cf1feb1a795d050c931c77f1))
* write token and abit ([c774062](https://github.com/boardroom-inc/protocol-Info/commit/c7740624dd6f2d103a4d16f2e5d6e73bac669d72))

View File

@ -1,6 +1,6 @@
{
"name": "@boardroom/protocol-info",
"version": "2.1.9",
"version": "2.2.0",
"description": "Project information which will be served to display on the Boardroom Governance Portal.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",