Skip to content

Commit

Permalink
Upgrade to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earrietadev committed Feb 21, 2025
1 parent 99cd40b commit 9066808
Show file tree
Hide file tree
Showing 4 changed files with 836 additions and 101 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.6.0](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.5.0...v1.6.0) (2025-02-21)
### Add
- Add module for HOT wallet

### [1.5.0](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.4.1...v1.5.0) (2025-02-20)
### Add
- Add method "assignButtons" to the kit
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ A kit to handle all Stellar Wallets at once with a simple API and without caring
## Compatible Wallets:

- xBull Wallet (Both PWA and extension version)
- Hot Wallet
- Albedo
- Freighter
- Rabet (extension version)
- WalletConnect
- Lobstr
- Hana
- Hot Wallet

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@creit.tech/stellar-wallets-kit",
"version": "1.5.0",
"version": "1.6.0",
"description": "A kit to handle all Stellar Wallets at once",
"author": {
"name": "Creit Technologies LLP",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@albedo-link/intent": "0.12.0",
"@creit.tech/xbull-wallet-connect": "0.3.0",
"@hot-wallet/sdk": "^1.0.11",
"@hot-wallet/sdk": "1.0.11",
"@ledgerhq/hw-app-str": "7.0.4",
"@ledgerhq/hw-transport": "6.31.4",
"@ledgerhq/hw-transport-webusb": "6.29.4",
Expand Down
Loading

0 comments on commit 9066808

Please sign in to comment.