Skip to content

Commit 1710902

Browse files
committed
chore(release): publish
- e2e@0.7.1 - next-app-router@0.7.1 - @interchain-kit/react-examples@0.7.1 - @interchain-kit/react@0.7.1 - @interchain-kit/store@0.6.1
1 parent 0ffc229 commit 1710902

File tree

10 files changed

+27
-81
lines changed

10 files changed

+27
-81
lines changed

examples/e2e/CHANGELOG.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,26 @@
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.7.0](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.6.0...e2e@0.7.0) (2025-12-11)
6+
## [0.7.1](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.7.0...e2e@0.7.1) (2025-12-23)
77

88
**Note:** Version bump only for package e2e
99

10+
# [0.7.0](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.6.0...e2e@0.7.0) (2025-12-11)
1011

11-
12-
12+
**Note:** Version bump only for package e2e
1313

1414
# [0.6.0](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.5.0...e2e@0.6.0) (2025-12-11)
1515

1616
**Note:** Version bump only for package e2e
1717

18-
19-
20-
21-
2218
# [0.5.0](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.4.0...e2e@0.5.0) (2025-12-11)
2319

2420
**Note:** Version bump only for package e2e
2521

26-
27-
28-
29-
3022
# [0.4.0](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.3.55...e2e@0.4.0) (2025-12-11)
3123

3224
**Note:** Version bump only for package e2e
3325

34-
35-
36-
37-
3826
## [0.3.55](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.3.54...e2e@0.3.55) (2025-10-22)
3927

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

examples/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -12,7 +12,7 @@
1212
"@interchain-kit/keplr-extension": "^0.7.0",
1313
"@interchain-kit/metamask-extension": "^0.7.0",
1414
"@interchain-kit/mock-wallet": "^0.7.0",
15-
"@interchain-kit/react": "^0.7.0",
15+
"@interchain-kit/react": "^0.7.1",
1616
"@interchainjs/ethereum": "1.17.3",
1717
"@solana/web3.js": "^1.98.4",
1818
"ethers": "^6.15.0",

examples/next-app-router/CHANGELOG.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,26 @@
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.7.0](https://github.com/hyperweb-io/interchain-kit/compare/next-app-router@0.6.0...next-app-router@0.7.0) (2025-12-11)
6+
## [0.7.1](https://github.com/hyperweb-io/interchain-kit/compare/next-app-router@0.7.0...next-app-router@0.7.1) (2025-12-23)
77

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

10+
# [0.7.0](https://github.com/hyperweb-io/interchain-kit/compare/next-app-router@0.6.0...next-app-router@0.7.0) (2025-12-11)
1011

11-
12-
12+
**Note:** Version bump only for package next-app-router
1313

1414
# [0.6.0](https://github.com/hyperweb-io/interchain-kit/compare/next-app-router@0.5.0...next-app-router@0.6.0) (2025-12-11)
1515

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

18-
19-
20-
21-
2218
# [0.5.0](https://github.com/hyperweb-io/interchain-kit/compare/next-app-router@0.4.0...next-app-router@0.5.0) (2025-12-11)
2319

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

26-
27-
28-
29-
3022
# [0.4.0](https://github.com/hyperweb-io/interchain-kit/compare/next-app-router@0.3.55...next-app-router@0.4.0) (2025-12-11)
3123

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

34-
35-
36-
37-
3826
## [0.3.55](https://github.com/hyperweb-io/interchain-kit/compare/next-app-router@0.3.54...next-app-router@0.3.55) (2025-10-22)
3927

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

examples/next-app-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app-router",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@interchain-kit/keplr-extension": "^0.7.0",
1313
"@interchain-kit/metamask-extension": "^0.7.0",
14-
"@interchain-kit/react": "^0.7.0",
14+
"@interchain-kit/react": "^0.7.1",
1515
"next": "15.3.3",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0"

examples/react/CHANGELOG.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,26 @@
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.7.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/react-examples@0.6.0...@interchain-kit/react-examples@0.7.0) (2025-12-11)
6+
## [0.7.1](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/react-examples@0.7.0...@interchain-kit/react-examples@0.7.1) (2025-12-23)
77

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

10+
# [0.7.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/react-examples@0.6.0...@interchain-kit/react-examples@0.7.0) (2025-12-11)
1011

11-
12-
12+
**Note:** Version bump only for package @interchain-kit/react-examples
1313

1414
# [0.6.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/react-examples@0.5.0...@interchain-kit/react-examples@0.6.0) (2025-12-11)
1515

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

18-
19-
20-
21-
2218
# [0.5.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/react-examples@0.4.0...@interchain-kit/react-examples@0.5.0) (2025-12-11)
2319

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

26-
27-
28-
29-
3022
# [0.4.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/react-examples@0.3.55...@interchain-kit/react-examples@0.4.0) (2025-12-11)
3123

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

34-
35-
36-
37-
3826
## [0.3.55](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/react-examples@0.3.54...@interchain-kit/react-examples@0.3.55) (2025-10-22)
3927

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

examples/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@interchain-kit/react-examples",
33
"author": "Constructive <developers@constructive.io>",
44
"description": "interchain-kit wallet connector core package",
5-
"version": "0.7.0",
5+
"version": "0.7.1",
66
"type": "module",
77
"private": true,
88
"scripts": {
@@ -41,10 +41,10 @@
4141
"@interchain-kit/ninji-extension": "^0.7.0",
4242
"@interchain-kit/okx-extension": "^0.7.0",
4343
"@interchain-kit/phantom-extension": "^0.7.0",
44-
"@interchain-kit/react": "^0.7.0",
44+
"@interchain-kit/react": "^0.7.1",
4545
"@interchain-kit/shell-extension": "^0.7.0",
4646
"@interchain-kit/solflare-extension": "^0.7.0",
47-
"@interchain-kit/store": "^0.6.0",
47+
"@interchain-kit/store": "^0.6.1",
4848
"@interchain-kit/trust-extension": "^0.7.0",
4949
"@interchain-kit/xdefi-extension": "^0.7.0",
5050
"@interchain-ui/react": "^1.23.31",

packages/react/CHANGELOG.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,26 @@
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.7.0](https://github.com/interchain-kit/react/compare/@interchain-kit/react@0.6.0...@interchain-kit/react@0.7.0) (2025-12-11)
6+
## [0.7.1](https://github.com/interchain-kit/react/compare/@interchain-kit/react@0.7.0...@interchain-kit/react@0.7.1) (2025-12-23)
77

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

10+
# [0.7.0](https://github.com/interchain-kit/react/compare/@interchain-kit/react@0.6.0...@interchain-kit/react@0.7.0) (2025-12-11)
1011

11-
12-
12+
**Note:** Version bump only for package @interchain-kit/react
1313

1414
# [0.6.0](https://github.com/interchain-kit/react/compare/@interchain-kit/react@0.5.0...@interchain-kit/react@0.6.0) (2025-12-11)
1515

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

18-
19-
20-
21-
2218
# [0.5.0](https://github.com/interchain-kit/react/compare/@interchain-kit/react@0.4.0...@interchain-kit/react@0.5.0) (2025-12-11)
2319

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

26-
27-
28-
29-
3022
# [0.4.0](https://github.com/interchain-kit/react/compare/@interchain-kit/react@0.3.55...@interchain-kit/react@0.4.0) (2025-12-11)
3123

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

34-
35-
36-
37-
3826
## [0.3.55](https://github.com/interchain-kit/react/compare/@interchain-kit/react@0.3.54...@interchain-kit/react@0.3.55) (2025-10-22)
3927

4028
### Bug Fixes

packages/react/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/react",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "interchain-kit wallet connector react package",
66
"main": "index.js",
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@chain-registry/types": "^2.0.1",
3838
"@interchain-kit/core": "^0.7.0",
39-
"@interchain-kit/store": "^0.6.0",
39+
"@interchain-kit/store": "^0.6.1",
4040
"@interchain-ui/react": "^1.26.3",
4141
"@interchainjs/cosmos": "1.17.3",
4242
"@interchainjs/cosmos-types": "1.17.3",

packages/store/CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +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-
# [0.6.0](https://github.com/interchain-kit/store/compare/@interchain-kit/store@0.5.0...@interchain-kit/store@0.6.0) (2025-12-11)
7-
8-
**Note:** Version bump only for package @interchain-kit/store
6+
## [0.6.1](https://github.com/interchain-kit/store/compare/@interchain-kit/store@0.6.0...@interchain-kit/store@0.6.1) (2025-12-23)
97

8+
### Bug Fixes
109

10+
- set currentWalletName, currentChainName correctly ([05f2684](https://github.com/interchain-kit/store/commit/05f2684d17166d3f721de8b487926e14a366daba))
1111

12+
# [0.6.0](https://github.com/interchain-kit/store/compare/@interchain-kit/store@0.5.0...@interchain-kit/store@0.6.0) (2025-12-11)
1213

14+
**Note:** Version bump only for package @interchain-kit/store
1315

1416
# [0.5.0](https://github.com/interchain-kit/store/compare/@interchain-kit/store@0.4.0...@interchain-kit/store@0.5.0) (2025-12-11)
1517

1618
**Note:** Version bump only for package @interchain-kit/store
1719

18-
19-
20-
21-
2220
# [0.4.0](https://github.com/interchain-kit/store/compare/@interchain-kit/store@0.3.55...@interchain-kit/store@0.4.0) (2025-12-11)
2321

2422
**Note:** Version bump only for package @interchain-kit/store
2523

26-
27-
28-
29-
3024
## [0.3.55](https://github.com/interchain-kit/store/compare/@interchain-kit/store@0.3.54...@interchain-kit/store@0.3.55) (2025-10-22)
3125

3226
### Bug Fixes

packages/store/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/store",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"author": "Hyperweb <developers@hyperweb.io>",
55
"description": "interchain-kit wallet connector store package",
66
"main": "index.js",

0 commit comments

Comments
 (0)