diff --git a/examples/authz/CHANGELOG.md b/examples/authz/CHANGELOG.md index 197e0668..12629531 100644 --- a/examples/authz/CHANGELOG.md +++ b/examples/authz/CHANGELOG.md @@ -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.1 (2025-01-27) + + +### Bug Fixes + +* deps ([b2aa70b](https://github.com/hyperweb-io/create-interchain-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7)) +* old ci job yarn4 issues ([#182](https://github.com/hyperweb-io/create-interchain-app/issues/182)) ([2bb19f7](https://github.com/hyperweb-io/create-interchain-app/commit/2bb19f75fcc6ffaa4bcb63ecf071009d2f9d7e76)) +* rename telescope-authz to authz ([9ba95fd](https://github.com/hyperweb-io/create-interchain-app/commit/9ba95fd9d2e23620b1997e87f780460602507d60)) +* try locks update script ([000aa5f](https://github.com/hyperweb-io/create-interchain-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c)) +* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/hyperweb-io/create-interchain-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80)) + + + + + # 1.1.0 (2024-10-08) diff --git a/examples/authz/package.json b/examples/authz/package.json index 99b68f28..6fae008a 100644 --- a/examples/authz/package.json +++ b/examples/authz/package.json @@ -1,6 +1,6 @@ { "name": "@hyperweb/authz", - "version": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/ibc-asset-list/CHANGELOG.md b/examples/ibc-asset-list/CHANGELOG.md index e58688a8..b3568caa 100644 --- a/examples/ibc-asset-list/CHANGELOG.md +++ b/examples/ibc-asset-list/CHANGELOG.md @@ -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.2](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/ibc-asset-list@1.1.1...@hyperweb/ibc-asset-list@1.1.2) (2025-01-27) + +**Note:** Version bump only for package @hyperweb/ibc-asset-list + + + + + ## 1.1.1 (2025-01-27) **Note:** Version bump only for package @hyperweb/ibc-asset-list diff --git a/examples/ibc-asset-list/package.json b/examples/ibc-asset-list/package.json index 0747efe8..56d86572 100644 --- a/examples/ibc-asset-list/package.json +++ b/examples/ibc-asset-list/package.json @@ -1,6 +1,6 @@ { "name": "@hyperweb/ibc-asset-list", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/injective-vue/CHANGELOG.md b/examples/injective-vue/CHANGELOG.md index 230cbbe3..4e0d993c 100644 --- a/examples/injective-vue/CHANGELOG.md +++ b/examples/injective-vue/CHANGELOG.md @@ -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. +## 0.0.2 (2025-01-27) + +**Note:** Version bump only for package @hyperweb/injective-vue + + + + + ## 0.0.1 (2025-01-27) **Note:** Version bump only for package injective-vue diff --git a/examples/injective-vue/package.json b/examples/injective-vue/package.json index 132f121b..46b75898 100644 --- a/examples/injective-vue/package.json +++ b/examples/injective-vue/package.json @@ -1,7 +1,7 @@ { "name": "@hyperweb/injective-vue", "private": true, - "version": "0.0.1", + "version": "0.0.2", "type": "module", "scripts": { "dev": "vite", diff --git a/examples/injective/CHANGELOG.md b/examples/injective/CHANGELOG.md index c138098f..4176ac5c 100644 --- a/examples/injective/CHANGELOG.md +++ b/examples/injective/CHANGELOG.md @@ -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.2 (2025-01-27) + +**Note:** Version bump only for package @hyperweb/injective + + + + + ## 1.1.1 (2025-01-27) **Note:** Version bump only for package @cosmology/injective diff --git a/examples/injective/package.json b/examples/injective/package.json index 09727c2c..7342bd6b 100644 --- a/examples/injective/package.json +++ b/examples/injective/package.json @@ -1,6 +1,6 @@ { "name": "@hyperweb/injective", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/stake-tokens/CHANGELOG.md b/examples/stake-tokens/CHANGELOG.md index b0912104..006358ec 100644 --- a/examples/stake-tokens/CHANGELOG.md +++ b/examples/stake-tokens/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.2](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/stake-tokens@1.1.1...@hyperweb/stake-tokens@1.1.2) (2025-01-27) + + +### Bug Fixes + +* cannot stake action ([7edfc8d](https://github.com/hyperweb-io/create-interchain-app/commit/7edfc8dd51bbd4e3dc8371ea6f795af301542652)) + + + + + ## 1.1.1 (2025-01-27) diff --git a/examples/stake-tokens/package.json b/examples/stake-tokens/package.json index 3da1fc41..a9662cec 100644 --- a/examples/stake-tokens/package.json +++ b/examples/stake-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@hyperweb/stake-tokens", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/vote-proposal/CHANGELOG.md b/examples/vote-proposal/CHANGELOG.md index 5a0c07b4..975cd582 100644 --- a/examples/vote-proposal/CHANGELOG.md +++ b/examples/vote-proposal/CHANGELOG.md @@ -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.2](https://github.com/hyperweb-io/create-interchain-app/compare/@hyperweb/vote-proposal@1.1.1...@hyperweb/vote-proposal@1.1.2) (2025-01-27) + +**Note:** Version bump only for package @hyperweb/vote-proposal + + + + + ## 1.1.1 (2025-01-27) diff --git a/examples/vote-proposal/package.json b/examples/vote-proposal/package.json index ff14e489..b5e6746f 100644 --- a/examples/vote-proposal/package.json +++ b/examples/vote-proposal/package.json @@ -1,6 +1,6 @@ { "name": "@hyperweb/vote-proposal", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/create-interchain-app/CHANGELOG.md b/packages/create-interchain-app/CHANGELOG.md index 6f584460..efb9df04 100644 --- a/packages/create-interchain-app/CHANGELOG.md +++ b/packages/create-interchain-app/CHANGELOG.md @@ -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.4.2](https://github.com/hyperweb-io/create-interchain-app/compare/create-interchain-app@2.4.1...create-interchain-app@2.4.2) (2025-01-27) + +**Note:** Version bump only for package create-interchain-app + + + + + ## 2.4.1 (2025-01-27) **Note:** Version bump only for package create-interchain-app diff --git a/packages/create-interchain-app/package.json b/packages/create-interchain-app/package.json index 1c0b66a4..c4cfeb74 100644 --- a/packages/create-interchain-app/package.json +++ b/packages/create-interchain-app/package.json @@ -1,6 +1,6 @@ { "name": "create-interchain-app", - "version": "2.4.1", + "version": "2.4.2", "description": "Set up a modern Cosmos app by running one command ⚛️", "author": "Dan Lynch ", "homepage": "https://github.com/hyperweb-io/create-interchain-app#readme", diff --git a/templates/chain-template/CHANGELOG.md b/templates/chain-template/CHANGELOG.md index 57f768b7..3961d1f5 100644 --- a/templates/chain-template/CHANGELOG.md +++ b/templates/chain-template/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.2 (2025-01-27) + + +### Bug Fixes + +* remove comments ([f89c630](https://github.com/hyperweb-io/create-interchain-app/commit/f89c6306258d532a8a8daaa37801e955b47973d9)) + + +### Features + +* move chain-template to /templates ([295eaf1](https://github.com/hyperweb-io/create-interchain-app/commit/295eaf18dd0d0293321f9b3a24e3198c3e4d9bb6)) + + + + + ## 1.1.1 (2025-01-27) diff --git a/templates/chain-template/package.json b/templates/chain-template/package.json index 4bf04639..15a16a6f 100644 --- a/templates/chain-template/package.json +++ b/templates/chain-template/package.json @@ -1,6 +1,6 @@ { "name": "@hyperweb/chain-template", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "dev": "next dev", diff --git a/templates/connect-chain/CHANGELOG.md b/templates/connect-chain/CHANGELOG.md index de59cb60..bdc0b227 100644 --- a/templates/connect-chain/CHANGELOG.md +++ b/templates/connect-chain/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.2 (2025-01-27) + + +### Bug Fixes + +* custom filtering stake-tokens ([1bec4cc](https://github.com/hyperweb-io/create-interchain-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7)) +* deps ([b2aa70b](https://github.com/hyperweb-io/create-interchain-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7)) +* old ci job yarn4 issues ([#182](https://github.com/hyperweb-io/create-interchain-app/issues/182)) ([2bb19f7](https://github.com/hyperweb-io/create-interchain-app/commit/2bb19f75fcc6ffaa4bcb63ecf071009d2f9d7e76)) +* try locks update script ([000aa5f](https://github.com/hyperweb-io/create-interchain-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c)) +* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/hyperweb-io/create-interchain-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80)) +* use new combobox in asset-list ([04fe837](https://github.com/hyperweb-io/create-interchain-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7)) + + + + + ## 1.1.1 (2025-01-27) diff --git a/templates/connect-chain/package.json b/templates/connect-chain/package.json index 621c851b..51b87b63 100644 --- a/templates/connect-chain/package.json +++ b/templates/connect-chain/package.json @@ -1,6 +1,6 @@ { "name": "@hyperweb/connect-chain", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "dev": "next dev", diff --git a/templates/connect-multi-chain/CHANGELOG.md b/templates/connect-multi-chain/CHANGELOG.md index 9d7a7ea8..a7ffc146 100644 --- a/templates/connect-multi-chain/CHANGELOG.md +++ b/templates/connect-multi-chain/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.2 (2025-01-27) + + +### Bug Fixes + +* custom filtering connect-multi-chain ([583239b](https://github.com/hyperweb-io/create-interchain-app/commit/583239b40b7c0b590450beb04782da969d2bb5d3)) +* custom filtering stake-tokens ([1bec4cc](https://github.com/hyperweb-io/create-interchain-app/commit/1bec4ccf9676c8c00ba6e8a8c3ff3c7e5e7a0bd7)) +* deps ([b2aa70b](https://github.com/hyperweb-io/create-interchain-app/commit/b2aa70ba9ef34fd96954c033220ff160d2c8ece7)) +* old ci job yarn4 issues ([#182](https://github.com/hyperweb-io/create-interchain-app/issues/182)) ([2bb19f7](https://github.com/hyperweb-io/create-interchain-app/commit/2bb19f75fcc6ffaa4bcb63ecf071009d2f9d7e76)) +* try locks update script ([000aa5f](https://github.com/hyperweb-io/create-interchain-app/commit/000aa5fc73faa0182a23f50a6402e8b2351a587c)) +* ts lint error in JSX ([106d22d](https://github.com/hyperweb-io/create-interchain-app/commit/106d22d85bd579d685052181ffde02d5410528ea)) +* upgrade deps and fix multi chain dropdown ([eecbcaa](https://github.com/hyperweb-io/create-interchain-app/commit/eecbcaad5e7729f00f9121250c04eb40d201ed80)) +* use new combobox in asset-list ([04fe837](https://github.com/hyperweb-io/create-interchain-app/commit/04fe837277538d23e9760e8f34542f3378ab63f7)) +* use new dropdown for connect-multi-chain and vote-proposal ([99b0fc2](https://github.com/hyperweb-io/create-interchain-app/commit/99b0fc29ec10ee91db23d6820b87a5802f59def4)) + + + + + ## 1.1.1 (2025-01-27) diff --git a/templates/connect-multi-chain/package.json b/templates/connect-multi-chain/package.json index 63467509..74ee9358 100644 --- a/templates/connect-multi-chain/package.json +++ b/templates/connect-multi-chain/package.json @@ -1,6 +1,6 @@ { "name": "@hyperweb/connect-multi-chain", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "dev": "next dev",