Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Dec 16, 2024
1 parent 470ba89 commit d304e07
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/docs/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.26.0](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.26.0) (2024-12-16)

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





## [2.25.2](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.25.2) (2024-10-14)

**Note:** Version bump only for package docs
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.25.2",
"version": "2.26.0",
"private": true,
"main": "index.js",
"license": "MIT",
Expand Down
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.28.0](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.28.0) (2024-12-16)

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





## [2.27.2](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.27.2) (2024-10-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.27.2",
"version": "2.28.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@cosmos-kit/station": "^2.12.0",
"@cosmos-kit/tailwind": "^1.7.0",
"@cosmos-kit/vectis": "^2.13.1",
"@cosmos-kit/web3auth": "^2.13.0",
"@cosmos-kit/web3auth": "^2.14.0",
"@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
16 changes: 16 additions & 0 deletions wallets/web3auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.14.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2024-12-16)


### Bug Fixes

* passwordless login support ([dda24dd](https://github.com/cosmology-tech/cosmos-kit/commit/dda24dde909d569e390cb28f897d35f7e689d05f))


### Features

* bump web3auth & login hint ([630c512](https://github.com/cosmology-tech/cosmos-kit/commit/630c512fa2eb5704eebf2bc712042914b00fdae8))





# [2.13.0](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2024-10-09)

**Note:** Version bump only for package @cosmos-kit/web3auth
Expand Down
2 changes: 1 addition & 1 deletion wallets/web3auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-kit/web3auth",
"version": "2.13.0",
"version": "2.14.0",
"description": "cosmos-kit wallet connector for Web3Auth",
"author": "[email protected]",
"contributors": [
Expand Down

0 comments on commit d304e07

Please sign in to comment.