-
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
6feabbc
commit d5ea931
Showing
9 changed files
with
36 additions
and
8 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,16 +1,17 @@ | ||
{ | ||
".": "2.1.0", | ||
".": "2.1.1", | ||
"apps/mobile": "1.5.0", | ||
"packages/bitcoin": "0.6.7", | ||
"packages/bitcoin": "0.6.8", | ||
"packages/constants": "0.6.2", | ||
"packages/eslint-config": "0.4.0", | ||
"packages/models": "0.6.7", | ||
"packages/prettier-config": "0.4.1", | ||
"packages/panda-preset": "0.1.1", | ||
"packages/query": "0.6.9", | ||
"packages/query": "0.6.10", | ||
"packages/tokens": "0.5.1", | ||
"packages/tsconfig-config": "0.4.0", | ||
"packages/rpc": "1.0.0", | ||
"packages/ui": "1.3.2", | ||
"packages/utils": "0.6.7" | ||
"packages/utils": "0.6.7", | ||
"packages/crypto": "1.0.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
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
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-wallet/bitcoin", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared bitcoin utilities", | ||
"version": "0.6.7", | ||
"version": "0.6.8", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-wallet/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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-06-05) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* missing pnpm prefix ([6feabbc](https://github.com/leather-wallet/mono/commit/6feabbcf0eb6056956ab25e9a3f4cc6cd9573577)) |
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
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-wallet/query", | ||
"author": "Leather.io [email protected]", | ||
"description": "Leather query", | ||
"version": "0.6.9", | ||
"version": "0.6.10", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-wallet/mono/tree/dev/packages/query", | ||
"repository": { | ||
|