-
Notifications
You must be signed in to change notification settings - Fork 6
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
2dfe6b2
commit 9b768d4
Showing
23 changed files
with
130 additions
and
22 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,19 +1,19 @@ | ||
{ | ||
"apps/mobile": "2.8.2", | ||
"apps/mobile": "2.9.0", | ||
"packages/analytics": "3.1.3", | ||
"packages/bitcoin": "0.19.18", | ||
"packages/bitcoin": "0.19.19", | ||
"packages/constants": "0.15.5", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.25.1", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.8.9", | ||
"packages/query": "2.26.20", | ||
"packages/tokens": "0.12.10", | ||
"packages/panda-preset": "0.8.10", | ||
"packages/query": "2.26.21", | ||
"packages/tokens": "0.12.11", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.5.5", | ||
"packages/ui": "1.48.2", | ||
"packages/utils": "0.25.1", | ||
"packages/crypto": "1.6.34", | ||
"packages/stacks": "1.5.19", | ||
"packages/services": "1.0.4" | ||
"packages/rpc": "2.5.6", | ||
"packages/ui": "1.48.3", | ||
"packages/utils": "0.25.2", | ||
"packages/crypto": "1.6.35", | ||
"packages/stacks": "1.5.20", | ||
"packages/services": "1.1.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 |
---|---|---|
|
@@ -463,6 +463,31 @@ | |
* @leather.io/query bumped to 2.26.20 | ||
* @leather.io/services bumped to 1.0.4 | ||
|
||
## [2.9.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.9.0) (2025-02-07) | ||
|
||
|
||
### Features | ||
|
||
* runes balances service ([b2084b7](https://github.com/leather-io/mono/commit/b2084b76ccc0bef363aa11899a4f56a8d52a7f43)) | ||
* support fiat currency setting, ref LEA-2032 ([3ccdf24](https://github.com/leather-io/mono/commit/3ccdf24c3c43d59091c96c9b6cb26aadcae0679c)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.19.19 | ||
* @leather.io/crypto bumped to 1.6.35 | ||
* @leather.io/query bumped to 2.26.21 | ||
* @leather.io/rpc bumped to 2.5.6 | ||
* @leather.io/services bumped to 1.1.0 | ||
* @leather.io/stacks bumped to 1.5.20 | ||
* @leather.io/tokens bumped to 0.12.11 | ||
* @leather.io/ui bumped to 1.48.3 | ||
* @leather.io/utils bumped to 0.25.2 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.19.19 | ||
|
||
## [2.8.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.8.1) (2025-02-03) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -454,6 +454,15 @@ | |
* devDependencies | ||
* @leather.io/rpc bumped to 2.5.5 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.6.35 | ||
* @leather.io/utils bumped to 0.25.2 | ||
* devDependencies | ||
* @leather.io/rpc bumped to 2.5.6 | ||
|
||
## [0.19.10](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.19.10) (2025-01-07) | ||
|
||
|
||
|
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.19.18", | ||
"version": "0.19.19", | ||
"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 |
---|---|---|
|
@@ -234,6 +234,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.25.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.25.2 | ||
|
||
## [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 |
---|---|---|
|
@@ -138,6 +138,12 @@ | |
* devDependencies | ||
* @leather.io/tokens bumped to 0.12.10 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @leather.io/tokens bumped to 0.12.11 | ||
|
||
## [0.8.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.8.0) (2024-12-10) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -303,6 +303,15 @@ | |
* @leather.io/bitcoin bumped to 0.19.17 | ||
* @leather.io/utils bumped to 0.25.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.19.19 | ||
* @leather.io/rpc bumped to 2.5.6 | ||
* @leather.io/stacks bumped to 1.5.20 | ||
* @leather.io/utils bumped to 0.25.2 | ||
|
||
## [2.26.20](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.26.20) (2025-02-04) | ||
|
||
|
||
|
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.26.20", | ||
"version": "2.26.21", | ||
"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 |
---|---|---|
|
@@ -186,6 +186,13 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.25.0 | ||
|
||
## [2.5.6](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.5.6) (2025-02-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **rpc:** refactor msg signing types, add publicKey param in response ([2dfe6b2](https://github.com/leather-io/mono/commit/2dfe6b2fc007b6d9ff9184d35bc5cad02496182d)) | ||
|
||
## [2.5.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.5.5) (2025-02-03) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -7,6 +7,24 @@ | |
* @leather.io/bitcoin bumped to 0.19.17 | ||
* @leather.io/utils bumped to 0.25.0 | ||
|
||
## [1.1.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/services-v1.1.0) (2025-02-07) | ||
|
||
|
||
### Features | ||
|
||
* runes balances service ([b2084b7](https://github.com/leather-io/mono/commit/b2084b76ccc0bef363aa11899a4f56a8d52a7f43)) | ||
* support fiat currency setting, ref LEA-2032 ([3ccdf24](https://github.com/leather-io/mono/commit/3ccdf24c3c43d59091c96c9b6cb26aadcae0679c)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.19.19 | ||
* @leather.io/utils bumped to 0.25.2 | ||
* devDependencies | ||
* @leather.io/rpc bumped to 2.5.6 | ||
|
||
## [1.0.4](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/services-v1.0.4) (2025-02-04) | ||
|
||
|
||
|
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/services", | ||
"author": "Leather.io [email protected]", | ||
"description": "Leather Services Package", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/services", | ||
"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 |
---|---|---|
|
@@ -279,6 +279,13 @@ | |
* @leather.io/models bumped to 0.25.1 | ||
* @leather.io/utils bumped to 0.25.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.6.35 | ||
* @leather.io/utils bumped to 0.25.2 | ||
|
||
## [1.5.11](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.5.11) (2025-01-07) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -78,6 +78,12 @@ | |
* devDependencies | ||
* @leather.io/utils bumped to 0.25.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @leather.io/utils bumped to 0.25.2 | ||
|
||
## [0.12.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.12.1) (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/tokens", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared design tokens", | ||
"version": "0.12.10", | ||
"version": "0.12.11", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/tokens", | ||
"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 |
---|---|---|
|
@@ -279,6 +279,15 @@ | |
* @leather.io/models bumped to 0.25.1 | ||
* @leather.io/panda-preset bumped to 0.8.9 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/tokens bumped to 0.12.11 | ||
* @leather.io/utils bumped to 0.25.2 | ||
* devDependencies | ||
* @leather.io/panda-preset bumped to 0.8.10 | ||
|
||
## [1.48.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.48.0) (2025-01-16) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -241,6 +241,12 @@ | |
* @leather.io/models bumped to 0.25.1 | ||
* @leather.io/rpc bumped to 2.5.5 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/rpc bumped to 2.5.6 | ||
|
||
## [0.25.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.25.0) (2025-01-23) | ||
|
||
|
||
|
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.25.1", | ||
"version": "0.25.2", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|