Skip to content

Commit 56f306d

Browse files
committed
chore(release): publish
- [email protected] - @cosmos-kit/[email protected]
1 parent 338df7e commit 56f306d

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/example/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.30.2](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.30.2) (2024-12-20)
7+
8+
**Note:** Version bump only for package example
9+
10+
11+
12+
13+
614
## [2.30.1](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.30.1) (2024-12-16)
715

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

packages/example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "2.30.1",
3+
"version": "2.30.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -44,7 +44,7 @@
4444
"@cosmos-kit/station": "^2.12.1",
4545
"@cosmos-kit/tailwind": "^1.7.1",
4646
"@cosmos-kit/vectis": "^2.13.2",
47-
"@cosmos-kit/web3auth": "^2.14.1",
47+
"@cosmos-kit/web3auth": "^2.14.2",
4848
"@interchain-ui/react": "^1.23.13",
4949
"@leapwallet/cosmos-social-login-capsule-provider-ui": "0.0.58",
5050
"@radix-ui/react-dropdown-menu": "^2.0.5",

wallets/web3auth/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +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+
## [2.14.2](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2024-12-20)
7+
8+
9+
### Bug Fixes
10+
11+
* add back error handling in web3auth utils ([d147c8f](https://github.com/cosmology-tech/cosmos-kit/commit/d147c8f3739c95897fce4c7538badebfec35ec9e))
12+
13+
14+
15+
16+
617
## [2.14.1](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2024-12-16)
718

819
**Note:** Version bump only for package @cosmos-kit/web3auth

wallets/web3auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cosmos-kit/web3auth",
3-
"version": "2.14.1",
3+
"version": "2.14.2",
44
"description": "cosmos-kit wallet connector for Web3Auth",
55
"author": "[email protected]",
66
"contributors": [

0 commit comments

Comments
 (0)