Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 15, 2025
1 parent bf08c48 commit ed60a76
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.30.5](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.30.5) (2025-01-15)

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





## [2.30.4](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.30.4) (2025-01-14)

**Note:** Version bump only for package example
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "2.30.4",
"version": "2.30.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@cosmos-kit/station": "^2.12.2",
"@cosmos-kit/tailwind": "^1.7.2",
"@cosmos-kit/vectis": "^2.13.3",
"@cosmos-kit/web3auth": "^2.14.3",
"@cosmos-kit/web3auth": "^2.14.4",
"@interchain-ui/react": "^1.23.13",
"@leapwallet/cosmos-social-login-capsule-provider-ui": "0.0.58",
"@radix-ui/react-dropdown-menu": "^2.0.5",
Expand Down
12 changes: 12 additions & 0 deletions wallets/web3auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.14.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2025-01-15)


### Bug Fixes

* field name ([3ca753d](https://github.com/cosmology-tech/cosmos-kit/commit/3ca753d8530cc6d40874c293f11d01171319c2a4))
* pass private key provider to web3auth no modal ([4bdb16a](https://github.com/cosmology-tech/cosmos-kit/commit/4bdb16a1d5a330c1ef0233c726740c53b7d99151))





## [2.14.3](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2025-01-07)

**Note:** Version bump only for package @cosmos-kit/web3auth
Expand Down
4 changes: 2 additions & 2 deletions wallets/web3auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-kit/web3auth",
"version": "2.14.3",
"version": "2.14.4",
"description": "cosmos-kit wallet connector for Web3Auth",
"author": "[email protected]",
"contributors": [
Expand Down Expand Up @@ -60,11 +60,11 @@
"@cosmos-kit/core": "^2.15.1",
"@solana/web3.js": "^1.77.3",
"@toruslabs/eccrypto": "^2.1.1",
"@web3auth/auth-adapter": "^9.5.0",
"@web3auth/base": "^9.5.0",
"@web3auth/base-provider": "^9.5.0",
"@web3auth/ethereum-provider": "^9.5.0",
"@web3auth/no-modal": "^9.5.0",
"@web3auth/auth-adapter": "^9.5.0",
"@web3auth/solana-provider": "^9.5.0",
"ethereum-cryptography": "^2.1.2",
"url": "^0.11.1"
Expand Down

0 comments on commit ed60a76

Please sign in to comment.