Skip to content

Commit 980945a

Browse files
committed
chore(release): publish
- e2e@0.9.0 - next-app-router@0.9.0 - @interchain-kit/react-examples@0.9.0 - @interchain-kit/vanilla-examples@0.6.0 - @interchain-kit/vue-examples@0.6.0 - @interchain-kit/core@0.9.0 - interchain-kit@0.8.0 - @interchain-kit/react@0.9.0 - @interchain-kit/store@0.8.0 - @interchain-kit/vue@0.9.0 - @interchain-kit/backpack-extension@0.9.0 - @interchain-kit/coin98-extension@0.9.0 - @interchain-kit/compass-extension@0.9.0 - @interchain-kit/cosmos-extension-metamask@0.9.0 - @interchain-kit/cosmostation-extension@0.9.0 - @interchain-kit/exodus-extension@0.9.0 - @interchain-kit/fin-extension@0.9.0 - @interchain-kit/frontier-extension@0.9.0 - @interchain-kit/galaxy-station-extension@0.9.0 - @interchain-kit/keplr-extension@0.9.0 - @interchain-kit/keplr-mobile@0.9.0 - @interchain-kit/leap-cosmos-extension-metamask@0.9.0 - @interchain-kit/leap-extension@0.9.0 - @interchain-kit/leap-mobile@0.9.0 - @interchain-kit/ledger@0.9.0 - @interchain-kit/metamask-extension@0.9.0 - @interchain-kit/mock-wallet@0.9.0 - @interchain-kit/ninji-extension@0.9.0 - @interchain-kit/okx-extension@0.9.0 - @interchain-kit/phantom-extension@0.9.0 - @interchain-kit/shell-extension@0.9.0 - @interchain-kit/solflare-extension@0.9.0 - @interchain-kit/station-extension@0.9.0 - @interchain-kit/trust-extension@0.9.0 - @interchain-kit/vultisig-extension@0.9.0 - @interchain-kit/xdefi-extension@0.9.0
1 parent 3301f35 commit 980945a

73 files changed

Lines changed: 9874 additions & 3891 deletions

File tree

Some content is hidden

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

examples/e2e/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,25 @@
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.8.0](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.7.1...e2e@0.8.0) (2026-03-01)
7-
6+
# [0.9.0](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.7.1...e2e@0.9.0) (2026-03-01)
87

98
### Bug Fixes
109

11-
* update example apps to workspace:*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
12-
10+
- update example apps to workspace:\*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
1311

1412
### Features
1513

16-
* migrate from yarn to pnpm with makage + dist/ publishing ([0c3e255](https://github.com/hyperweb-io/interchain-kit/commit/0c3e25511437ceac3a6caefcd3db6221860674b6))
14+
- migrate from yarn to pnpm with makage + dist/ publishing ([0c3e255](https://github.com/hyperweb-io/interchain-kit/commit/0c3e25511437ceac3a6caefcd3db6221860674b6))
1715

16+
# [0.8.0](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.7.1...e2e@0.8.0) (2026-03-01)
1817

18+
### Bug Fixes
19+
20+
- update example apps to workspace:\*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
1921

22+
### Features
2023

24+
- migrate from yarn to pnpm with makage + dist/ publishing ([0c3e255](https://github.com/hyperweb-io/interchain-kit/commit/0c3e25511437ceac3a6caefcd3db6221860674b6))
2125

2226
## [0.7.1](https://github.com/hyperweb-io/interchain-kit/compare/e2e@0.7.0...e2e@0.7.1) (2025-12-23)
2327

examples/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

examples/next-app-router/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
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.8.0](https://github.com/hyperweb-io/interchain-kit/compare/next-app-router@0.7.1...next-app-router@0.8.0) (2026-03-01)
7-
6+
# [0.9.0](https://github.com/hyperweb-io/interchain-kit/compare/next-app-router@0.7.1...next-app-router@0.9.0) (2026-03-01)
87

98
### Features
109

11-
* migrate from yarn to pnpm with makage + dist/ publishing ([0c3e255](https://github.com/hyperweb-io/interchain-kit/commit/0c3e25511437ceac3a6caefcd3db6221860674b6))
12-
10+
- migrate from yarn to pnpm with makage + dist/ publishing ([0c3e255](https://github.com/hyperweb-io/interchain-kit/commit/0c3e25511437ceac3a6caefcd3db6221860674b6))
1311

12+
# [0.8.0](https://github.com/hyperweb-io/interchain-kit/compare/next-app-router@0.7.1...next-app-router@0.8.0) (2026-03-01)
1413

14+
### Features
1515

16+
- migrate from yarn to pnpm with makage + dist/ publishing ([0c3e255](https://github.com/hyperweb-io/interchain-kit/commit/0c3e25511437ceac3a6caefcd3db6221860674b6))
1617

1718
## [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)
1819

examples/next-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app-router",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

examples/react/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
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.8.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/react-examples@0.7.1...@interchain-kit/react-examples@0.8.0) (2026-03-01)
7-
6+
# [0.9.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/react-examples@0.7.1...@interchain-kit/react-examples@0.9.0) (2026-03-01)
87

98
### Bug Fixes
109

11-
* update example apps to workspace:*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
12-
10+
- update example apps to workspace:\*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
1311

12+
# [0.8.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/react-examples@0.7.1...@interchain-kit/react-examples@0.8.0) (2026-03-01)
1413

14+
### Bug Fixes
1515

16+
- update example apps to workspace:\*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
1617

1718
## [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)
1819

examples/react/package.json

Lines changed: 1 addition & 1 deletion
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.8.0",
5+
"version": "0.9.0",
66
"type": "module",
77
"private": true,
88
"scripts": {

examples/vanilla/CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,22 @@
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.5.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/vanilla-examples@0.4.0...@interchain-kit/vanilla-examples@0.5.0) (2026-03-01)
7-
6+
# [0.6.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/vanilla-examples@0.4.0...@interchain-kit/vanilla-examples@0.6.0) (2026-03-01)
87

98
### Bug Fixes
109

11-
* update example apps to workspace:*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
12-
10+
- update example apps to workspace:\*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
1311

12+
# [0.5.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/vanilla-examples@0.4.0...@interchain-kit/vanilla-examples@0.5.0) (2026-03-01)
1413

14+
### Bug Fixes
1515

16+
- update example apps to workspace:\*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
1617

1718
# [0.4.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/vanilla-examples@0.3.55...@interchain-kit/vanilla-examples@0.4.0) (2025-12-11)
1819

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

21-
22-
23-
24-
2522
## [0.3.55](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/vanilla-examples@0.3.54...@interchain-kit/vanilla-examples@0.3.55) (2025-10-22)
2623

2724
**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": "Constructive <developers@constructive.io>",
44
"description": "interchain-kit wallet connector core package",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"type": "module",
77
"private": true,
88
"scripts": {

examples/vue/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
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.5.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/vue-examples@0.4.0...@interchain-kit/vue-examples@0.5.0) (2026-03-01)
7-
6+
# [0.6.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/vue-examples@0.4.0...@interchain-kit/vue-examples@0.6.0) (2026-03-01)
87

98
### Bug Fixes
109

11-
* update example apps to workspace:*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
12-
10+
- update example apps to workspace:\*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
1311

1412
### Features
1513

16-
* migrate from yarn to pnpm with makage + dist/ publishing ([0c3e255](https://github.com/hyperweb-io/interchain-kit/commit/0c3e25511437ceac3a6caefcd3db6221860674b6))
14+
- migrate from yarn to pnpm with makage + dist/ publishing ([0c3e255](https://github.com/hyperweb-io/interchain-kit/commit/0c3e25511437ceac3a6caefcd3db6221860674b6))
1715

16+
# [0.5.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/vue-examples@0.4.0...@interchain-kit/vue-examples@0.5.0) (2026-03-01)
1817

18+
### Bug Fixes
1919

20+
- update example apps to workspace:\*, configure Next.js transpilePackages, consolidate license to MIT ([713424d](https://github.com/hyperweb-io/interchain-kit/commit/713424d16a747607d31dfae658c9bf10764fee1c))
2021

22+
### Features
23+
24+
- migrate from yarn to pnpm with makage + dist/ publishing ([0c3e255](https://github.com/hyperweb-io/interchain-kit/commit/0c3e25511437ceac3a6caefcd3db6221860674b6))
2125

2226
# [0.4.0](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/vue-examples@0.3.55...@interchain-kit/vue-examples@0.4.0) (2025-12-11)
2327

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

26-
27-
28-
29-
3030
## [0.3.55](https://github.com/hyperweb-io/interchain-kit/compare/@interchain-kit/vue-examples@0.3.54...@interchain-kit/vue-examples@0.3.55) (2025-10-22)
3131

3232
**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.5.0",
3+
"version": "0.6.0",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)