Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
liujun93 committed Oct 7, 2023
1 parent c8f5084 commit bd0beb6
Show file tree
Hide file tree
Showing 20 changed files with 49 additions and 97 deletions.
10 changes: 3 additions & 7 deletions packages/cosmos-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.11](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected].10[email protected].11) (2023-10-05)
## [2.4.12](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected].11[email protected].12) (2023-10-07)

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

## [2.4.11](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.4.11) (2023-10-05)



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

## [2.4.10](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.4.10) (2023-10-04)

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





## [2.4.9](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.4.9) (2023-09-26)

**Note:** Version bump only for package cosmos-kit
Expand Down
6 changes: 3 additions & 3 deletions packages/cosmos-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmos-kit",
"version": "2.4.11",
"version": "2.4.12",
"description": "cosmos-kit wallet connector",
"author": "[email protected]",
"contributors": [
Expand Down Expand Up @@ -72,13 +72,13 @@
},
"dependencies": {
"@cosmos-kit/coin98": "^2.3.12",
"@cosmos-kit/compass": "^2.3.12",
"@cosmos-kit/compass": "^2.3.13",
"@cosmos-kit/cosmostation": "^2.3.13",
"@cosmos-kit/exodus": "^2.3.12",
"@cosmos-kit/fin": "^2.3.14",
"@cosmos-kit/frontier": "^2.3.12",
"@cosmos-kit/keplr": "^2.3.15",
"@cosmos-kit/leap": "^2.3.12",
"@cosmos-kit/leap": "^2.3.13",
"@cosmos-kit/ledger": "^2.4.9",
"@cosmos-kit/omni": "^2.3.12",
"@cosmos-kit/shell": "^2.3.12",
Expand Down
10 changes: 3 additions & 7 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.12](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected].11[email protected].12) (2023-10-05)
## [2.5.13](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected].12[email protected].13) (2023-10-07)

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

## [2.5.12](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.5.12) (2023-10-05)



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

## [2.5.11](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.5.11) (2023-10-04)

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





## [2.5.10](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.5.10) (2023-09-26)

**Note:** Version bump only for package docs
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.5.12",
"version": "2.5.13",
"private": true,
"main": "index.js",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"@emotion/styled": "^11.10.6",
"chain-registry": "1.4.0",
"chakra-react-select": "^4.6.0",
"cosmos-kit": "^2.4.11",
"cosmos-kit": "^2.4.12",
"fast-fuzzy": "^1.12.0",
"framer-motion": "^9.0.7",
"next": "12.3.1",
Expand Down
14 changes: 3 additions & 11 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.9](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected].8[email protected].9) (2023-10-06)
## [2.8.10](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected].9[email protected].10) (2023-10-07)

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

## [2.8.9](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.8.9) (2023-10-06)



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

## [2.8.8](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.8.8) (2023-10-05)

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





## [2.8.7](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.8.7) (2023-10-04)

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





## [2.8.6](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.8.6) (2023-09-26)

**Note:** Version bump only for package example
Expand Down
8 changes: 4 additions & 4 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -22,10 +22,10 @@
"@cosmos-kit/fin": "^2.3.14",
"@cosmos-kit/ins": "^2.1.2",
"@cosmos-kit/keplr": "^2.3.15",
"@cosmos-kit/leap": "^2.3.12",
"@cosmos-kit/leap-metamask-cosmos-snap": "^0.2.6",
"@cosmos-kit/leap": "^2.3.13",
"@cosmos-kit/leap-metamask-cosmos-snap": "^0.2.7",
"@cosmos-kit/ledger": "^2.4.9",
"@cosmos-kit/react": "^2.8.7",
"@cosmos-kit/react": "^2.8.8",
"@cosmos-kit/shell": "^2.3.12",
"@cosmos-kit/station": "^2.3.13",
"@cosmos-kit/vectis": "^2.3.12",
Expand Down
14 changes: 3 additions & 11 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].6...@cosmos-kit/[email protected].7) (2023-10-06)
## [2.8.8](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].7...@cosmos-kit/[email protected].8) (2023-10-07)

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

## [2.8.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-06)



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

## [2.8.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-05)

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





## [2.8.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-04)

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





## [2.8.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-09-26)

**Note:** Version bump only for package @cosmos-kit/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-kit/react",
"version": "2.8.7",
"version": "2.8.8",
"description": "cosmos-kit wallet connector",
"author": "[email protected]",
"contributors": [
Expand Down
10 changes: 3 additions & 7 deletions wallets/compass-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].11...@cosmos-kit/[email protected].12) (2023-10-05)
## [2.3.13](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].12...@cosmos-kit/[email protected].13) (2023-10-07)

**Note:** Version bump only for package @cosmos-kit/compass-extension

## [2.3.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-05)



**Note:** Version bump only for package @cosmos-kit/compass-extension

## [2.3.11](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-04)

**Note:** Version bump only for package @cosmos-kit/compass-extension





## [2.3.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-09-26)

**Note:** Version bump only for package @cosmos-kit/compass-extension
Expand Down
2 changes: 1 addition & 1 deletion wallets/compass-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-kit/compass-extension",
"version": "2.3.12",
"version": "2.3.13",
"description": "cosmos-kit wallet connector",
"author": "[email protected]",
"contributors": [
Expand Down
10 changes: 3 additions & 7 deletions wallets/compass/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].11...@cosmos-kit/[email protected].12) (2023-10-05)
## [2.3.13](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].12...@cosmos-kit/[email protected].13) (2023-10-07)

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

## [2.3.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-05)



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

## [2.3.11](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-04)

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





## [2.3.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-09-26)

**Note:** Version bump only for package @cosmos-kit/compass
Expand Down
4 changes: 2 additions & 2 deletions wallets/compass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-kit/compass",
"version": "2.3.12",
"version": "2.3.13",
"description": "cosmos-kit wallet connector",
"author": "[email protected]",
"contributors": [
Expand Down Expand Up @@ -54,7 +54,7 @@
"url": "https://github.com/cosmology-tech/cosmos-kit/issues"
},
"dependencies": {
"@cosmos-kit/compass-extension": "^2.3.12"
"@cosmos-kit/compass-extension": "^2.3.13"
},
"gitHead": "209629afb7bbed747db6f5fb81263cfe7f9740e9"
}
10 changes: 3 additions & 7 deletions wallets/cosmos-extension-metamask/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.9](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].8...@cosmos-kit/[email protected].9) (2023-10-05)
## [0.1.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].9...@cosmos-kit/[email protected].10) (2023-10-07)

**Note:** Version bump only for package @cosmos-kit/cosmos-extension-metamask

## [0.1.9](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-05)



**Note:** Version bump only for package @cosmos-kit/cosmos-extension-metamask

## [0.1.8](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-04)

**Note:** Version bump only for package @cosmos-kit/cosmos-extension-metamask





## [0.1.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-09-26)

**Note:** Version bump only for package @cosmos-kit/cosmos-extension-metamask
Expand Down
2 changes: 1 addition & 1 deletion wallets/cosmos-extension-metamask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-kit/cosmos-extension-metamask",
"version": "0.1.9",
"version": "0.1.10",
"description": "cosmos-kit wallet connector for the official Cosmos Extension for Metamask",
"author": "[email protected]",
"contributors": [
Expand Down
10 changes: 3 additions & 7 deletions wallets/leap-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].11...@cosmos-kit/[email protected].12) (2023-10-05)
## [2.4.13](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].12...@cosmos-kit/[email protected].13) (2023-10-07)

**Note:** Version bump only for package @cosmos-kit/leap-extension

## [2.4.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-05)



**Note:** Version bump only for package @cosmos-kit/leap-extension

## [2.4.11](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-04)

**Note:** Version bump only for package @cosmos-kit/leap-extension





## [2.4.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-09-26)

**Note:** Version bump only for package @cosmos-kit/leap-extension
Expand Down
2 changes: 1 addition & 1 deletion wallets/leap-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-kit/leap-extension",
"version": "2.4.12",
"version": "2.4.13",
"description": "cosmos-kit wallet connector",
"author": "[email protected]",
"contributors": [
Expand Down
10 changes: 3 additions & 7 deletions wallets/leap-metamask-cosmos-snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].5...@cosmos-kit/[email protected].6) (2023-10-05)
## [0.2.7](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].6...@cosmos-kit/[email protected].7) (2023-10-07)

**Note:** Version bump only for package @cosmos-kit/leap-metamask-cosmos-snap

## [0.2.6](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-05)



**Note:** Version bump only for package @cosmos-kit/leap-metamask-cosmos-snap

## [0.2.5](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-04)

**Note:** Version bump only for package @cosmos-kit/leap-metamask-cosmos-snap





## [0.2.4](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-09-26)

**Note:** Version bump only for package @cosmos-kit/leap-metamask-cosmos-snap
Expand Down
2 changes: 1 addition & 1 deletion wallets/leap-metamask-cosmos-snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-kit/leap-metamask-cosmos-snap",
"version": "0.2.6",
"version": "0.2.7",
"description": "cosmos-kit wallet connector",
"author": "[email protected]",
"contributors": [
Expand Down
10 changes: 3 additions & 7 deletions wallets/leap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].11...@cosmos-kit/[email protected].12) (2023-10-05)
## [2.3.13](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected].12...@cosmos-kit/[email protected].13) (2023-10-07)

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

## [2.3.12](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-05)



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

## [2.3.11](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-10-04)

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





## [2.3.10](https://github.com/cosmology-tech/cosmos-kit/compare/@cosmos-kit/[email protected]...@cosmos-kit/[email protected]) (2023-09-26)

**Note:** Version bump only for package @cosmos-kit/leap
Expand Down
Loading

0 comments on commit bd0beb6

Please sign in to comment.