Skip to content

Commit 796cd28

Browse files
committed
chore(release): publish
- @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]
1 parent 4606255 commit 796cd28

File tree

36 files changed

+341
-18
lines changed

36 files changed

+341
-18
lines changed

examples/asset-list/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2024-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* add back lockfile ([cfe77a4](https://github.com/cosmology-tech/create-cosmos-app/commit/cfe77a49fdf82954a90251275c8c54d12e5849b8))
12+
* add missing deps ([1b36caf](https://github.com/cosmology-tech/create-cosmos-app/commit/1b36caf31c2a979c91ca71d631e0fa2bcf6b2bc5))
13+
* **asset-list:** show withdraw btn regardless of balance ([ae89a9f](https://github.com/cosmology-tech/create-cosmos-app/commit/ae89a9ff28a4e181a44a068855f52b488d199901))
14+
* custom filtering combobox ([04fd1a9](https://github.com/cosmology-tech/create-cosmos-app/commit/04fd1a9f46a7c21b237aacf071504cc3eb0caad6))
15+
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7))
16+
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7))
17+
* 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))
18+
* pool data error ([13b9cbd](https://github.com/cosmology-tech/create-cosmos-app/commit/13b9cbd57e2fece5cf31c10040b232fe392e3489))
19+
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c))
20+
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80))
21+
* upgrade interchain ui version and fix z index issue ([e3b6096](https://github.com/cosmology-tech/create-cosmos-app/commit/e3b6096c5a245e101a49e6e00de9d8d3700a7bef))
22+
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7))
23+
* use new combobox in stake-tokens ([d118c9e](https://github.com/cosmology-tech/create-cosmos-app/commit/d118c9e043a6f11bab63fa032eff02f4c234fb05))
24+
25+
26+
### Features
27+
28+
* add dark mode ([d40b372](https://github.com/cosmology-tech/create-cosmos-app/commit/d40b3723ce1d41fb0ab1c85f90a5bae88c5158e7))
29+
* add multi-chain page ([300ad15](https://github.com/cosmology-tech/create-cosmos-app/commit/300ad15f52db23a7baf6b94c3f906fae59dbe3d7))
30+
* assets list deposit and withdraw ([07cd231](https://github.com/cosmology-tech/create-cosmos-app/commit/07cd231d647b5cc6117e6cd80ad43aa017206290))
31+
* display total on osmosis ([f0275eb](https://github.com/cosmology-tech/create-cosmos-app/commit/f0275eba4657e3c2f11eaa41bb6eca92679a1aee))
32+
* dropdown deposit and withdraw ([ddc155c](https://github.com/cosmology-tech/create-cosmos-app/commit/ddc155c5a757f9fa45d7c639e35741dd34a25363))
33+
* finish the style ([114052c](https://github.com/cosmology-tech/create-cosmos-app/commit/114052cf7457a560dc908248b0c5d6b712f25f33))
34+
* new asset-list example with interchain ui ([de30ead](https://github.com/cosmology-tech/create-cosmos-app/commit/de30ead101a4fe3ebf8dbc7d8118a23accfbc82a))
35+
36+
37+
38+
39+
640
## [1.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06)
741

842
**Note:** Version bump only for package @cosmology/asset-list

examples/asset-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/asset-list",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/authz/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2024-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7))
12+
* 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))
13+
* rename telescope-authz to authz ([9ba95fd](https://github.com/cosmology-tech/create-cosmos-app/commit/9ba95fd9d2e23620b1997e87f780460602507d60))
14+
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c))
15+
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80))
16+
17+
18+
19+
20+
621
# 1.0.0 (2024-04-06)
722

823

examples/authz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/authz",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/chain-template/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2024-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* contract tab width ([7c859c0](https://github.com/cosmology-tech/create-cosmos-app/commit/7c859c0a94b7d42c772b33da56442668b5b8afd7))
12+
* create contract popover style ([b2db706](https://github.com/cosmology-tech/create-cosmos-app/commit/b2db7060ef59d258182e0323589db85a74aea1ad))
13+
* **style:** decrease max width ([62a25f8](https://github.com/cosmology-tech/create-cosmos-app/commit/62a25f8a3245542ec3e69907aee790afa3b61b73))
14+
15+
16+
### Features
17+
18+
* add contract address input field ([029d260](https://github.com/cosmology-tech/create-cosmos-app/commit/029d26056994664331d5bf69753885bf98616d2c))
19+
* add create new contract button ([ef87061](https://github.com/cosmology-tech/create-cosmos-app/commit/ef8706144b607e1da1fae070a6d2dc43992fc21a))
20+
* add dark theme styles ([56bd0cb](https://github.com/cosmology-tech/create-cosmos-app/commit/56bd0cb246cf154436a55e8c79cdb52b8ab3908b))
21+
* add execute contract UI ([d158fa4](https://github.com/cosmology-tech/create-cosmos-app/commit/d158fa496d63a34125a5719ab1c1e5a502496d26))
22+
* add instantiate contract UI ([3be345b](https://github.com/cosmology-tech/create-cosmos-app/commit/3be345b2704949a616757efa37e3438ac0f2d54c))
23+
* add mobile styles ([40df1d9](https://github.com/cosmology-tech/create-cosmos-app/commit/40df1d961bc394ca614a727c716ec911a4c4d9f7))
24+
* add My Contracts, Query and Execute tabs ([c904729](https://github.com/cosmology-tech/create-cosmos-app/commit/c904729b681fc896046ec9767cdf19f49fcf6b67))
25+
* add query contract UI ([a543199](https://github.com/cosmology-tech/create-cosmos-app/commit/a5431990bb62f2a0ec0ff192526820e6d91e086d))
26+
* add Stepper component ([f86cf5f](https://github.com/cosmology-tech/create-cosmos-app/commit/f86cf5f4837a68a47a54ea1ea7a4ac4aa6bac7f5))
27+
* add tab and contract address to URL params ([c6f0af8](https://github.com/cosmology-tech/create-cosmos-app/commit/c6f0af88b1086d464112fb7725442425c4386ff8))
28+
* add upload contract UI ([43867de](https://github.com/cosmology-tech/create-cosmos-app/commit/43867deebcf8aa6ba60bd5400de75299f9b864b0))
29+
* autofill admin address ([8088abc](https://github.com/cosmology-tech/create-cosmos-app/commit/8088abc93cbfd794cf7eb38ddb1cc8c156b10f72))
30+
* create contract from code ID ([0d02e31](https://github.com/cosmology-tech/create-cosmos-app/commit/0d02e31a46c50c2572d4de53401abd05db1f6555))
31+
* initial commit for new chain-template ([e420c63](https://github.com/cosmology-tech/create-cosmos-app/commit/e420c639cd8fba249e70e44b151cde750aec7e75))
32+
* search my contracts ([336edd3](https://github.com/cosmology-tech/create-cosmos-app/commit/336edd30cf791c6538fbc2de26aacbe201471ba2))
33+
* switch tabs after instantiate ([1964562](https://github.com/cosmology-tech/create-cosmos-app/commit/196456255052728d3f3c39a4f2ba409146fb57bb))
34+
* upload to instantiate contract flow ([4f2c118](https://github.com/cosmology-tech/create-cosmos-app/commit/4f2c1186605c1ed9a239abfccdc75e2de39b2346))
35+
36+
37+
38+
39+
640
# [1.0.0](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06)
741

842

examples/chain-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/chain-template",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/grpc-web-grpc-gateway/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2024-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7))
12+
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7))
13+
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c))
14+
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80))
15+
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7))
16+
17+
18+
19+
20+
621
## [1.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06)
722

823
**Note:** Version bump only for package @cosmology/grpc-web-grpc-gateway

examples/grpc-web-grpc-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/grpc-web-grpc-gateway",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/ibc-transfer/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2024-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7))
12+
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7))
13+
* **ibc-transfer:** fill input w/ value onclick ([adc792f](https://github.com/cosmology-tech/create-cosmos-app/commit/adc792fb75b5f351914d0e0f793c24238618bc48))
14+
* 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))
15+
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c))
16+
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80))
17+
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7))
18+
19+
20+
21+
22+
623
## [1.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06)
724

825
**Note:** Version bump only for package @cosmology/ibc-transfer

examples/ibc-transfer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/ibc-transfer",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/injective/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 2.1.0 (2024-10-08)
7+
8+
**Note:** Version bump only for package @cosmology/injective
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06)
715

816
**Note:** Version bump only for package @cosmology/connect-chain-with-telescope

examples/injective/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/injective",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/nft/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2024-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7))
12+
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7))
13+
* 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))
14+
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c))
15+
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80))
16+
* upgrade interchain ui version and fix z index issue ([e3b6096](https://github.com/cosmology-tech/create-cosmos-app/commit/e3b6096c5a245e101a49e6e00de9d8d3700a7bef))
17+
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7))
18+
19+
20+
21+
22+
623
## [1.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06)
724

825
**Note:** Version bump only for package @cosmology/nft

examples/nft/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/nft",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/provide-liquidity/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2024-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* button and icon styles ([f69e475](https://github.com/cosmology-tech/create-cosmos-app/commit/f69e475fef19d592f814f32937ec0fd7decafb2d))
12+
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7))
13+
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7))
14+
* improve error displaying ([23892c3](https://github.com/cosmology-tech/create-cosmos-app/commit/23892c3caac8a0d9ca10f0e4cb548cea775c9fe4))
15+
* **provide-liquidity:** multiple issues ([2a945c1](https://github.com/cosmology-tech/create-cosmos-app/commit/2a945c142670fd9708a6333e40ecac038437ebd5))
16+
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c))
17+
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80))
18+
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7))
19+
20+
21+
22+
23+
624
## [1.0.1](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06)
725

826
**Note:** Version bump only for package @cosmology/provide-liquidity

examples/provide-liquidity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/provide-liquidity",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/rollkit/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2024-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7))
12+
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c))
13+
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80))
14+
15+
16+
17+
18+
619
# 1.0.0 (2024-04-06)
720

821
**Note:** Version bump only for package @cosmology/rollkit

examples/rollkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/rollkit",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/spawn/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2024-10-08)
7+
8+
**Note:** Version bump only for package @cosmology/spawn
9+
10+
11+
12+
13+
614
# [1.0.0](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06)
715

816

examples/spawn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/spawn",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/stake-tokens/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 1.1.0 (2024-10-08)
7+
8+
9+
### Bug Fixes
10+
11+
* commission and apr calculations ([f031d2b](https://github.com/cosmology-tech/create-cosmos-app/commit/f031d2b232dcaffe0a43f95e5174738e401baddb))
12+
* custom filtering stake-tokens ([1bec4cc](https://github.com/cosmology-tech/create-cosmos-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7))
13+
* deps ([b2aa70b](https://github.com/cosmology-tech/create-cosmos-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7))
14+
* gas price ([5f164a2](https://github.com/cosmology-tech/create-cosmos-app/commit/5f164a294a6e49b968391416f9ffea2e907e8ea5))
15+
* input clamp behavior ([51d14bd](https://github.com/cosmology-tech/create-cosmos-app/commit/51d14bdf86d64d9279705df86dcfd0e503706c3d))
16+
* 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))
17+
* **stake-tokens:** fix max buttons issue ([f94a0e3](https://github.com/cosmology-tech/create-cosmos-app/commit/f94a0e354baa0c0119a3d83a7b1cae52eb0879b8))
18+
* try locks update script ([000aa5f](https://github.com/cosmology-tech/create-cosmos-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c))
19+
* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/cosmology-tech/create-cosmos-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80))
20+
* upgrade interchain ui version and fix z index issue ([e3b6096](https://github.com/cosmology-tech/create-cosmos-app/commit/e3b6096c5a245e101a49e6e00de9d8d3700a7bef))
21+
* use new combobox in asset-list ([04fe837](https://github.com/cosmology-tech/create-cosmos-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7))
22+
* use new combobox in stake-tokens ([d118c9e](https://github.com/cosmology-tech/create-cosmos-app/commit/d118c9e043a6f11bab63fa032eff02f4c234fb05))
23+
24+
25+
26+
27+
628
# [1.0.0](https://github.com/cosmology-tech/create-cosmos-app/compare/@cosmology/[email protected]...@cosmology/[email protected]) (2024-04-06)
729

830

examples/stake-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmology/stake-tokens",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)