Skip to content

Commit 00f3b85

Browse files
chore(release): publish
- [email protected] - [email protected] - @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] - @interchain-kit/[email protected]
1 parent 564876a commit 00f3b85

File tree

64 files changed

+210
-82
lines changed

Some content is hidden

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

64 files changed

+210
-82
lines changed

examples/e2e/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.45](https://github.com/cosmology-tech/interchain-kit/compare/[email protected]@0.3.45) (2025-08-07)
7+
8+
**Note:** Version bump only for package e2e
9+
610
## [0.3.44](https://github.com/cosmology-tech/interchain-kit/compare/[email protected]@0.3.44) (2025-08-02)
711

812
**Note:** Version bump only for package e2e

examples/e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e",
3-
"version": "0.3.44",
3+
"version": "0.3.45",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@interchain-kit/keplr-extension": "0.3.44",
13-
"@interchain-kit/metamask-extension": "0.3.44",
14-
"@interchain-kit/react": "0.3.44",
12+
"@interchain-kit/keplr-extension": "0.3.45",
13+
"@interchain-kit/metamask-extension": "0.3.45",
14+
"@interchain-kit/react": "0.3.45",
1515
"interchainjs": "^1.11.15",
1616
"js-yaml": "^4.1.0",
1717
"next": "15.3.3",

examples/next-app-router/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.45](https://github.com/cosmology-tech/interchain-kit/compare/[email protected]@0.3.45) (2025-08-07)
7+
8+
**Note:** Version bump only for package next-app-router
9+
610
## [0.3.44](https://github.com/cosmology-tech/interchain-kit/compare/[email protected]@0.3.44) (2025-08-02)
711

812
**Note:** Version bump only for package next-app-router

examples/next-app-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app-router",
3-
"version": "0.3.44",
3+
"version": "0.3.45",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@interchain-kit/keplr-extension": "0.3.44",
13-
"@interchain-kit/metamask-extension": "0.3.44",
14-
"@interchain-kit/react": "0.3.44",
12+
"@interchain-kit/keplr-extension": "0.3.45",
13+
"@interchain-kit/metamask-extension": "0.3.45",
14+
"@interchain-kit/react": "0.3.45",
1515
"next": "15.3.3",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0"

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.45](https://github.com/cosmology-tech/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-08-07)
7+
8+
**Note:** Version bump only for package @interchain-kit/react-examples
9+
610
## [0.3.44](https://github.com/cosmology-tech/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-08-02)
711

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

examples/react/package.json

Lines changed: 19 additions & 19 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.44",
5+
"version": "0.3.45",
66
"type": "module",
77
"private": true,
88
"scripts": {
@@ -26,24 +26,24 @@
2626
"@cosmjs/crypto": "^0.32.4",
2727
"@cosmjs/proto-signing": "^0.32.4",
2828
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
29-
"@interchain-kit/coin98-extension": "0.3.44",
30-
"@interchain-kit/compass-extension": "0.3.44",
31-
"@interchain-kit/core": "0.3.44",
32-
"@interchain-kit/cosmos-extension-metamask": "0.3.44",
33-
"@interchain-kit/exodus-extension": "0.3.44",
34-
"@interchain-kit/fin-extension": "0.3.44",
35-
"@interchain-kit/keplr-extension": "0.3.44",
36-
"@interchain-kit/leap-cosmos-extension-metamask": "0.3.44",
37-
"@interchain-kit/leap-extension": "0.3.44",
38-
"@interchain-kit/ledger": "0.3.44",
39-
"@interchain-kit/mock-wallet": "0.3.44",
40-
"@interchain-kit/ninji-extension": "0.3.44",
41-
"@interchain-kit/okx-extension": "0.3.44",
42-
"@interchain-kit/phantom-extension": "0.3.44",
43-
"@interchain-kit/react": "0.3.44",
44-
"@interchain-kit/shell-extension": "0.3.44",
45-
"@interchain-kit/trust-extension": "0.3.44",
46-
"@interchain-kit/xdefi-extension": "0.3.44",
29+
"@interchain-kit/coin98-extension": "0.3.45",
30+
"@interchain-kit/compass-extension": "0.3.45",
31+
"@interchain-kit/core": "0.3.45",
32+
"@interchain-kit/cosmos-extension-metamask": "0.3.45",
33+
"@interchain-kit/exodus-extension": "0.3.45",
34+
"@interchain-kit/fin-extension": "0.3.45",
35+
"@interchain-kit/keplr-extension": "0.3.45",
36+
"@interchain-kit/leap-cosmos-extension-metamask": "0.3.45",
37+
"@interchain-kit/leap-extension": "0.3.45",
38+
"@interchain-kit/ledger": "0.3.45",
39+
"@interchain-kit/mock-wallet": "0.3.45",
40+
"@interchain-kit/ninji-extension": "0.3.45",
41+
"@interchain-kit/okx-extension": "0.3.45",
42+
"@interchain-kit/phantom-extension": "0.3.45",
43+
"@interchain-kit/react": "0.3.45",
44+
"@interchain-kit/shell-extension": "0.3.45",
45+
"@interchain-kit/trust-extension": "0.3.45",
46+
"@interchain-kit/xdefi-extension": "0.3.45",
4747
"@interchain-ui/react": "^1.23.31",
4848
"@solana/web3.js": "^1.98.2",
4949
"@tanstack/react-query": "4",

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.45](https://github.com/cosmology-tech/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-08-07)
7+
8+
**Note:** Version bump only for package @interchain-kit/vanilla-examples
9+
610
## [0.3.44](https://github.com/cosmology-tech/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-08-02)
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.44",
5+
"version": "0.3.45",
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.45](https://github.com/cosmology-tech/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-08-07)
7+
8+
**Note:** Version bump only for package @interchain-kit/vue-examples
9+
610
## [0.3.44](https://github.com/cosmology-tech/interchain-kit/compare/@interchain-kit/[email protected]...@interchain-kit/[email protected]) (2025-08-02)
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.44",
3+
"version": "0.3.45",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)