-
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
e5615eb
commit 1713a85
Showing
27 changed files
with
177 additions
and
26 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,17 +1,17 @@ | ||
{ | ||
"apps/mobile": "1.23.1", | ||
"packages/bitcoin": "0.11.0", | ||
"packages/constants": "0.9.0", | ||
"packages/eslint-config": "0.6.1", | ||
"packages/models": "0.12.0", | ||
"apps/mobile": "1.24.0", | ||
"packages/bitcoin": "0.11.1", | ||
"packages/constants": "0.9.1", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.12.1", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.3.6", | ||
"packages/query": "2.6.0", | ||
"packages/tokens": "0.8.0", | ||
"packages/panda-preset": "0.3.7", | ||
"packages/query": "2.6.1", | ||
"packages/tokens": "0.8.1", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.1.4", | ||
"packages/ui": "1.12.0", | ||
"packages/utils": "0.13.0", | ||
"packages/crypto": "1.4.0", | ||
"packages/stacks": "1.0.0" | ||
"packages/rpc": "2.1.5", | ||
"packages/ui": "1.13.0", | ||
"packages/utils": "0.13.1", | ||
"packages/crypto": "1.4.1", | ||
"packages/stacks": "1.0.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 |
---|---|---|
|
@@ -159,6 +159,31 @@ | |
* dependencies | ||
* @leather.io/stacks bumped to 1.0.0 | ||
|
||
## [1.24.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.24.0) (2024-08-21) | ||
|
||
|
||
### Features | ||
|
||
* mobile ui svg icons ([126f912](https://github.com/leather-io/mono/commit/126f91283ac8a9b0c2aa15d9dc4d91681b6e7376)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.11.1 | ||
* @leather.io/constants bumped to 0.9.1 | ||
* @leather.io/crypto bumped to 1.4.1 | ||
* @leather.io/models bumped to 0.12.1 | ||
* @leather.io/rpc bumped to 2.1.5 | ||
* @leather.io/stacks bumped to 1.0.1 | ||
* @leather.io/tokens bumped to 0.8.1 | ||
* @leather.io/ui bumped to 1.13.0 | ||
* @leather.io/utils bumped to 0.13.1 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.11.1 | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [1.23.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.23.0) (2024-08-15) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -156,6 +156,18 @@ | |
* @leather.io/crypto bumped to 1.3.0 | ||
* @leather.io/utils bumped to 0.12.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.9.1 | ||
* @leather.io/crypto bumped to 1.4.1 | ||
* @leather.io/models bumped to 0.12.1 | ||
* @leather.io/utils bumped to 0.13.1 | ||
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
* @leather.io/rpc bumped to 2.1.5 | ||
|
||
## [0.11.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.11.0) (2024-08-15) | ||
|
||
|
||
|
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.11.0", | ||
"version": "0.11.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 |
---|---|---|
|
@@ -19,6 +19,12 @@ | |
* devDependencies | ||
* @leather.io/tsconfig-config bumped to 0.5.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [0.9.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.9.0) (2024-08-15) | ||
|
||
|
||
|
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.9.0", | ||
"version": "0.9.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 |
---|---|---|
|
@@ -6,6 +6,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.11.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.13.1 | ||
|
||
## [1.4.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.4.0) (2024-08-15) | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## [0.7.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/eslint-config-v0.7.0) (2024-08-21) | ||
|
||
|
||
### Features | ||
|
||
* mobile ui svg icons ([126f912](https://github.com/leather-io/mono/commit/126f91283ac8a9b0c2aa15d9dc4d91681b6e7376)) | ||
|
||
## [0.6.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/eslint-config-v0.6.1) (2024-07-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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@leather.io/eslint-config", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared eslint configuration", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/eslint-config", | ||
"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 |
---|---|---|
|
@@ -18,6 +18,12 @@ | |
* devDependencies | ||
* @leather.io/tsconfig-config bumped to 0.5.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [0.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.12.0) (2024-08-15) | ||
|
||
|
||
|
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.12.0", | ||
"version": "0.12.1", | ||
"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 |
---|---|---|
|
@@ -42,6 +42,12 @@ | |
* devDependencies | ||
* @leather.io/tokens bumped to 0.8.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @leather.io/tokens bumped to 0.8.1 | ||
|
||
## [0.3.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.3.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 |
---|---|---|
|
@@ -142,6 +142,26 @@ | |
* @leather.io/bitcoin bumped to 0.10.3 | ||
* @leather.io/utils bumped to 0.12.0 | ||
|
||
## [2.6.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.6.1) (2024-08-21) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* prevent unnecessary nft requerying ([06603c9](https://github.com/leather-io/mono/commit/06603c91048e1e517bbfaaace8e94edb25fbd751)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.11.1 | ||
* @leather.io/constants bumped to 0.9.1 | ||
* @leather.io/models bumped to 0.12.1 | ||
* @leather.io/rpc bumped to 2.1.5 | ||
* @leather.io/utils bumped to 0.13.1 | ||
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [2.6.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.6.0) (2024-08-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
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.6.0", | ||
"version": "2.6.1", | ||
"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 |
---|---|---|
|
@@ -78,6 +78,12 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.12.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.12.1 | ||
|
||
## [2.1.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.3) (2024-08-14) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -18,6 +18,12 @@ | |
* devDependencies | ||
* @leather.io/tsconfig-config bumped to 0.5.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [0.8.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.8.0) (2024-08-15) | ||
|
||
|
||
|
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.8.0", | ||
"version": "0.8.1", | ||
"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 |
---|---|---|
|
@@ -91,6 +91,31 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.12.0 | ||
|
||
## [1.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.13.0) (2024-08-21) | ||
|
||
|
||
### Features | ||
|
||
* mobile ui svg icons ([126f912](https://github.com/leather-io/mono/commit/126f91283ac8a9b0c2aa15d9dc4d91681b6e7376)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* move dialog footer to monorepo, ref leather-wallet/extension[#5248](https://github.com/leather-io/mono/issues/5248) ([a7bb3b9](https://github.com/leather-io/mono/commit/a7bb3b98221e99d7a77b2f2c9662ed8d27dc17b7)) | ||
* ui storybook ([6e2d1b2](https://github.com/leather-io/mono/commit/6e2d1b2e56196a960748fe8377758b0cac96c08a)) | ||
* update minHeight of dialog header, ref leather-wallet/extension[#5734](https://github.com/leather-io/mono/issues/5734) ([e5615eb](https://github.com/leather-io/mono/commit/e5615eb33d4c76a5fc8a5d6dd5a2ad89dc7a8baf)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/tokens bumped to 0.8.1 | ||
* @leather.io/utils bumped to 0.13.1 | ||
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
* @leather.io/panda-preset bumped to 0.3.7 | ||
|
||
## [1.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.12.0) (2024-08-15) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -72,6 +72,24 @@ | |
* @leather.io/models bumped to 0.11.0 | ||
* @leather.io/rpc bumped to 2.1.2 | ||
|
||
## [0.13.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.13.1) (2024-08-21) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* prevent unnecessary nft requerying ([06603c9](https://github.com/leather-io/mono/commit/06603c91048e1e517bbfaaace8e94edb25fbd751)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.9.1 | ||
* @leather.io/models bumped to 0.12.1 | ||
* @leather.io/rpc bumped to 2.1.5 | ||
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.13.0) (2024-08-15) | ||
|
||
|
||
|
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.13.0", | ||
"version": "0.13.1", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|