Skip to content

Commit 7001b5d

Browse files
committed
chore(release): publish
- [email protected] - [email protected] - [email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected] - @cosmos-kit/[email protected]
1 parent 72d8865 commit 7001b5d

File tree

34 files changed

+120
-35
lines changed

34 files changed

+120
-35
lines changed

packages/cosmos-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+
## [2.3.5](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.3.5) (2023-09-02)
7+
8+
**Note:** Version bump only for package cosmos-kit
9+
610
## [2.3.4](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.3.4) (2023-08-24)
711

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

packages/cosmos-kit/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cosmos-kit",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"description": "cosmos-kit wallet connector",
55
"author": "[email protected]",
66
"contributors": [
@@ -73,19 +73,19 @@
7373
"dependencies": {
7474
"@cosmos-kit/coin98": "^2.3.3",
7575
"@cosmos-kit/compass": "^2.3.3",
76-
"@cosmos-kit/cosmostation": "^2.3.3",
76+
"@cosmos-kit/cosmostation": "^2.3.4",
7777
"@cosmos-kit/exodus": "^2.3.3",
78-
"@cosmos-kit/fin": "^2.3.4",
78+
"@cosmos-kit/fin": "^2.3.5",
7979
"@cosmos-kit/frontier": "^2.3.3",
80-
"@cosmos-kit/keplr": "^2.3.3",
80+
"@cosmos-kit/keplr": "^2.3.4",
8181
"@cosmos-kit/leap": "^2.3.3",
8282
"@cosmos-kit/ledger": "^2.3.3",
8383
"@cosmos-kit/omni": "^2.3.3",
8484
"@cosmos-kit/shell": "^2.3.3",
85-
"@cosmos-kit/station": "^2.3.3",
85+
"@cosmos-kit/station": "^2.3.4",
8686
"@cosmos-kit/trust": "^2.3.3",
8787
"@cosmos-kit/vectis": "^2.3.3",
88-
"@cosmos-kit/xdefi": "^2.3.3",
88+
"@cosmos-kit/xdefi": "^2.3.4",
8989
"chain-registry": "^1.18.0"
9090
},
9191
"gitHead": "5c1c8f9409391f257530a68278b8f2ede9c0f958"

packages/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [2.4.6](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.4.6) (2023-09-02)
7+
8+
### Bug Fixes
9+
10+
- useChains bug when one chain has connected ([694c02c](https://github.com/cosmology-tech/cosmos-kit/commit/694c02c46c67fb70ff959134d81de6c0ee879f10))
11+
612
## [2.4.5](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.4.5) (2023-08-28)
713

814
**Note:** Version bump only for package docs

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "2.4.5",
3+
"version": "2.4.6",
44
"private": true,
55
"main": "index.js",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"@emotion/styled": "^11.10.6",
2626
"chain-registry": "1.4.0",
2727
"chakra-react-select": "^4.6.0",
28-
"cosmos-kit": "^2.3.4",
28+
"cosmos-kit": "^2.3.5",
2929
"fast-fuzzy": "^1.12.0",
3030
"framer-motion": "^9.0.7",
3131
"next": "12.3.1",

packages/example/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [2.6.6](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.6.6) (2023-09-02)
7+
8+
### Bug Fixes
9+
10+
- useChains bug when one chain has connected ([694c02c](https://github.com/cosmology-tech/cosmos-kit/commit/694c02c46c67fb70ff959134d81de6c0ee879f10))
11+
612
## [2.6.5](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.6.5) (2023-08-28)
713

814
**Note:** Version bump only for package example

packages/example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "2.6.5",
3+
"version": "2.6.6",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -18,15 +18,15 @@
1818
"dependencies": {
1919
"@cosmos-kit/coin98": "^2.3.3",
2020
"@cosmos-kit/core": "^2.5.3",
21-
"@cosmos-kit/cosmostation": "^2.3.3",
22-
"@cosmos-kit/fin": "^2.3.4",
21+
"@cosmos-kit/cosmostation": "^2.3.4",
22+
"@cosmos-kit/fin": "^2.3.5",
2323
"@cosmos-kit/ins": "^2.1.2",
24-
"@cosmos-kit/keplr": "^2.3.3",
24+
"@cosmos-kit/keplr": "^2.3.4",
2525
"@cosmos-kit/leap": "^2.3.3",
2626
"@cosmos-kit/ledger": "^2.3.3",
27-
"@cosmos-kit/react": "^2.6.4",
27+
"@cosmos-kit/react": "^2.6.5",
2828
"@cosmos-kit/shell": "^2.3.3",
29-
"@cosmos-kit/station": "^2.3.3",
29+
"@cosmos-kit/station": "^2.3.4",
3030
"@cosmos-kit/vectis": "^2.3.3",
3131
"@cosmos-kit/web3auth": "^2.3.3",
3232
"@interchain-ui/react": "1.4.1",

packages/react-lite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [2.4.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-09-02)
7+
8+
### Bug Fixes
9+
10+
- useChains bug when one chain has connected ([694c02c](https://github.com/cosmology-tech/cosmos-kit/commit/694c02c46c67fb70ff959134d81de6c0ee879f10))
11+
612
## [2.4.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-08-28)
713

814
**Note:** Version bump only for package @cosmos-kit/react-lite

packages/react-lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmos-kit/react-lite",
3-
"version": "2.4.4",
3+
"version": "2.4.5",
44
"description": "cosmos-kit wallet connector",
55
"author": "[email protected]",
66
"contributors": [

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+
## [2.6.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-09-02)
7+
8+
**Note:** Version bump only for package @cosmos-kit/react
9+
610
## [2.6.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-08-28)
711

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

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": "@cosmos-kit/react",
3-
"version": "2.6.4",
3+
"version": "2.6.5",
44
"description": "cosmos-kit wallet connector",
55
"author": "[email protected]",
66
"contributors": [
@@ -81,7 +81,7 @@
8181
"dependencies": {
8282
"@chain-registry/types": "0.13.1",
8383
"@cosmos-kit/core": "^2.5.3",
84-
"@cosmos-kit/react-lite": "^2.4.4",
84+
"@cosmos-kit/react-lite": "^2.4.5",
8585
"@interchain-ui/react": "1.4.1",
8686
"@react-icons/all-files": "^4.1.0"
8787
},

0 commit comments

Comments
 (0)