-
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
7639093
commit 77df92e
Showing
21 changed files
with
159 additions
and
20 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.52.2", | ||
"apps/mobile": "1.53.0", | ||
"packages/analytics": "2.0.1", | ||
"packages/bitcoin": "0.16.6", | ||
"packages/constants": "0.13.4", | ||
"packages/bitcoin": "0.16.7", | ||
"packages/constants": "0.13.5", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.21.0", | ||
"packages/models": "0.22.0", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.5.2", | ||
"packages/query": "2.23.0", | ||
"packages/query": "2.23.1", | ||
"packages/tokens": "0.12.1", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.1.19", | ||
"packages/ui": "1.36.2", | ||
"packages/utils": "0.19.2", | ||
"packages/crypto": "1.6.13", | ||
"packages/stacks": "1.3.6" | ||
"packages/rpc": "2.1.20", | ||
"packages/ui": "1.37.0", | ||
"packages/utils": "0.20.0", | ||
"packages/crypto": "1.6.14", | ||
"packages/stacks": "1.4.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 |
---|---|---|
|
@@ -264,6 +264,39 @@ | |
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.16.6 | ||
|
||
## [1.53.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.53.0) (2024-11-25) | ||
|
||
|
||
### Features | ||
|
||
* migrate stacks generate txs, closes LEA-1732 ([95a00fd](https://github.com/leather-io/mono/commit/95a00fd0a9f54718146a08a4fe50c92455e86961)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* ensure correct accountIndex is added to stacks signers ([59af396](https://github.com/leather-io/mono/commit/59af39642d123a28aa6186609285f3700cb3b3ba)) | ||
* filter signers by account index to obtain address ([5ff5a98](https://github.com/leather-io/mono/commit/5ff5a98f3c397c8f5158bab856ca3adc42408f1b)) | ||
* go to account from accountsheet, add real balances and address ref LEA-1552 ([5abb340](https://github.com/leather-io/mono/commit/5abb34039c66c69d651307280f05e46c6413816b)) | ||
* refactor to cleanup accessing stacks signeraddresses ([8d0b3dd](https://github.com/leather-io/mono/commit/8d0b3dd24b935dc9c398db48466b773c528b32ca)) | ||
* roll back STX market data service to ensure price accuracy ([165e1cc](https://github.com/leather-io/mono/commit/165e1cc62fd54f517c1295de41ed2b47a747d3f9)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.16.7 | ||
* @leather.io/constants bumped to 0.13.5 | ||
* @leather.io/crypto bumped to 1.6.14 | ||
* @leather.io/models bumped to 0.22.0 | ||
* @leather.io/query bumped to 2.23.1 | ||
* @leather.io/rpc bumped to 2.1.20 | ||
* @leather.io/stacks bumped to 1.4.0 | ||
* @leather.io/ui bumped to 1.37.0 | ||
* @leather.io/utils bumped to 0.20.0 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.16.7 | ||
|
||
## [1.52.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.52.0) (2024-11-19) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -299,6 +299,17 @@ | |
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.19 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.13.5 | ||
* @leather.io/crypto bumped to 1.6.14 | ||
* @leather.io/models bumped to 0.22.0 | ||
* @leather.io/utils bumped to 0.20.0 | ||
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.20 | ||
|
||
## [0.16.4](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.16.4) (2024-11-19) | ||
|
||
|
||
|
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.16.6", | ||
"version": "0.16.7", | ||
"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 |
---|---|---|
|
@@ -73,6 +73,12 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.21.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.22.0 | ||
|
||
## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.13.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/constants", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared bitcoin utilities", | ||
"version": "0.13.4", | ||
"version": "0.13.5", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/constants", | ||
"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 |
---|---|---|
|
@@ -108,6 +108,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.19.2 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.20.0 | ||
|
||
## [1.6.11](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.6.11) (2024-11-19) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -24,6 +24,13 @@ | |
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [0.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.22.0) (2024-11-25) | ||
|
||
|
||
### Features | ||
|
||
* migrate stacks generate txs, closes LEA-1732 ([95a00fd](https://github.com/leather-io/mono/commit/95a00fd0a9f54718146a08a4fe50c92455e86961)) | ||
|
||
## [0.21.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.21.0) (2024-11-21) | ||
|
||
|
||
|
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/models", | ||
"author": "Leather.io [email protected]", | ||
"description": "Leather models and types", | ||
"version": "0.21.0", | ||
"version": "0.22.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models", | ||
"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 |
---|---|---|
|
@@ -196,6 +196,16 @@ | |
* @leather.io/rpc bumped to 2.1.18 | ||
* @leather.io/utils bumped to 0.19.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.16.7 | ||
* @leather.io/constants bumped to 0.13.5 | ||
* @leather.io/models bumped to 0.22.0 | ||
* @leather.io/rpc bumped to 2.1.20 | ||
* @leather.io/utils bumped to 0.20.0 | ||
|
||
## [2.23.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.23.0) (2024-11-21) | ||
|
||
|
||
|
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.23.0", | ||
"version": "2.23.1", | ||
"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 |
---|---|---|
|
@@ -150,6 +150,12 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.21.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.22.0 | ||
|
||
## [2.1.17](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.17) (2024-11-19) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -140,6 +140,29 @@ | |
* @leather.io/models bumped to 0.21.0 | ||
* @leather.io/utils bumped to 0.19.2 | ||
|
||
## [1.4.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.4.0) (2024-11-25) | ||
|
||
|
||
### Features | ||
|
||
* migrate stacks generate txs, closes LEA-1732 ([95a00fd](https://github.com/leather-io/mono/commit/95a00fd0a9f54718146a08a4fe50c92455e86961)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* ensure correct accountIndex is added to stacks signers ([9d21126](https://github.com/leather-io/mono/commit/9d2112614c6378da18737f1860f0875c8cb577fd)) | ||
* refactor to cleanup accessing stacks signeraddresses ([8d0b3dd](https://github.com/leather-io/mono/commit/8d0b3dd24b935dc9c398db48466b773c528b32ca)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.13.5 | ||
* @leather.io/crypto bumped to 1.6.14 | ||
* @leather.io/models bumped to 0.22.0 | ||
* @leather.io/utils bumped to 0.20.0 | ||
|
||
## [1.3.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.3.0) (2024-11-05) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -151,6 +151,27 @@ | |
* devDependencies | ||
* @leather.io/models bumped to 0.21.0 | ||
|
||
## [1.37.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.37.0) (2024-11-25) | ||
|
||
|
||
### Features | ||
|
||
* migrate stacks generate txs, closes LEA-1732 ([95a00fd](https://github.com/leather-io/mono/commit/95a00fd0a9f54718146a08a4fe50c92455e86961)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* sheet content style ([7639093](https://github.com/leather-io/mono/commit/7639093d245fe11e482794cb61aa7672a4fbc5d8)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.20.0 | ||
* devDependencies | ||
* @leather.io/models bumped to 0.22.0 | ||
|
||
## [1.36.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.36.0) (2024-11-19) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -155,6 +155,22 @@ | |
* @leather.io/models bumped to 0.21.0 | ||
* @leather.io/rpc bumped to 2.1.19 | ||
|
||
## [0.20.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.20.0) (2024-11-25) | ||
|
||
|
||
### Features | ||
|
||
* migrate stacks generate txs, closes LEA-1732 ([95a00fd](https://github.com/leather-io/mono/commit/95a00fd0a9f54718146a08a4fe50c92455e86961)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.13.5 | ||
* @leather.io/models bumped to 0.22.0 | ||
* @leather.io/rpc bumped to 2.1.20 | ||
|
||
## [0.19.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.19.0) (2024-11-19) | ||
|
||
|
||
|
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/utils", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared bitcoin utilities", | ||
"version": "0.19.2", | ||
"version": "0.20.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|