-
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
d5053f2
commit ef73a7c
Showing
11 changed files
with
60 additions
and
10 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,16 @@ | ||
{ | ||
"apps/mobile": "1.8.0", | ||
"packages/bitcoin": "0.8.0", | ||
"apps/mobile": "1.8.1", | ||
"packages/bitcoin": "0.8.1", | ||
"packages/constants": "0.8.0", | ||
"packages/eslint-config": "0.6.0", | ||
"packages/models": "0.10.0", | ||
"packages/prettier-config": "0.5.0", | ||
"packages/panda-preset": "0.3.0", | ||
"packages/query": "0.9.1", | ||
"packages/query": "0.9.2", | ||
"packages/tokens": "0.6.0", | ||
"packages/tsconfig-config": "0.5.0", | ||
"packages/rpc": "2.0.0", | ||
"packages/ui": "1.5.0", | ||
"packages/utils": "0.9.0", | ||
"packages/ui": "1.5.1", | ||
"packages/utils": "0.9.1", | ||
"packages/crypto": "1.0.2" | ||
} |
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 |
---|---|---|
|
@@ -86,6 +86,20 @@ | |
* dependencies | ||
* @leather.io/ui bumped to 1.4.7 | ||
|
||
## [1.8.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.8.1) (2024-06-26) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add scripts ([9967136](https://github.com/leather-io/mono/commit/99671360233b4a25601b21962a87101c4645b98c)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/ui bumped to 1.5.1 | ||
|
||
## [1.8.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.8.0) (2024-06-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
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 |
---|---|---|
|
@@ -84,6 +84,12 @@ | |
* devDependencies | ||
* @leather.io/rpc bumped to 1.0.4 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.9.1 | ||
|
||
## [0.8.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.8.0) (2024-06-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/bitcoin", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared bitcoin utilities", | ||
"version": "0.8.0", | ||
"version": "0.8.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 |
---|---|---|
|
@@ -75,6 +75,13 @@ | |
* @leather.io/rpc bumped to 1.0.4 | ||
* @leather.io/utils bumped to 0.8.3 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.8.1 | ||
* @leather.io/utils bumped to 0.9.1 | ||
|
||
## [0.9.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v0.9.1) (2024-06-25) | ||
|
||
|
||
|
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": "0.9.1", | ||
"version": "0.9.2", | ||
"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 |
---|---|---|
|
@@ -34,6 +34,22 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.8.1 | ||
|
||
## [1.5.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.5.1) (2024-06-26) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* failing watcher ([24ab58b](https://github.com/leather-io/mono/commit/24ab58b49c4eefdf94332ccda4d50003d86c1ff0)) | ||
* setup dialog component in monorepo, ref leather-wallet/issues[#108](https://github.com/leather-io/mono/issues/108) ([d5053f2](https://github.com/leather-io/mono/commit/d5053f2031f139b9dae621df3a4f5944bad7dd05)) | ||
* update README, ref leather-wallet/issues[#64](https://github.com/leather-io/mono/issues/64) ([b1e62f1](https://github.com/leather-io/mono/commit/b1e62f123dc839ec676344ae2875f076e5097f30)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.9.1 | ||
|
||
## [1.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.5.0) (2024-06-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
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,13 @@ | |
* @leather.io/models bumped to 0.9.0 | ||
* @leather.io/rpc bumped to 1.0.4 | ||
|
||
## [0.9.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.9.1) (2024-06-26) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* setup dialog component in monorepo, ref leather-wallet/issues[#108](https://github.com/leather-io/mono/issues/108) ([d5053f2](https://github.com/leather-io/mono/commit/d5053f2031f139b9dae621df3a4f5944bad7dd05)) | ||
|
||
## [0.9.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.9.0) (2024-06-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/utils", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared bitcoin utilities", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|