Skip to content

Commit ac174d9

Browse files
chore(release): publish
- @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - [email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected] - @interchain-kit/[email protected]
1 parent 99d8682 commit ac174d9

File tree

58 files changed

+188
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+188
-72
lines changed

examples/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/react-examples
9+
610
## [0.3.18](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/react-examples

examples/react/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@interchain-kit/react-examples",
33
"author": "Hyperweb <[email protected]>",
44
"description": "interchain-kit wallet connector core package",
5-
"version": "0.3.18",
5+
"version": "0.3.19",
66
"type": "module",
77
"private": true,
88
"scripts": {
@@ -27,23 +27,23 @@
2727
"@cosmjs/crypto": "^0.32.4",
2828
"@cosmjs/proto-signing": "^0.32.4",
2929
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
30-
"@interchain-kit/coin98-extension": "0.3.18",
31-
"@interchain-kit/compass-extension": "0.3.18",
32-
"@interchain-kit/core": "0.3.18",
33-
"@interchain-kit/cosmos-extension-metamask": "0.3.18",
34-
"@interchain-kit/exodus-extension": "0.3.18",
35-
"@interchain-kit/fin-extension": "0.3.18",
36-
"@interchain-kit/keplr-extension": "0.3.18",
37-
"@interchain-kit/leap-cosmos-extension-metamask": "0.3.18",
38-
"@interchain-kit/leap-extension": "0.3.18",
39-
"@interchain-kit/ledger": "0.3.18",
40-
"@interchain-kit/mock-wallet": "0.3.18",
41-
"@interchain-kit/ninji-extension": "0.3.18",
42-
"@interchain-kit/okx-extension": "0.3.18",
43-
"@interchain-kit/react": "0.3.18",
44-
"@interchain-kit/shell-extension": "0.3.18",
45-
"@interchain-kit/trust-extension": "0.3.18",
46-
"@interchain-kit/xdefi-extension": "0.3.18",
30+
"@interchain-kit/coin98-extension": "0.3.19",
31+
"@interchain-kit/compass-extension": "0.3.19",
32+
"@interchain-kit/core": "0.3.19",
33+
"@interchain-kit/cosmos-extension-metamask": "0.3.19",
34+
"@interchain-kit/exodus-extension": "0.3.19",
35+
"@interchain-kit/fin-extension": "0.3.19",
36+
"@interchain-kit/keplr-extension": "0.3.19",
37+
"@interchain-kit/leap-cosmos-extension-metamask": "0.3.19",
38+
"@interchain-kit/leap-extension": "0.3.19",
39+
"@interchain-kit/ledger": "0.3.19",
40+
"@interchain-kit/mock-wallet": "0.3.19",
41+
"@interchain-kit/ninji-extension": "0.3.19",
42+
"@interchain-kit/okx-extension": "0.3.19",
43+
"@interchain-kit/react": "0.3.19",
44+
"@interchain-kit/shell-extension": "0.3.19",
45+
"@interchain-kit/trust-extension": "0.3.19",
46+
"@interchain-kit/xdefi-extension": "0.3.19",
4747
"@interchain-ui/react": "^1.23.31",
4848
"@tanstack/react-query": "4",
4949
"autoprefixer": "^10.4.20",

examples/vanilla/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/vanilla-examples
9+
610
## [0.3.18](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/vanilla-examples

examples/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@interchain-kit/vanilla-examples",
33
"author": "Hyperweb <[email protected]>",
44
"description": "interchain-kit wallet connector core package",
5-
"version": "0.3.18",
5+
"version": "0.3.19",
66
"type": "module",
77
"private": true,
88
"scripts": {

examples/vue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/vue-examples
9+
610
## [0.3.18](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/vue-examples

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchain-kit/vue-examples",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"type": "module",
55
"private": true,
66
"scripts": {

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/@interchain-kit/core/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/core
9+
610
## [0.3.18](https://github.com/@interchain-kit/core/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/core

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchain-kit/core",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"author": "Hyperweb <[email protected]>",
55
"description": "interchain-kit wallet connector core package",
66
"main": "index.js",
@@ -55,4 +55,4 @@
5555
"jest-environment-jsdom": "^29.7.0"
5656
},
5757
"gitHead": "16acf51a0a2260dde8c31e1964787725491f7bb8"
58-
}
58+
}

packages/interchain-kit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/hyperweb-io/interchain-kit/compare/[email protected]@0.3.19) (2025-05-12)
7+
8+
**Note:** Version bump only for package interchain-kit
9+
610
## [0.3.18](https://github.com/hyperweb-io/interchain-kit/compare/[email protected]@0.3.18) (2025-05-06)
711

812
**Note:** Version bump only for package interchain-kit

packages/interchain-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interchain-kit",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"author": "Hyperweb <[email protected]>",
55
"description": "Universal wallet connector for the interchain",
66
"main": "index.js",

packages/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/interchain-kit/react/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/react
9+
610
## [0.3.18](https://github.com/interchain-kit/react/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/react

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchain-kit/react",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"author": "Hyperweb <[email protected]>",
55
"description": "interchain-kit wallet connector react package",
66
"main": "index.js",
@@ -34,7 +34,7 @@
3434
"keywords": [],
3535
"dependencies": {
3636
"@chain-registry/v2-types": "^0.53.40",
37-
"@interchain-kit/core": "0.3.18",
37+
"@interchain-kit/core": "0.3.19",
3838
"@interchain-ui/react": "1.26.1",
3939
"@interchainjs/cosmos": "1.11.9",
4040
"@interchainjs/cosmos-types": "1.11.9",
@@ -65,4 +65,4 @@
6565
"react-dom": "^19.0.0"
6666
},
6767
"gitHead": "16acf51a0a2260dde8c31e1964787725491f7bb8"
68-
}
68+
}

packages/vue/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/interchain-kit/vue/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/vue
9+
610
## [0.3.18](https://github.com/interchain-kit/vue/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/vue

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchain-kit/vue",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"author": "Hyperweb <[email protected]>",
55
"description": "interchain-kit for vue",
66
"main": "index.umd.js",
@@ -28,7 +28,7 @@
2828
"keywords": [],
2929
"dependencies": {
3030
"@chain-registry/v2-types": "^0.53.0",
31-
"@interchain-kit/core": "0.3.18",
31+
"@interchain-kit/core": "0.3.19",
3232
"@interchain-ui/vue": "^1.4.1",
3333
"@interchainjs/cosmos": "1.11.5",
3434
"@interchainjs/cosmos-types": "1.11.5",

wallets/coin98-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/interchain-kit/coin98-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/coin98-extension
9+
610
## [0.3.18](https://github.com/interchain-kit/coin98-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/coin98-extension

wallets/coin98-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchain-kit/coin98-extension",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"author": "Hyperweb <[email protected]>",
55
"description": "interchain-kit wallet connector",
66
"main": "index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"keywords": [],
3434
"dependencies": {
35-
"@interchain-kit/core": "0.3.18"
35+
"@interchain-kit/core": "0.3.19"
3636
},
3737
"gitHead": "16acf51a0a2260dde8c31e1964787725491f7bb8"
3838
}

wallets/compass-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/interchain-kit/compass-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/compass-extension
9+
610
## [0.3.18](https://github.com/interchain-kit/compass-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/compass-extension

wallets/compass-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchain-kit/compass-extension",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"author": "Hyperweb <[email protected]>",
55
"description": "interchain-kit wallet connector",
66
"main": "index.js",
@@ -31,7 +31,7 @@
3131
"watch:dev": "tsc -w -p tsconfig.esm.json & tsc -w"
3232
},
3333
"dependencies": {
34-
"@interchain-kit/core": "0.3.18"
34+
"@interchain-kit/core": "0.3.19"
3535
},
3636
"keywords": [],
3737
"gitHead": "16acf51a0a2260dde8c31e1964787725491f7bb8"

wallets/cosmos-extension-metamask/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/1/1/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/cosmos-extension-metamask
9+
610
## [0.3.18](https://github.com/1/1/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/cosmos-extension-metamask

wallets/cosmos-extension-metamask/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchain-kit/cosmos-extension-metamask",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"author": "Hyperweb <[email protected]>",
55
"description": "interchain-kit wallet connector for cosmos extension metamask",
66
"main": "index.js",
@@ -33,7 +33,7 @@
3333
"keywords": [],
3434
"dependencies": {
3535
"@chain-registry/v2-types": "^0.53.15",
36-
"@interchain-kit/core": "0.3.18"
36+
"@interchain-kit/core": "0.3.19"
3737
},
3838
"gitHead": "16acf51a0a2260dde8c31e1964787725491f7bb8"
3939
}

wallets/cosmostation-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/interchain-kit/cosmostation-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/cosmostation-extension
9+
610
## [0.3.18](https://github.com/interchain-kit/cosmostation-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/cosmostation-extension

wallets/cosmostation-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchain-kit/cosmostation-extension",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"author": "Hyperweb <[email protected]>",
55
"description": "interchain-kit wallet connector",
66
"main": "index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"keywords": [],
3434
"dependencies": {
35-
"@interchain-kit/core": "0.3.18"
35+
"@interchain-kit/core": "0.3.19"
3636
},
3737
"gitHead": "16acf51a0a2260dde8c31e1964787725491f7bb8"
3838
}

wallets/exodus-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/interchain-kit/exodus-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/exodus-extension
9+
610
## [0.3.18](https://github.com/interchain-kit/exodus-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/exodus-extension

wallets/exodus-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchain-kit/exodus-extension",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"author": "Hyperweb <[email protected]>",
55
"description": "interchain-kit wallet connector",
66
"main": "index.js",
@@ -31,7 +31,7 @@
3131
"watch:dev": "tsc -w -p tsconfig.esm.json & tsc -w"
3232
},
3333
"dependencies": {
34-
"@interchain-kit/core": "0.3.18"
34+
"@interchain-kit/core": "0.3.19"
3535
},
3636
"keywords": [],
3737
"gitHead": "16acf51a0a2260dde8c31e1964787725491f7bb8"

wallets/fin-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/interchain-kit/fin-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/fin-extension
9+
610
## [0.3.18](https://github.com/interchain-kit/fin-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/fin-extension

wallets/fin-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchain-kit/fin-extension",
3-
"version": "0.3.18",
3+
"version": "0.3.19",
44
"author": "developers <[email protected]>",
55
"description": "interchain-kit wallet connector",
66
"main": "index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"keywords": [],
3434
"dependencies": {
35-
"@interchain-kit/core": "0.3.18"
35+
"@interchain-kit/core": "0.3.19"
3636
},
3737
"gitHead": "16acf51a0a2260dde8c31e1964787725491f7bb8"
3838
}

wallets/frontier-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.19](https://github.com/interchain-kit/frontier-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-12)
7+
8+
**Note:** Version bump only for package @interchain-kit/frontier-extension
9+
610
## [0.3.18](https://github.com/interchain-kit/frontier-extension/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-05-06)
711

812
**Note:** Version bump only for package @interchain-kit/frontier-extension

0 commit comments

Comments
 (0)