Skip to content

Commit

Permalink
Merge pull request #313 from getsafle/feature-stacks-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sshubhamagg authored May 9, 2024
2 parents 8a55f68 + d361694 commit 1c7722e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,4 +645,8 @@

### 2.6.0 (2024-05-07)

* Integrated stacks chain in safle vault
* Integrated stacks chain in safle vault

### 2.6.1 (2024-05-09)

* Upgraded stacks controller version
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getsafle/safle-vault",
"version": "2.6.0",
"version": "2.6.1",
"description": "Safle Vault is a non-custodial, flexible and highly available crypto wallet which can be used to access dapps, send/receive crypto and store identity. Vault SDK is used to manage the vault and provide methods to generate vault, add new accounts, update the state and also enable the user to perform several vault related operations.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"@getsafle/vault-optimism-controller": "^1.0.8",
"@getsafle/vault-polygon-controller": "^1.2.8",
"@getsafle/vault-polygon-zkevm-controller": "^1.0.1",
"@getsafle/vault-stacks-controller": "^1.0.3",
"@getsafle/vault-stacks-controller": "^1.0.4",
"@getsafle/vault-velas-controller": "^1.3.1",
"bip39": "^3.0.4",
"crypto-js": "^4.1.1",
Expand Down

0 comments on commit 1c7722e

Please sign in to comment.