-
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
2bf31d1
commit f6bbd49
Showing
21 changed files
with
131 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.47.0", | ||
"apps/mobile": "1.48.0", | ||
"packages/analytics": "1.0.0", | ||
"packages/bitcoin": "0.16.0", | ||
"packages/constants": "0.13.0", | ||
"packages/bitcoin": "0.16.1", | ||
"packages/constants": "0.13.1", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.18.3", | ||
"packages/models": "0.19.0", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.4.2", | ||
"packages/query": "2.19.0", | ||
"packages/query": "2.20.0", | ||
"packages/tokens": "0.9.2", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.1.14", | ||
"packages/ui": "1.32.0", | ||
"packages/utils": "0.16.7", | ||
"packages/crypto": "1.6.7", | ||
"packages/stacks": "1.3.0" | ||
"packages/rpc": "2.1.15", | ||
"packages/ui": "1.32.1", | ||
"packages/utils": "0.17.0", | ||
"packages/crypto": "1.6.8", | ||
"packages/stacks": "1.3.1" | ||
} |
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,31 @@ | |
* dependencies | ||
* @leather.io/ui bumped to 1.27.1 | ||
|
||
## [1.48.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.48.0) (2024-11-06) | ||
|
||
|
||
### Features | ||
|
||
* market data service ([58fc169](https://github.com/leather-io/mono/commit/58fc169aafdbb65b519c3e10db71034e1470bc59)) | ||
* receive sheet navigator, closes LEA-1699 ([2c573e9](https://github.com/leather-io/mono/commit/2c573e9f3b822e1bbc6cbcc4c8de6bbccef92801)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.16.1 | ||
* @leather.io/constants bumped to 0.13.1 | ||
* @leather.io/crypto bumped to 1.6.8 | ||
* @leather.io/models bumped to 0.19.0 | ||
* @leather.io/query bumped to 2.20.0 | ||
* @leather.io/rpc bumped to 2.1.15 | ||
* @leather.io/stacks bumped to 1.3.1 | ||
* @leather.io/ui bumped to 1.32.1 | ||
* @leather.io/utils bumped to 0.17.0 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.16.1 | ||
|
||
## [1.47.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.47.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 |
---|---|---|
|
@@ -248,6 +248,17 @@ | |
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.13 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.13.1 | ||
* @leather.io/crypto bumped to 1.6.8 | ||
* @leather.io/models bumped to 0.19.0 | ||
* @leather.io/utils bumped to 0.17.0 | ||
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.15 | ||
|
||
## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.16.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
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.0", | ||
"version": "0.16.1", | ||
"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 |
---|---|---|
|
@@ -49,6 +49,12 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.18.2 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.19.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.0", | ||
"version": "0.13.1", | ||
"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 |
---|---|---|
|
@@ -78,6 +78,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.16.7 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.17.0 | ||
|
||
## [1.6.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.6.0) (2024-09-20) | ||
|
||
|
||
|
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.19.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.19.0) (2024-11-06) | ||
|
||
|
||
### Features | ||
|
||
* market data service ([58fc169](https://github.com/leather-io/mono/commit/58fc169aafdbb65b519c3e10db71034e1470bc59)) | ||
|
||
## [0.18.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.18.3) (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/models", | ||
"author": "Leather.io [email protected]", | ||
"description": "Leather models and types", | ||
"version": "0.18.3", | ||
"version": "0.19.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 |
---|---|---|
|
@@ -169,6 +169,24 @@ | |
* @leather.io/rpc bumped to 2.1.12 | ||
* @leather.io/utils bumped to 0.16.5 | ||
|
||
## [2.20.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.20.0) (2024-11-06) | ||
|
||
|
||
### Features | ||
|
||
* market data service ([58fc169](https://github.com/leather-io/mono/commit/58fc169aafdbb65b519c3e10db71034e1470bc59)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.16.1 | ||
* @leather.io/constants bumped to 0.13.1 | ||
* @leather.io/models bumped to 0.19.0 | ||
* @leather.io/rpc bumped to 2.1.15 | ||
* @leather.io/utils bumped to 0.17.0 | ||
|
||
## [2.19.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.19.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
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.19.0", | ||
"version": "2.20.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 |
---|---|---|
|
@@ -126,6 +126,12 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.18.2 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.19.0 | ||
|
||
## [2.1.14](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.14) (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
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,14 @@ | |
* @leather.io/models bumped to 0.18.3 | ||
* @leather.io/utils bumped to 0.16.7 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.6.8 | ||
* @leather.io/models bumped to 0.19.0 | ||
* @leather.io/utils bumped to 0.17.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 |
---|---|---|
|
@@ -111,6 +111,14 @@ | |
* devDependencies | ||
* @leather.io/panda-preset bumped to 0.4.2 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.17.0 | ||
* devDependencies | ||
* @leather.io/models bumped to 0.19.0 | ||
|
||
## [1.32.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.32.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 |
---|---|---|
|
@@ -131,6 +131,22 @@ | |
* @leather.io/models bumped to 0.18.2 | ||
* @leather.io/rpc bumped to 2.1.13 | ||
|
||
## [0.17.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.17.0) (2024-11-06) | ||
|
||
|
||
### Features | ||
|
||
* market data service ([58fc169](https://github.com/leather-io/mono/commit/58fc169aafdbb65b519c3e10db71034e1470bc59)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.13.1 | ||
* @leather.io/models bumped to 0.19.0 | ||
* @leather.io/rpc bumped to 2.1.15 | ||
|
||
## [0.16.7](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.16.7) (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/utils", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared bitcoin utilities", | ||
"version": "0.16.7", | ||
"version": "0.17.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|