Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Sep 23, 2024
1 parent 9f7634e commit 1e159bb
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* add imToken wallet ([62f671e](https://github.com/cosmology-tech/cosmos-kit/commit/62f671e2de4060ec1bf36e33e1970ed1e88595aa))





# [2.22.0](https://github.com/cosmology-tech/cosmos-kit/compare/[email protected]@2.22.0) (2024-08-01)

**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.22.0",
"version": "2.23.0",
"private": true,
"main": "index.js",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions wallets/imtoken-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2024-09-23)


### Features

* add imToken wallet ([62f671e](https://github.com/cosmology-tech/cosmos-kit/commit/62f671e2de4060ec1bf36e33e1970ed1e88595aa))





# 1.0.0 (2024-09-03)

**Note:** First release!
2 changes: 1 addition & 1 deletion wallets/imtoken-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-kit/imtoken-extension",
"version": "1.0.0",
"version": "1.1.0",
"description": "cosmos-kit wallet connector",
"author": "[email protected]",
"contributors": [
Expand Down
11 changes: 11 additions & 0 deletions wallets/imtoken/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2024-09-23)


### Features

* add imToken wallet ([62f671e](https://github.com/cosmology-tech/cosmos-kit/commit/62f671e2de4060ec1bf36e33e1970ed1e88595aa))





# 1.0.0 (2024-09-03)

**Note:** First release!
4 changes: 2 additions & 2 deletions wallets/imtoken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-kit/imtoken",
"version": "1.0.0",
"version": "1.1.0",
"description": "cosmos-kit wallet connector",
"author": "[email protected]",
"contributors": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"url": "https://github.com/cosmology-tech/cosmos-kit/issues"
},
"dependencies": {
"@cosmos-kit/imtoken-extension": "^1.0.0"
"@cosmos-kit/imtoken-extension": "^1.1.0"
},
"gitHead": "2b5f2de5d9ed1580be4137736dfc6cce779679d1"
}

0 comments on commit 1e159bb

Please sign in to comment.