-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - @cosmology/[email protected] - [email protected] - @cosmology/[email protected] - @cosmology/[email protected]
- Loading branch information
1 parent
4606255
commit 796cd28
Showing
36 changed files
with
341 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,40 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-10-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add back lockfile ([cfe77a4](https://github.com/cosmology-tech/create-cosmos-app/commit/cfe77a49fdf82954a90251275c8c54d12e5849b8)) | ||
* add missing deps ([1b36caf](https://github.com/cosmology-tech/create-cosmos-app/commit/1b36caf31c2a979c91ca71d631e0fa2bcf6b2bc5)) | ||
* **asset-list:** show withdraw btn regardless of balance ([ae89a9f](https://github.com/cosmology-tech/create-cosmos-app/commit/ae89a9ff28a4e181a44a068855f52b488d199901)) | ||
* custom filtering combobox ([04fd1a9](https://github.com/cosmology-tech/create-cosmos-app/commit/04fd1a9f46a7c21b237aacf071504cc3eb0caad6)) | ||
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7)) | ||
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7)) | ||
* old ci job yarn4 issues ([#182](https://github.com/cosmology-tech/create-cosmos-app/issues/182)) ([2bb19f7](https://github.com/cosmology-tech/create-cosmos-app/commit/2bb19f75fcc6ffaa4bcb63ecf071009d2f9d7e76)) | ||
* pool data error ([13b9cbd](https://github.com/cosmology-tech/create-cosmos-app/commit/13b9cbd57e2fece5cf31c10040b232fe392e3489)) | ||
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c)) | ||
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80)) | ||
* upgrade interchain ui version and fix z index issue ([e3b6096](https://github.com/cosmology-tech/create-cosmos-app/commit/e3b6096c5a245e101a49e6e00de9d8d3700a7bef)) | ||
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7)) | ||
* use new combobox in stake-tokens ([d118c9e](https://github.com/cosmology-tech/create-cosmos-app/commit/d118c9e043a6f11bab63fa032eff02f4c234fb05)) | ||
|
||
|
||
### Features | ||
|
||
* add dark mode ([d40b372](https://github.com/cosmology-tech/create-cosmos-app/commit/d40b3723ce1d41fb0ab1c85f90a5bae88c5158e7)) | ||
* add multi-chain page ([300ad15](https://github.com/cosmology-tech/create-cosmos-app/commit/300ad15f52db23a7baf6b94c3f906fae59dbe3d7)) | ||
* assets list deposit and withdraw ([07cd231](https://github.com/cosmology-tech/create-cosmos-app/commit/07cd231d647b5cc6117e6cd80ad43aa017206290)) | ||
* display total on osmosis ([f0275eb](https://github.com/cosmology-tech/create-cosmos-app/commit/f0275eba4657e3c2f11eaa41bb6eca92679a1aee)) | ||
* dropdown deposit and withdraw ([ddc155c](https://github.com/cosmology-tech/create-cosmos-app/commit/ddc155c5a757f9fa45d7c639e35741dd34a25363)) | ||
* finish the style ([114052c](https://github.com/cosmology-tech/create-cosmos-app/commit/114052cf7457a560dc908248b0c5d6b712f25f33)) | ||
* new asset-list example with interchain ui ([de30ead](https://github.com/cosmology-tech/create-cosmos-app/commit/de30ead101a4fe3ebf8dbc7d8118a23accfbc82a)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06) | ||
|
||
**Note:** Version bump only for package @cosmology/asset-list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,40 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-10-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* contract tab width ([7c859c0](https://github.com/cosmology-tech/create-cosmos-app/commit/7c859c0a94b7d42c772b33da56442668b5b8afd7)) | ||
* create contract popover style ([b2db706](https://github.com/cosmology-tech/create-cosmos-app/commit/b2db7060ef59d258182e0323589db85a74aea1ad)) | ||
* **style:** decrease max width ([62a25f8](https://github.com/cosmology-tech/create-cosmos-app/commit/62a25f8a3245542ec3e69907aee790afa3b61b73)) | ||
|
||
|
||
### Features | ||
|
||
* add contract address input field ([029d260](https://github.com/cosmology-tech/create-cosmos-app/commit/029d26056994664331d5bf69753885bf98616d2c)) | ||
* add create new contract button ([ef87061](https://github.com/cosmology-tech/create-cosmos-app/commit/ef8706144b607e1da1fae070a6d2dc43992fc21a)) | ||
* add dark theme styles ([56bd0cb](https://github.com/cosmology-tech/create-cosmos-app/commit/56bd0cb246cf154436a55e8c79cdb52b8ab3908b)) | ||
* add execute contract UI ([d158fa4](https://github.com/cosmology-tech/create-cosmos-app/commit/d158fa496d63a34125a5719ab1c1e5a502496d26)) | ||
* add instantiate contract UI ([3be345b](https://github.com/cosmology-tech/create-cosmos-app/commit/3be345b2704949a616757efa37e3438ac0f2d54c)) | ||
* add mobile styles ([40df1d9](https://github.com/cosmology-tech/create-cosmos-app/commit/40df1d961bc394ca614a727c716ec911a4c4d9f7)) | ||
* add My Contracts, Query and Execute tabs ([c904729](https://github.com/cosmology-tech/create-cosmos-app/commit/c904729b681fc896046ec9767cdf19f49fcf6b67)) | ||
* add query contract UI ([a543199](https://github.com/cosmology-tech/create-cosmos-app/commit/a5431990bb62f2a0ec0ff192526820e6d91e086d)) | ||
* add Stepper component ([f86cf5f](https://github.com/cosmology-tech/create-cosmos-app/commit/f86cf5f4837a68a47a54ea1ea7a4ac4aa6bac7f5)) | ||
* add tab and contract address to URL params ([c6f0af8](https://github.com/cosmology-tech/create-cosmos-app/commit/c6f0af88b1086d464112fb7725442425c4386ff8)) | ||
* add upload contract UI ([43867de](https://github.com/cosmology-tech/create-cosmos-app/commit/43867deebcf8aa6ba60bd5400de75299f9b864b0)) | ||
* autofill admin address ([8088abc](https://github.com/cosmology-tech/create-cosmos-app/commit/8088abc93cbfd794cf7eb38ddb1cc8c156b10f72)) | ||
* create contract from code ID ([0d02e31](https://github.com/cosmology-tech/create-cosmos-app/commit/0d02e31a46c50c2572d4de53401abd05db1f6555)) | ||
* initial commit for new chain-template ([e420c63](https://github.com/cosmology-tech/create-cosmos-app/commit/e420c639cd8fba249e70e44b151cde750aec7e75)) | ||
* search my contracts ([336edd3](https://github.com/cosmology-tech/create-cosmos-app/commit/336edd30cf791c6538fbc2de26aacbe201471ba2)) | ||
* switch tabs after instantiate ([1964562](https://github.com/cosmology-tech/create-cosmos-app/commit/196456255052728d3f3c39a4f2ba409146fb57bb)) | ||
* upload to instantiate contract flow ([4f2c118](https://github.com/cosmology-tech/create-cosmos-app/commit/4f2c1186605c1ed9a239abfccdc75e2de39b2346)) | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,21 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-10-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7)) | ||
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7)) | ||
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c)) | ||
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80)) | ||
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06) | ||
|
||
**Note:** Version bump only for package @cosmology/grpc-web-grpc-gateway | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,23 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-10-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7)) | ||
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7)) | ||
* **ibc-transfer:** fill input w/ value onclick ([adc792f](https://github.com/cosmology-tech/create-cosmos-app/commit/adc792fb75b5f351914d0e0f793c24238618bc48)) | ||
* old ci job yarn4 issues ([#182](https://github.com/cosmology-tech/create-cosmos-app/issues/182)) ([2bb19f7](https://github.com/cosmology-tech/create-cosmos-app/commit/2bb19f75fcc6ffaa4bcb63ecf071009d2f9d7e76)) | ||
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c)) | ||
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80)) | ||
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06) | ||
|
||
**Note:** Version bump only for package @cosmology/ibc-transfer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 2.1.0 (2024-10-08) | ||
|
||
**Note:** Version bump only for package @cosmology/injective | ||
|
||
|
||
|
||
|
||
|
||
## [2.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06) | ||
|
||
**Note:** Version bump only for package @cosmology/connect-chain-with-telescope | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,23 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-10-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7)) | ||
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7)) | ||
* old ci job yarn4 issues ([#182](https://github.com/cosmology-tech/create-cosmos-app/issues/182)) ([2bb19f7](https://github.com/cosmology-tech/create-cosmos-app/commit/2bb19f75fcc6ffaa4bcb63ecf071009d2f9d7e76)) | ||
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c)) | ||
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80)) | ||
* upgrade interchain ui version and fix z index issue ([e3b6096](https://github.com/cosmology-tech/create-cosmos-app/commit/e3b6096c5a245e101a49e6e00de9d8d3700a7bef)) | ||
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06) | ||
|
||
**Note:** Version bump only for package @cosmology/nft | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-10-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* button and icon styles ([f69e475](https://github.com/cosmology-tech/create-cosmos-app/commit/f69e475fef19d592f814f32937ec0fd7decafb2d)) | ||
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7)) | ||
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7)) | ||
* improve error displaying ([23892c3](https://github.com/cosmology-tech/create-cosmos-app/commit/23892c3caac8a0d9ca10f0e4cb548cea775c9fe4)) | ||
* **provide-liquidity:** multiple issues ([2a945c1](https://github.com/cosmology-tech/create-cosmos-app/commit/2a945c142670fd9708a6333e40ecac038437ebd5)) | ||
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c)) | ||
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80)) | ||
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7)) | ||
|
||
|
||
|
||
|
||
|
||
## [1.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06) | ||
|
||
**Note:** Version bump only for package @cosmology/provide-liquidity | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-10-08) | ||
|
||
**Note:** Version bump only for package @cosmology/spawn | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,28 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-10-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* commission and apr calculations ([f031d2b](https://github.com/cosmology-tech/create-cosmos-app/commit/f031d2b232dcaffe0a43f95e5174738e401baddb)) | ||
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7)) | ||
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7)) | ||
* gas price ([5f164a2](https://github.com/cosmology-tech/create-cosmos-app/commit/5f164a294a6e49b968391416f9ffea2e907e8ea5)) | ||
* input clamp behavior ([51d14bd](https://github.com/cosmology-tech/create-cosmos-app/commit/51d14bdf86d64d9279705df86dcfd0e503706c3d)) | ||
* old ci job yarn4 issues ([#182](https://github.com/cosmology-tech/create-cosmos-app/issues/182)) ([2bb19f7](https://github.com/cosmology-tech/create-cosmos-app/commit/2bb19f75fcc6ffaa4bcb63ecf071009d2f9d7e76)) | ||
* **stake-tokens:** fix max buttons issue ([f94a0e3](https://github.com/cosmology-tech/create-cosmos-app/commit/f94a0e354baa0c0119a3d83a7b1cae52eb0879b8)) | ||
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c)) | ||
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80)) | ||
* upgrade interchain ui version and fix z index issue ([e3b6096](https://github.com/cosmology-tech/create-cosmos-app/commit/e3b6096c5a245e101a49e6e00de9d8d3700a7bef)) | ||
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7)) | ||
* use new combobox in stake-tokens ([d118c9e](https://github.com/cosmology-tech/create-cosmos-app/commit/d118c9e043a6f11bab63fa032eff02f4c234fb05)) | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.