-
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
c8f80a8
commit 8380f23
Showing
17 changed files
with
79 additions
and
16 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": "2.2.5", | ||
"apps/mobile": "2.2.6", | ||
"packages/analytics": "3.0.3", | ||
"packages/bitcoin": "0.19.6", | ||
"packages/bitcoin": "0.19.7", | ||
"packages/constants": "0.15.1", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.24.1", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.8.0", | ||
"packages/query": "2.26.7", | ||
"packages/query": "2.26.8", | ||
"packages/tokens": "0.12.1", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.3.1", | ||
"packages/ui": "1.44.2", | ||
"packages/utils": "0.22.3", | ||
"packages/crypto": "1.6.23", | ||
"packages/stacks": "1.5.8" | ||
"packages/rpc": "2.4.0", | ||
"packages/ui": "1.44.3", | ||
"packages/utils": "0.22.4", | ||
"packages/crypto": "1.6.24", | ||
"packages/stacks": "1.5.9" | ||
} |
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 |
---|---|---|
|
@@ -337,6 +337,20 @@ | |
* dependencies | ||
* @leather.io/ui bumped to 1.44.2 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.19.7 | ||
* @leather.io/crypto bumped to 1.6.24 | ||
* @leather.io/query bumped to 2.26.8 | ||
* @leather.io/rpc bumped to 2.4.0 | ||
* @leather.io/stacks bumped to 1.5.9 | ||
* @leather.io/ui bumped to 1.44.3 | ||
* @leather.io/utils bumped to 0.22.4 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.19.7 | ||
|
||
## [2.2.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.2.5) (2024-12-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 |
---|---|---|
|
@@ -362,6 +362,15 @@ | |
* devDependencies | ||
* @leather.io/rpc bumped to 2.3.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.6.24 | ||
* @leather.io/utils bumped to 0.22.4 | ||
* devDependencies | ||
* @leather.io/rpc bumped to 2.4.0 | ||
|
||
## [0.19.6](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.19.6) (2024-12-13) | ||
|
||
|
||
|
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.6", | ||
"version": "0.19.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 |
---|---|---|
|
@@ -168,6 +168,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.22.3 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.22.4 | ||
|
||
## [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 |
---|---|---|
|
@@ -247,6 +247,14 @@ | |
* @leather.io/rpc bumped to 2.3.1 | ||
* @leather.io/utils bumped to 0.22.3 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.19.7 | ||
* @leather.io/rpc bumped to 2.4.0 | ||
* @leather.io/utils bumped to 0.22.4 | ||
|
||
## [2.26.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.26.5) (2024-12-12) | ||
|
||
|
||
|
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.7", | ||
"version": "2.26.8", | ||
"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 |
---|---|---|
|
@@ -174,6 +174,13 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.24.1 | ||
|
||
## [2.4.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.4.0) (2024-12-16) | ||
|
||
|
||
### Features | ||
|
||
* udpate types to conform with extension provider ([c8f80a8](https://github.com/leather-io/mono/commit/c8f80a85169b595fb76de3fa7db7fff1fda6321c)) | ||
|
||
## [2.3.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.3.0) (2024-12-12) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -203,6 +203,13 @@ | |
* @leather.io/models bumped to 0.24.1 | ||
* @leather.io/utils bumped to 0.22.3 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.6.24 | ||
* @leather.io/utils bumped to 0.22.4 | ||
|
||
## [1.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.5.0) (2024-11-29) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -191,6 +191,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.22.2 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.22.4 | ||
|
||
## [1.44.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.44.2) (2024-12-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 |
---|---|---|
|
@@ -195,6 +195,12 @@ | |
* @leather.io/models bumped to 0.24.1 | ||
* @leather.io/rpc bumped to 2.3.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/rpc bumped to 2.4.0 | ||
|
||
## [0.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.22.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
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.22.3", | ||
"version": "0.22.4", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|