diff --git a/libs/cosmos-types/CHANGELOG.md b/libs/cosmos-types/CHANGELOG.md index b4212255..0d086f81 100644 --- a/libs/cosmos-types/CHANGELOG.md +++ b/libs/cosmos-types/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.8.2](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/cosmos-types@1.8.1...@interchainjs/cosmos-types@1.8.2) (2025-01-28) +# [1.9.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/cosmos-types@1.8.2...@interchainjs/cosmos-types@1.9.0) (2025-01-28) **Note:** Version bump only for package @interchainjs/cosmos-types +## [1.8.2](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/cosmos-types@1.8.1...@interchainjs/cosmos-types@1.8.2) (2025-01-28) - - +**Note:** Version bump only for package @interchainjs/cosmos-types ## [1.8.1](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/cosmos-types@1.8.0...@interchainjs/cosmos-types@1.8.1) (2025-01-27) diff --git a/libs/cosmos-types/package.json b/libs/cosmos-types/package.json index 0a3b2591..828f1862 100644 --- a/libs/cosmos-types/package.json +++ b/libs/cosmos-types/package.json @@ -1,6 +1,6 @@ { "name": "@interchainjs/cosmos-types", - "version": "1.8.2", + "version": "1.9.0", "description": "Cosmos message codecs and query implementation generated by telescope for cosmos chains", "main": "index.js", "module": "esm/index.js", @@ -25,8 +25,8 @@ "lint": "eslint . --fix" }, "dependencies": { - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10" + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0" }, "keywords": [ "cosmos", diff --git a/libs/injective-react/CHANGELOG.md b/libs/injective-react/CHANGELOG.md index 1b56c328..6f79c4ac 100644 --- a/libs/injective-react/CHANGELOG.md +++ b/libs/injective-react/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/injective-react@1.8.2...injective-react@1.8.3) (2025-01-28) +# [1.9.0](https://github.com/hyperweb-io/interchainjs/compare/injective-react@1.8.3...injective-react@1.9.0) (2025-01-28) **Note:** Version bump only for package injective-react +## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/injective-react@1.8.2...injective-react@1.8.3) (2025-01-28) - - +**Note:** Version bump only for package injective-react ## [1.8.2](https://github.com/hyperweb-io/interchainjs/compare/injective-react@1.8.1...injective-react@1.8.2) (2025-01-27) diff --git a/libs/injective-react/package.json b/libs/injective-react/package.json index 71474873..4de4fbcb 100644 --- a/libs/injective-react/package.json +++ b/libs/injective-react/package.json @@ -1,6 +1,6 @@ { "name": "injective-react", - "version": "1.8.3", + "version": "1.9.0", "description": "injective-react is a JavaScript library providing react query hooks for interacting with injective sdk.", "main": "index.js", "module": "esm/index.js", @@ -25,10 +25,10 @@ "prepare": "npm run build" }, "dependencies": { - "@interchainjs/cosmos": "^1.8.3", - "@interchainjs/cosmos-types": "^1.8.2", - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10", + "@interchainjs/cosmos": "^1.9.0", + "@interchainjs/cosmos-types": "^1.9.0", + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0", "@noble/hashes": "^1.3.1", "decimal.js": "^10.4.3" }, diff --git a/libs/injective-vue/CHANGELOG.md b/libs/injective-vue/CHANGELOG.md index 98a4c90c..ff504ee9 100644 --- a/libs/injective-vue/CHANGELOG.md +++ b/libs/injective-vue/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/injective-vue@1.8.2...injective-vue@1.8.3) (2025-01-28) +# [1.9.0](https://github.com/hyperweb-io/interchainjs/compare/injective-vue@1.8.3...injective-vue@1.9.0) (2025-01-28) **Note:** Version bump only for package injective-vue +## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/injective-vue@1.8.2...injective-vue@1.8.3) (2025-01-28) - - +**Note:** Version bump only for package injective-vue ## [1.8.2](https://github.com/hyperweb-io/interchainjs/compare/injective-vue@1.8.1...injective-vue@1.8.2) (2025-01-27) diff --git a/libs/injective-vue/package.json b/libs/injective-vue/package.json index d41480dd..279407ee 100644 --- a/libs/injective-vue/package.json +++ b/libs/injective-vue/package.json @@ -1,6 +1,6 @@ { "name": "injective-vue", - "version": "1.8.3", + "version": "1.9.0", "description": "injective-vue is a JavaScript library providing vue hooks for interacting with injective sdk.", "main": "index.js", "module": "esm/index.js", @@ -25,10 +25,10 @@ "prepare": "npm run build" }, "dependencies": { - "@interchainjs/cosmos": "^1.8.3", - "@interchainjs/cosmos-types": "^1.8.2", - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10", + "@interchainjs/cosmos": "^1.9.0", + "@interchainjs/cosmos-types": "^1.9.0", + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0", "@noble/hashes": "^1.3.1", "decimal.js": "^10.4.3" }, diff --git a/libs/injectivejs/CHANGELOG.md b/libs/injectivejs/CHANGELOG.md index ab0ae61d..6124f942 100644 --- a/libs/injectivejs/CHANGELOG.md +++ b/libs/injectivejs/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/injectivejs@1.8.2...injectivejs@1.8.3) (2025-01-28) +# [1.9.0](https://github.com/hyperweb-io/interchainjs/compare/injectivejs@1.8.3...injectivejs@1.9.0) (2025-01-28) **Note:** Version bump only for package injectivejs +## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/injectivejs@1.8.2...injectivejs@1.8.3) (2025-01-28) - - +**Note:** Version bump only for package injectivejs ## [1.8.2](https://github.com/hyperweb-io/interchainjs/compare/injectivejs@1.8.1...injectivejs@1.8.2) (2025-01-27) diff --git a/libs/injectivejs/package.json b/libs/injectivejs/package.json index 931a0e27..54f4a22e 100644 --- a/libs/injectivejs/package.json +++ b/libs/injectivejs/package.json @@ -1,6 +1,6 @@ { "name": "injectivejs", - "version": "1.8.3", + "version": "1.9.0", "description": "Injectivejs is a JavaScript library for interacting with injective sdk.", "main": "index.js", "module": "esm/index.js", @@ -25,10 +25,10 @@ "prepare": "npm run build" }, "dependencies": { - "@interchainjs/cosmos": "^1.8.3", - "@interchainjs/cosmos-types": "^1.8.2", - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10", + "@interchainjs/cosmos": "^1.9.0", + "@interchainjs/cosmos-types": "^1.9.0", + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0", "@noble/hashes": "^1.3.1", "decimal.js": "^10.4.3" }, diff --git a/libs/interchain-react/CHANGELOG.md b/libs/interchain-react/CHANGELOG.md index 3cdbba28..0b28e347 100644 --- a/libs/interchain-react/CHANGELOG.md +++ b/libs/interchain-react/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/react@1.8.2...@interchainjs/react@1.8.3) (2025-01-28) +# [1.9.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/react@1.8.3...@interchainjs/react@1.9.0) (2025-01-28) **Note:** Version bump only for package @interchainjs/react +## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/react@1.8.2...@interchainjs/react@1.8.3) (2025-01-28) - - +**Note:** Version bump only for package @interchainjs/react ## [1.8.2](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/react@1.8.1...@interchainjs/react@1.8.2) (2025-01-27) diff --git a/libs/interchain-react/package.json b/libs/interchain-react/package.json index c2dbb7fd..e34124fb 100644 --- a/libs/interchain-react/package.json +++ b/libs/interchain-react/package.json @@ -1,6 +1,6 @@ { "name": "@interchainjs/react", - "version": "1.8.3", + "version": "1.9.0", "description": "@interchainjs/react is a JavaScript library providing react query hooks for interacting with Cosmos SDK based blockchains.", "main": "index.js", "module": "esm/index.js", @@ -25,10 +25,10 @@ "prepare": "npm run build" }, "dependencies": { - "@interchainjs/cosmos": "^1.8.3", - "@interchainjs/cosmos-types": "^1.8.2", - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10", + "@interchainjs/cosmos": "^1.9.0", + "@interchainjs/cosmos-types": "^1.9.0", + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0", "@noble/hashes": "^1.3.1", "decimal.js": "^10.4.3" }, diff --git a/libs/interchain-vue/CHANGELOG.md b/libs/interchain-vue/CHANGELOG.md index 00672f87..28d9749a 100644 --- a/libs/interchain-vue/CHANGELOG.md +++ b/libs/interchain-vue/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/vue@1.8.2...@interchainjs/vue@1.8.3) (2025-01-28) +# [1.9.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/vue@1.8.3...@interchainjs/vue@1.9.0) (2025-01-28) **Note:** Version bump only for package @interchainjs/vue +## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/vue@1.8.2...@interchainjs/vue@1.8.3) (2025-01-28) - - +**Note:** Version bump only for package @interchainjs/vue ## [1.8.2](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/vue@1.8.1...@interchainjs/vue@1.8.2) (2025-01-27) diff --git a/libs/interchain-vue/package.json b/libs/interchain-vue/package.json index 16417a9d..31cc86b3 100644 --- a/libs/interchain-vue/package.json +++ b/libs/interchain-vue/package.json @@ -1,6 +1,6 @@ { "name": "@interchainjs/vue", - "version": "1.8.3", + "version": "1.9.0", "description": "@interchainjs/vue is a JavaScript library providing vue hooks for interacting with Cosmos SDK based blockchains.", "main": "index.js", "module": "esm/index.js", @@ -25,10 +25,10 @@ "prepare": "npm run build" }, "dependencies": { - "@interchainjs/cosmos": "^1.8.3", - "@interchainjs/cosmos-types": "^1.8.2", - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10", + "@interchainjs/cosmos": "^1.9.0", + "@interchainjs/cosmos-types": "^1.9.0", + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0", "@noble/hashes": "^1.3.1", "decimal.js": "^10.4.3" }, diff --git a/libs/interchainjs/CHANGELOG.md b/libs/interchainjs/CHANGELOG.md index dc10d2eb..9efe2154 100644 --- a/libs/interchainjs/CHANGELOG.md +++ b/libs/interchainjs/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/interchainjs@1.8.2...interchainjs@1.8.3) (2025-01-28) +# [1.9.0](https://github.com/hyperweb-io/interchainjs/compare/interchainjs@1.8.3...interchainjs@1.9.0) (2025-01-28) **Note:** Version bump only for package interchainjs +## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/interchainjs@1.8.2...interchainjs@1.8.3) (2025-01-28) - - +**Note:** Version bump only for package interchainjs ## [1.8.2](https://github.com/hyperweb-io/interchainjs/compare/interchainjs@1.8.1...interchainjs@1.8.2) (2025-01-27) diff --git a/libs/interchainjs/package.json b/libs/interchainjs/package.json index 13c2d4da..6dc04998 100644 --- a/libs/interchainjs/package.json +++ b/libs/interchainjs/package.json @@ -1,6 +1,6 @@ { "name": "interchainjs", - "version": "1.8.3", + "version": "1.9.0", "description": "InterchainJS is a JavaScript library for interacting with Cosmos SDK based blockchains.", "main": "index.js", "module": "esm/index.js", @@ -32,10 +32,10 @@ "prepare": "npm run build" }, "dependencies": { - "@interchainjs/cosmos": "^1.8.3", - "@interchainjs/cosmos-types": "^1.8.2", - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10", + "@interchainjs/cosmos": "^1.9.0", + "@interchainjs/cosmos-types": "^1.9.0", + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0", "@noble/hashes": "^1.3.1", "decimal.js": "^10.4.3" }, diff --git a/networks/cosmos/CHANGELOG.md b/networks/cosmos/CHANGELOG.md index bc27de95..19aef413 100644 --- a/networks/cosmos/CHANGELOG.md +++ b/networks/cosmos/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/cosmos@1.8.2...@interchainjs/cosmos@1.8.3) (2025-01-28) +# [1.9.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/cosmos@1.8.3...@interchainjs/cosmos@1.9.0) (2025-01-28) **Note:** Version bump only for package @interchainjs/cosmos +## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/cosmos@1.8.2...@interchainjs/cosmos@1.8.3) (2025-01-28) - - +**Note:** Version bump only for package @interchainjs/cosmos ## [1.8.2](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/cosmos@1.8.1...@interchainjs/cosmos@1.8.2) (2025-01-27) diff --git a/networks/cosmos/package.json b/networks/cosmos/package.json index efcd89bc..a983a7b8 100644 --- a/networks/cosmos/package.json +++ b/networks/cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@interchainjs/cosmos", - "version": "1.8.3", + "version": "1.9.0", "description": "Transaction codec and client to communicate with any cosmos blockchain", "main": "index.js", "module": "esm/index.js", @@ -34,10 +34,10 @@ "dependencies": { "@chain-registry/v2": "^1.65.6", "@chain-registry/v2-types": "^0.49.6", - "@interchainjs/auth": "^1.7.11", - "@interchainjs/cosmos-types": "^1.8.2", - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10", + "@interchainjs/auth": "^1.8.0", + "@interchainjs/cosmos-types": "^1.9.0", + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0", "@noble/curves": "^1.1.0", "@noble/hashes": "^1.3.1", "decimal.js": "^10.4.3" diff --git a/networks/ethereum/CHANGELOG.md b/networks/ethereum/CHANGELOG.md index a9912e03..546c49ba 100644 --- a/networks/ethereum/CHANGELOG.md +++ b/networks/ethereum/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.7.10](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/ethereum@1.7.9...@interchainjs/ethereum@1.7.10) (2025-01-28) +# [1.8.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/ethereum@1.7.10...@interchainjs/ethereum@1.8.0) (2025-01-28) **Note:** Version bump only for package @interchainjs/ethereum +## [1.7.10](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/ethereum@1.7.9...@interchainjs/ethereum@1.7.10) (2025-01-28) - - +**Note:** Version bump only for package @interchainjs/ethereum ## [1.7.9](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/ethereum@1.7.8...@interchainjs/ethereum@1.7.9) (2025-01-27) diff --git a/networks/ethereum/package.json b/networks/ethereum/package.json index 4606c3cc..e6162bf0 100644 --- a/networks/ethereum/package.json +++ b/networks/ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@interchainjs/ethereum", - "version": "1.7.10", + "version": "1.8.0", "description": "Transaction codec and client to communicate with ethereum blockchain", "main": "index.js", "module": "esm/index.js", @@ -33,8 +33,8 @@ "@ethersproject/bytes": "^5.7.0", "@ethersproject/hash": "^5.7.0", "@ethersproject/transactions": "^5.7.0", - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10", + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0", "@noble/hashes": "^1.3.1", "ethers": "^6.13.4" }, diff --git a/networks/injective/CHANGELOG.md b/networks/injective/CHANGELOG.md index a60c28f3..fd303a0d 100644 --- a/networks/injective/CHANGELOG.md +++ b/networks/injective/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.8.4](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/injective@1.8.3...@interchainjs/injective@1.8.4) (2025-01-28) +# [1.9.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/injective@1.8.4...@interchainjs/injective@1.9.0) (2025-01-28) **Note:** Version bump only for package @interchainjs/injective +## [1.8.4](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/injective@1.8.3...@interchainjs/injective@1.8.4) (2025-01-28) - - +**Note:** Version bump only for package @interchainjs/injective ## [1.8.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/injective@1.8.2...@interchainjs/injective@1.8.3) (2025-01-27) diff --git a/networks/injective/package.json b/networks/injective/package.json index 3b67801c..9e4f3484 100644 --- a/networks/injective/package.json +++ b/networks/injective/package.json @@ -1,6 +1,6 @@ { "name": "@interchainjs/injective", - "version": "1.8.4", + "version": "1.9.0", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", @@ -33,15 +33,15 @@ }, "dependencies": { "@ethersproject/transactions": "^5.7.0", - "@interchainjs/auth": "^1.7.11", - "@interchainjs/cosmos": "^1.8.3", - "@interchainjs/cosmos-types": "^1.8.2", - "@interchainjs/ethereum": "^1.7.10", - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10", + "@interchainjs/auth": "^1.8.0", + "@interchainjs/cosmos": "^1.9.0", + "@interchainjs/cosmos-types": "^1.9.0", + "@interchainjs/ethereum": "^1.8.0", + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0", "@noble/hashes": "^1.3.1", "decimal.js": "^10.4.3", - "interchainjs": "^1.8.3" + "interchainjs": "^1.9.0" }, "keywords": [ "injective" diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index a3ffc226..63cccb39 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.7.11](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/auth@1.7.10...@interchainjs/auth@1.7.11) (2025-01-28) +# [1.8.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/auth@1.7.11...@interchainjs/auth@1.8.0) (2025-01-28) **Note:** Version bump only for package @interchainjs/auth +## [1.7.11](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/auth@1.7.10...@interchainjs/auth@1.7.11) (2025-01-28) - - +**Note:** Version bump only for package @interchainjs/auth ## [1.7.10](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/auth@1.7.9...@interchainjs/auth@1.7.10) (2025-01-27) diff --git a/packages/auth/package.json b/packages/auth/package.json index 48d60d19..7babda59 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@interchainjs/auth", - "version": "1.7.11", + "version": "1.8.0", "description": "Authentication for web3 accounts", "main": "index.js", "module": "esm/index.js", @@ -25,8 +25,8 @@ "lint": "eslint . --fix" }, "dependencies": { - "@interchainjs/types": "^1.7.9", - "@interchainjs/utils": "^1.7.10", + "@interchainjs/types": "^1.8.0", + "@interchainjs/utils": "^1.8.0", "@noble/curves": "^1.1.0", "@noble/hashes": "^1.3.1", "@scure/bip32": "^1.0.10", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 3f0a494b..7249603b 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.7.9](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/types@1.7.8...@interchainjs/types@1.7.9) (2025-01-28) +# [1.8.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/types@1.7.9...@interchainjs/types@1.8.0) (2025-01-28) **Note:** Version bump only for package @interchainjs/types +## [1.7.9](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/types@1.7.8...@interchainjs/types@1.7.9) (2025-01-28) - - +**Note:** Version bump only for package @interchainjs/types ## [1.7.8](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/types@1.7.7...@interchainjs/types@1.7.8) (2025-01-26) diff --git a/packages/types/package.json b/packages/types/package.json index 5357c1ff..a65878a6 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@interchainjs/types", - "version": "1.7.9", + "version": "1.8.0", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 0e8477ff..03f56b9a 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,13 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.7.10](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/utils@1.7.9...@interchainjs/utils@1.7.10) (2025-01-28) +# [1.8.0](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/utils@1.7.10...@interchainjs/utils@1.8.0) (2025-01-28) **Note:** Version bump only for package @interchainjs/utils +## [1.7.10](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/utils@1.7.9...@interchainjs/utils@1.7.10) (2025-01-28) - - +**Note:** Version bump only for package @interchainjs/utils ## [1.7.9](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/utils@1.7.8...@interchainjs/utils@1.7.9) (2025-01-27) diff --git a/packages/utils/package.json b/packages/utils/package.json index 158c33e0..e581e9df 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@interchainjs/utils", - "version": "1.7.10", + "version": "1.8.0", "author": "Hyperweb ", "main": "index.js", "module": "esm/index.js", @@ -25,7 +25,7 @@ "lint": "eslint . --fix" }, "dependencies": { - "@interchainjs/types": "^1.7.9", + "@interchainjs/types": "^1.8.0", "bech32": "^2.0.0", "decimal.js": "^10.4.3" }