-
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
2bc1989
commit 65c3770
Showing
23 changed files
with
136 additions
and
22 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.24.1", | ||
"packages/bitcoin": "0.11.1", | ||
"apps/mobile": "1.25.0", | ||
"packages/bitcoin": "0.11.2", | ||
"packages/constants": "0.9.1", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.12.1", | ||
"packages/models": "0.13.0", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.3.7", | ||
"packages/query": "2.6.1", | ||
"packages/tokens": "0.8.1", | ||
"packages/panda-preset": "0.3.8", | ||
"packages/query": "2.7.0", | ||
"packages/tokens": "0.9.0", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.1.5", | ||
"packages/ui": "1.13.1", | ||
"packages/utils": "0.13.1", | ||
"packages/crypto": "1.4.1", | ||
"packages/stacks": "1.0.1" | ||
"packages/rpc": "2.1.6", | ||
"packages/ui": "1.14.0", | ||
"packages/utils": "0.13.2", | ||
"packages/crypto": "1.4.2", | ||
"packages/stacks": "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 |
---|---|---|
|
@@ -159,6 +159,29 @@ | |
* dependencies | ||
* @leather.io/stacks bumped to 1.0.0 | ||
|
||
## [1.25.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.25.0) (2024-08-23) | ||
|
||
|
||
### Features | ||
|
||
* web svg icons ([2bc1989](https://github.com/leather-io/mono/commit/2bc1989c2f46e09c61740136c41b9baf48c49def)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.11.2 | ||
* @leather.io/crypto bumped to 1.4.2 | ||
* @leather.io/models bumped to 0.13.0 | ||
* @leather.io/rpc bumped to 2.1.6 | ||
* @leather.io/stacks bumped to 1.0.2 | ||
* @leather.io/tokens bumped to 0.9.0 | ||
* @leather.io/ui bumped to 1.14.0 | ||
* @leather.io/utils bumped to 0.13.2 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.11.2 | ||
|
||
## [1.24.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.24.1) (2024-08-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 |
---|---|---|
|
@@ -168,6 +168,16 @@ | |
* @leather.io/eslint-config bumped to 0.7.0 | ||
* @leather.io/rpc bumped to 2.1.5 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.4.2 | ||
* @leather.io/models bumped to 0.13.0 | ||
* @leather.io/utils bumped to 0.13.2 | ||
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.6 | ||
|
||
## [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.1", | ||
"version": "0.11.2", | ||
"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 |
---|---|---|
|
@@ -12,6 +12,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.13.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.13.2 | ||
|
||
## [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 |
---|---|---|
|
@@ -24,6 +24,13 @@ | |
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.13.0) (2024-08-23) | ||
|
||
|
||
### Features | ||
|
||
* add hiro extended url ([fd2eaab](https://github.com/leather-io/mono/commit/fd2eaab07ccdba682b10ef7cd3c5ebd9722bf1e9)) | ||
|
||
## [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.1", | ||
"version": "0.13.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 |
---|---|---|
|
@@ -48,6 +48,12 @@ | |
* devDependencies | ||
* @leather.io/tokens bumped to 0.8.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @leather.io/tokens bumped to 0.9.0 | ||
|
||
## [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,23 @@ | |
* @leather.io/bitcoin bumped to 0.10.3 | ||
* @leather.io/utils bumped to 0.12.0 | ||
|
||
## [2.7.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.7.0) (2024-08-23) | ||
|
||
|
||
### Features | ||
|
||
* prevent ft tokens unnecessary requerying, closes leather-io/extension[#5755](https://github.com/leather-io/mono/issues/5755) ([97e13cf](https://github.com/leather-io/mono/commit/97e13cf73c2c553539dbde464d4ce9587e32acf9)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.11.2 | ||
* @leather.io/models bumped to 0.13.0 | ||
* @leather.io/rpc bumped to 2.1.6 | ||
* @leather.io/utils bumped to 0.13.2 | ||
|
||
## [2.6.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.6.1) (2024-08-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/query", | ||
"author": "Leather.io [email protected]", | ||
"description": "Leather query", | ||
"version": "2.6.1", | ||
"version": "2.7.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 |
---|---|---|
|
@@ -84,6 +84,12 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.12.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.13.0 | ||
|
||
## [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 |
---|---|---|
|
@@ -24,6 +24,13 @@ | |
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [0.9.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.9.0) (2024-08-23) | ||
|
||
|
||
### Features | ||
|
||
* web svg icons ([2bc1989](https://github.com/leather-io/mono/commit/2bc1989c2f46e09c61740136c41b9baf48c49def)) | ||
|
||
## [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.1", | ||
"version": "0.9.0", | ||
"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,23 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.12.0 | ||
|
||
## [1.14.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.14.0) (2024-08-23) | ||
|
||
|
||
### Features | ||
|
||
* web svg icons ([2bc1989](https://github.com/leather-io/mono/commit/2bc1989c2f46e09c61740136c41b9baf48c49def)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/tokens bumped to 0.9.0 | ||
* @leather.io/utils bumped to 0.13.2 | ||
* devDependencies | ||
* @leather.io/panda-preset bumped to 0.3.8 | ||
|
||
## [1.13.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.13.1) (2024-08-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 |
---|---|---|
|
@@ -72,6 +72,13 @@ | |
* @leather.io/models bumped to 0.11.0 | ||
* @leather.io/rpc bumped to 2.1.2 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.13.0 | ||
* @leather.io/rpc bumped to 2.1.6 | ||
|
||
## [0.13.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.13.1) (2024-08-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.13.1", | ||
"version": "0.13.2", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|