Skip to content

Commit

Permalink
chore(release): 🤖 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2021-12-14)

### Bug Fixes

* 🐛 amends icon arrow name ([#69](#69)) ([d60115e](d60115e))
* 🐛 image fallback ([aaa7e4d](aaa7e4d))
* 🐛 learn more tooltip, link should open correct address ([#78](#78)) ([12ca14b](12ca14b))
* 🐛 pagination index computation ([#77](#77)) ([6a923f3](6a923f3))
* 🐛 should extend page data not overwrite ([#72](#72)) ([4e2d8b8](4e2d8b8))
* 🐛 tooltip hover close area ([#75](#75)) ([2027ee3](2027ee3))
* 🐛 use DAB mainnet address during dev for now ([c1fe7a4](c1fe7a4))
* 🐛 video should not have pointer events ([6278e27](6278e27))

### Features

* 🎸 item nft images ([#76](#76)) ([75edf68](75edf68))
* 🎸 search basic ([#68](#68)) ([0972f99](0972f99))
* 🎸 tooltip for dab unknown ([#73](#73)) ([a35c94b](a35c94b))
  • Loading branch information
semantic-release-bot committed Dec 14, 2021
1 parent 404bc46 commit 1c5f156
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.1.0](https://github.com/Psychedelic/cap-explorer/compare/v1.0.1...v1.1.0) (2021-12-14)


### Bug Fixes

* 🐛 amends icon arrow name ([#69](https://github.com/Psychedelic/cap-explorer/issues/69)) ([d60115e](https://github.com/Psychedelic/cap-explorer/commit/d60115ee923f92626ec4aefdea85a1fb3d76d098))
* 🐛 image fallback ([aaa7e4d](https://github.com/Psychedelic/cap-explorer/commit/aaa7e4d28eac9a6567912206dc5fd17fc0fa8d24))
* 🐛 learn more tooltip, link should open correct address ([#78](https://github.com/Psychedelic/cap-explorer/issues/78)) ([12ca14b](https://github.com/Psychedelic/cap-explorer/commit/12ca14bdb85fdb233a79b4ffd595501da3a681f9))
* 🐛 pagination index computation ([#77](https://github.com/Psychedelic/cap-explorer/issues/77)) ([6a923f3](https://github.com/Psychedelic/cap-explorer/commit/6a923f3f3166064f54057a6d76983b665f0924ce))
* 🐛 should extend page data not overwrite ([#72](https://github.com/Psychedelic/cap-explorer/issues/72)) ([4e2d8b8](https://github.com/Psychedelic/cap-explorer/commit/4e2d8b8837d8a533991ee8fc59fccad3e9292b7e))
* 🐛 tooltip hover close area ([#75](https://github.com/Psychedelic/cap-explorer/issues/75)) ([2027ee3](https://github.com/Psychedelic/cap-explorer/commit/2027ee38ecedaad7079e622ea171a6bff388f16b))
* 🐛 use DAB mainnet address during dev for now ([c1fe7a4](https://github.com/Psychedelic/cap-explorer/commit/c1fe7a4e0bf1bc11e30b9bd609b563845b75c88d))
* 🐛 video should not have pointer events ([6278e27](https://github.com/Psychedelic/cap-explorer/commit/6278e276c7e65f77995043bebe0fdda0df7df00f))


### Features

* 🎸 item nft images ([#76](https://github.com/Psychedelic/cap-explorer/issues/76)) ([75edf68](https://github.com/Psychedelic/cap-explorer/commit/75edf688b5ce082d4acfd73ebd03bbf8b39cba92))
* 🎸 search basic ([#68](https://github.com/Psychedelic/cap-explorer/issues/68)) ([0972f99](https://github.com/Psychedelic/cap-explorer/commit/0972f991dd24aa8645df1c8609aada6a320e563a))
* 🎸 tooltip for dab unknown ([#73](https://github.com/Psychedelic/cap-explorer/issues/73)) ([a35c94b](https://github.com/Psychedelic/cap-explorer/commit/a35c94bd529de30122afae34990a5a79a24e320a))

## [1.0.1](https://github.com/Psychedelic/cap-explorer/compare/v1.0.0...v1.0.1) (2021-12-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
"node": ">=16",
"npm": ">=7"
},
"version": "1.0.1"
"version": "1.1.0"
}
4 changes: 2 additions & 2 deletions packages/dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "1.0.1",
"version": "1.1.0",
"keywords": [
"package",
"typescript"
Expand Down

0 comments on commit 1c5f156

Please sign in to comment.