-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2de3598
commit 9885823
Showing
11 changed files
with
71 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"apps/mobile": "1.46.0", | ||
"apps/mobile": "1.47.0", | ||
"packages/analytics": "1.0.0", | ||
"packages/bitcoin": "0.15.0", | ||
"packages/bitcoin": "0.16.0", | ||
"packages/constants": "0.13.0", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.18.3", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.4.2", | ||
"packages/query": "2.18.0", | ||
"packages/query": "2.19.0", | ||
"packages/tokens": "0.9.2", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.1.14", | ||
"packages/ui": "1.31.2", | ||
"packages/ui": "1.32.0", | ||
"packages/utils": "0.16.7", | ||
"packages/crypto": "1.6.7", | ||
"packages/stacks": "1.2.4" | ||
"packages/stacks": "1.3.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,6 +202,27 @@ | |
* dependencies | ||
* @leather.io/ui bumped to 1.27.1 | ||
|
||
## [1.47.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.47.0) (2024-11-05) | ||
|
||
|
||
### Features | ||
|
||
* integrate stacks total balances, ref LEA-1500 ([93c7a79](https://github.com/leather-io/mono/commit/93c7a795643058f3cf8bf052f7df2019ff00c03a)) | ||
* send context and select account, closes #LEA-1642 ([73cbcd5](https://github.com/leather-io/mono/commit/73cbcd5e96e8eb7811d79a782c3b23c5bd66e0f4)) | ||
* upgrade stacks/transactions to v6.17 for non-seq multisig support ([4433cb2](https://github.com/leather-io/mono/commit/4433cb2ced8e00999fedfcdd00120f1e240800de)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.16.0 | ||
* @leather.io/query bumped to 2.19.0 | ||
* @leather.io/stacks bumped to 1.3.0 | ||
* @leather.io/ui bumped to 1.32.0 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.16.0 | ||
|
||
## [1.46.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.46.0) (2024-11-01) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -248,6 +248,13 @@ | |
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.13 | ||
|
||
## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.16.0) (2024-11-05) | ||
|
||
|
||
### Features | ||
|
||
* upgrade stacks/transactions to v6.17 for non-seq multisig support ([4433cb2](https://github.com/leather-io/mono/commit/4433cb2ced8e00999fedfcdd00120f1e240800de)) | ||
|
||
## [0.15.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.15.0) (2024-10-30) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@leather.io/bitcoin", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared bitcoin utilities", | ||
"version": "0.15.0", | ||
"version": "0.16.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -169,6 +169,25 @@ | |
* @leather.io/rpc bumped to 2.1.12 | ||
* @leather.io/utils bumped to 0.16.5 | ||
|
||
## [2.19.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.19.0) (2024-11-05) | ||
|
||
|
||
### Features | ||
|
||
* upgrade stacks/transactions to v6.17 for non-seq multisig support ([4433cb2](https://github.com/leather-io/mono/commit/4433cb2ced8e00999fedfcdd00120f1e240800de)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **query:** too short key identifier ([2de3598](https://github.com/leather-io/mono/commit/2de35986bde86dfb5c151fa6a0226832f11a6a2e)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.16.0 | ||
|
||
## [2.18.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.18.0) (2024-10-30) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@leather.io/query", | ||
"author": "Leather.io [email protected]", | ||
"description": "Leather query", | ||
"version": "2.18.0", | ||
"version": "2.19.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,6 +94,13 @@ | |
* @leather.io/models bumped to 0.18.3 | ||
* @leather.io/utils bumped to 0.16.7 | ||
|
||
## [1.3.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.3.0) (2024-11-05) | ||
|
||
|
||
### Features | ||
|
||
* upgrade stacks/transactions to v6.17 for non-seq multisig support ([4433cb2](https://github.com/leather-io/mono/commit/4433cb2ced8e00999fedfcdd00120f1e240800de)) | ||
|
||
## [1.2.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.2.0) (2024-10-11) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,6 +111,13 @@ | |
* devDependencies | ||
* @leather.io/panda-preset bumped to 0.4.2 | ||
|
||
## [1.32.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.32.0) (2024-11-05) | ||
|
||
|
||
### Features | ||
|
||
* add numpad component ([b5b9507](https://github.com/leather-io/mono/commit/b5b95072f2ec6f362a878f51871d77c155d66a44)) | ||
|
||
## [1.31.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.31.1) (2024-10-30) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters