Skip to content

Commit

Permalink
chore(release): 🤖 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-11-26)

### Bug Fixes

* 🐛 amend environment variable name, missing _ID ([4b45d15](4b45d15))
* 🐛 amend route home, as overview ([#15](#15)) ([a36536b](a36536b))
* 🐛 eslintrc, aliases ([7f6c6d0](7f6c6d0))
* 🐛 function signature expects one argument ([#51](#51)) ([471646d](471646d))
* 🐛 identity copy, should not copy trimmed account ([a0523f7](a0523f7))
* 🐛 lerna bootstrap prod dependencies ([#38](#38)) ([cf502a3](cf502a3))
* 🐛 the not available should be 3x dashes ([9f87586](9f87586))
* 🐛 titles ([b014845](b014845))
* 🐛 total transactions ([#28](#28)) ([b5a0144](b5a0144))
* 🐛 type def amends ([34619be](34619be))
* 🐛 type def warnings, bootstrap, initialisation ([cc6005f](cc6005f))
* 🐛 workspace package.json to avoid conflict with main branch version ([555e2e0](555e2e0))

### Features

* 🎸 add overall values for overview page ([#25](#25)) ([6745c8a](6745c8a))
* 🎸 App specific page, initial version  ([#5](#5)) ([217f656](217f656))
* 🎸 application transactions page, initial ([9130683](9130683))
* 🎸 CAP Service for development ([#1](#1)) ([7c38739](7c38739))
* 🎸 introduces fleekon to manage icons (tokeneless) ([#27](#27)) ([847fe3e](847fe3e))
* 🎸 metadata for contract in transaction page ([#24](#24)) ([0d08fa0](0d08fa0))
* 🎸 mock data generator for CAP Service for development ([#2](#2)) ([39c57bf](39c57bf))
* 🎸 mock provider for staging or testing ([#10](#10)) ([fda15c8](fda15c8))
* 🎸 token contracts initial implementation ([#4](#4)) ([3258675](3258675))
* 🎸 token contracts paired roots on overview ([#34](#34)) ([46c3e2d](46c3e2d))
* 🎸 transactions named column via dab metadata ([#23](#23)) ([5904130](5904130))
  • Loading branch information
semantic-release-bot committed Nov 26, 2021
1 parent d85ae70 commit 8b6a9aa
Show file tree
Hide file tree
Showing 5 changed files with 8,926 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 1.0.0 (2021-11-26)


### Bug Fixes

* 🐛 amend environment variable name, missing _ID ([4b45d15](https://github.com/Psychedelic/cap-explorer/commit/4b45d152ad38f188a09d3393cef89beb3b929b2d))
* 🐛 amend route home, as overview ([#15](https://github.com/Psychedelic/cap-explorer/issues/15)) ([a36536b](https://github.com/Psychedelic/cap-explorer/commit/a36536bc643894ba31be51881cd97412e3ba4f68))
* 🐛 eslintrc, aliases ([7f6c6d0](https://github.com/Psychedelic/cap-explorer/commit/7f6c6d0a580920c4e448ede3489146241e1a55cd))
* 🐛 function signature expects one argument ([#51](https://github.com/Psychedelic/cap-explorer/issues/51)) ([471646d](https://github.com/Psychedelic/cap-explorer/commit/471646dbdde139e424bbf95a655340cc98cacbf0))
* 🐛 identity copy, should not copy trimmed account ([a0523f7](https://github.com/Psychedelic/cap-explorer/commit/a0523f7410af340298b0fba9432ba084fbedd4b2))
* 🐛 lerna bootstrap prod dependencies ([#38](https://github.com/Psychedelic/cap-explorer/issues/38)) ([cf502a3](https://github.com/Psychedelic/cap-explorer/commit/cf502a37afb637b468f0819556b2196260d8e27a))
* 🐛 the not available should be 3x dashes ([9f87586](https://github.com/Psychedelic/cap-explorer/commit/9f8758613347b1a79a8bbebd3c68635447f7817b))
* 🐛 titles ([b014845](https://github.com/Psychedelic/cap-explorer/commit/b0148456345c4f57346a69cc9fcdf981a7c1c963))
* 🐛 total transactions ([#28](https://github.com/Psychedelic/cap-explorer/issues/28)) ([b5a0144](https://github.com/Psychedelic/cap-explorer/commit/b5a014493fada06433fc490bd4414220977c889f))
* 🐛 type def amends ([34619be](https://github.com/Psychedelic/cap-explorer/commit/34619be49be34bd415ded5cf057ad0d85cd6c646))
* 🐛 type def warnings, bootstrap, initialisation ([cc6005f](https://github.com/Psychedelic/cap-explorer/commit/cc6005f5d753e1ec09172ad4cc57983a607d69c7))
* 🐛 workspace package.json to avoid conflict with main branch version ([555e2e0](https://github.com/Psychedelic/cap-explorer/commit/555e2e06423a06d3307b46e5204543abd1b2cccf))


### Features

* 🎸 add overall values for overview page ([#25](https://github.com/Psychedelic/cap-explorer/issues/25)) ([6745c8a](https://github.com/Psychedelic/cap-explorer/commit/6745c8a2d900d931e48d0eb1b6db7bb53be98989))
* 🎸 App specific page, initial version ([#5](https://github.com/Psychedelic/cap-explorer/issues/5)) ([217f656](https://github.com/Psychedelic/cap-explorer/commit/217f656e17f7b1547289a2b69e237b23c0b566cc))
* 🎸 application transactions page, initial ([9130683](https://github.com/Psychedelic/cap-explorer/commit/9130683c60c830096c15ddcb71bfcef8e3e1cd5c))
* 🎸 CAP Service for development ([#1](https://github.com/Psychedelic/cap-explorer/issues/1)) ([7c38739](https://github.com/Psychedelic/cap-explorer/commit/7c3873910c6d3b9e29c5c9f6ee02ec3c7b0b4204))
* 🎸 introduces fleekon to manage icons (tokeneless) ([#27](https://github.com/Psychedelic/cap-explorer/issues/27)) ([847fe3e](https://github.com/Psychedelic/cap-explorer/commit/847fe3ef2faf81b0c84c751b19e53e001d82003a))
* 🎸 metadata for contract in transaction page ([#24](https://github.com/Psychedelic/cap-explorer/issues/24)) ([0d08fa0](https://github.com/Psychedelic/cap-explorer/commit/0d08fa06e2938d6f1e66df9d64238001100163cf))
* 🎸 mock data generator for CAP Service for development ([#2](https://github.com/Psychedelic/cap-explorer/issues/2)) ([39c57bf](https://github.com/Psychedelic/cap-explorer/commit/39c57bfce8dd296df0bfd14dfbc7d7877c4a5c65))
* 🎸 mock provider for staging or testing ([#10](https://github.com/Psychedelic/cap-explorer/issues/10)) ([fda15c8](https://github.com/Psychedelic/cap-explorer/commit/fda15c82e5af7640f0ff4470de534d0eda3d869e))
* 🎸 token contracts initial implementation ([#4](https://github.com/Psychedelic/cap-explorer/issues/4)) ([3258675](https://github.com/Psychedelic/cap-explorer/commit/32586756c276029370f50596d572fad9ea4ac409))
* 🎸 token contracts paired roots on overview ([#34](https://github.com/Psychedelic/cap-explorer/issues/34)) ([46c3e2d](https://github.com/Psychedelic/cap-explorer/commit/46c3e2d0aac64c8984d8f291437033a3a17d936b))
* 🎸 transactions named column via dab metadata ([#23](https://github.com/Psychedelic/cap-explorer/issues/23)) ([5904130](https://github.com/Psychedelic/cap-explorer/commit/5904130b40f34b1a0cd8f3d9a81f953367e2429e))
Loading

0 comments on commit 8b6a9aa

Please sign in to comment.