-
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
936fa26
commit cc6d619
Showing
23 changed files
with
147 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.35.0", | ||
"packages/bitcoin": "0.13.0", | ||
"packages/constants": "0.11.0", | ||
"apps/mobile": "1.36.0", | ||
"packages/bitcoin": "0.13.1", | ||
"packages/constants": "0.12.0", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.15.0", | ||
"packages/models": "0.16.0", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.3.8", | ||
"packages/query": "2.12.0", | ||
"packages/panda-preset": "0.4.0", | ||
"packages/query": "2.13.0", | ||
"packages/tokens": "0.9.0", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.1.8", | ||
"packages/ui": "1.22.0", | ||
"packages/utils": "0.16.0", | ||
"packages/crypto": "1.6.0", | ||
"packages/stacks": "1.1.3" | ||
"packages/rpc": "2.1.9", | ||
"packages/ui": "1.23.0", | ||
"packages/utils": "0.16.1", | ||
"packages/crypto": "1.6.1", | ||
"packages/stacks": "1.1.4" | ||
} |
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 |
---|---|---|
|
@@ -190,6 +190,29 @@ | |
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.11.3 | ||
|
||
## [1.36.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.36.0) (2024-09-24) | ||
|
||
|
||
### Features | ||
|
||
* settings security, closes leather-io/issues[#304](https://github.com/leather-io/mono/issues/304) ([936fa26](https://github.com/leather-io/mono/commit/936fa2674ad1ae4342ec7aa70290005867816b6b)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.13.1 | ||
* @leather.io/constants bumped to 0.12.0 | ||
* @leather.io/crypto bumped to 1.6.1 | ||
* @leather.io/models bumped to 0.16.0 | ||
* @leather.io/rpc bumped to 2.1.9 | ||
* @leather.io/stacks bumped to 1.1.4 | ||
* @leather.io/ui bumped to 1.23.0 | ||
* @leather.io/utils bumped to 0.16.1 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.13.1 | ||
|
||
## [1.35.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.35.0) (2024-09-20) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -196,6 +196,17 @@ | |
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.7 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.12.0 | ||
* @leather.io/crypto bumped to 1.6.1 | ||
* @leather.io/models bumped to 0.16.0 | ||
* @leather.io/utils bumped to 0.16.1 | ||
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.9 | ||
|
||
## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.13.0) (2024-09-20) | ||
|
||
|
||
|
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.13.0", | ||
"version": "0.13.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 |
---|---|---|
|
@@ -25,6 +25,20 @@ | |
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [0.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.12.0) (2024-09-24) | ||
|
||
|
||
### Features | ||
|
||
* settings security, closes leather-io/issues[#304](https://github.com/leather-io/mono/issues/304) ([936fa26](https://github.com/leather-io/mono/commit/936fa2674ad1ae4342ec7aa70290005867816b6b)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.16.0 | ||
|
||
## [0.11.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.11.0) (2024-09-20) | ||
|
||
|
||
|
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.11.0", | ||
"version": "0.12.0", | ||
"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 |
---|---|---|
|
@@ -36,6 +36,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.15.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.16.1 | ||
|
||
## [1.6.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.6.0) (2024-09-20) | ||
|
||
|
||
|
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.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.16.0) (2024-09-24) | ||
|
||
|
||
### Features | ||
|
||
* settings security, closes leather-io/issues[#304](https://github.com/leather-io/mono/issues/304) ([936fa26](https://github.com/leather-io/mono/commit/936fa2674ad1ae4342ec7aa70290005867816b6b)) | ||
|
||
## [0.15.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.15.0) (2024-09-20) | ||
|
||
|
||
|
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.15.0", | ||
"version": "0.16.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 |
---|---|---|
|
@@ -54,6 +54,13 @@ | |
* devDependencies | ||
* @leather.io/tokens bumped to 0.9.0 | ||
|
||
## [0.4.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.4.0) (2024-09-24) | ||
|
||
|
||
### Features | ||
|
||
* **ui:** approver ([df513b3](https://github.com/leather-io/mono/commit/df513b35a6f6ad3bfc22b458281907a3e46766a8)) | ||
|
||
## [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 |
---|---|---|
|
@@ -149,6 +149,24 @@ | |
* @leather.io/bitcoin bumped to 0.12.1 | ||
* @leather.io/utils bumped to 0.14.0 | ||
|
||
## [2.13.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.13.0) (2024-09-24) | ||
|
||
|
||
### Features | ||
|
||
* cache utxos and stacks balance for 1 week, closes leather-io/issues[#287](https://github.com/leather-io/mono/issues/287) ([fd953c8](https://github.com/leather-io/mono/commit/fd953c8bcc3dda0403a12cbe735eec1cf09229b2)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.13.1 | ||
* @leather.io/constants bumped to 0.12.0 | ||
* @leather.io/models bumped to 0.16.0 | ||
* @leather.io/rpc bumped to 2.1.9 | ||
* @leather.io/utils bumped to 0.16.1 | ||
|
||
## [2.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.12.0) (2024-09-20) | ||
|
||
|
||
|
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.12.0", | ||
"version": "2.13.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 |
---|---|---|
|
@@ -96,6 +96,12 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.14.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.16.0 | ||
|
||
## [2.1.8](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.8) (2024-09-20) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -46,6 +46,14 @@ | |
* @leather.io/models bumped to 0.15.0 | ||
* @leather.io/utils bumped to 0.16.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.6.1 | ||
* @leather.io/models bumped to 0.16.0 | ||
* @leather.io/utils bumped to 0.16.1 | ||
|
||
## [1.1.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.1.0) (2024-09-06) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -103,6 +103,23 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.15.0 | ||
|
||
## [1.23.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.23.0) (2024-09-24) | ||
|
||
|
||
### Features | ||
|
||
* settings security, closes leather-io/issues[#304](https://github.com/leather-io/mono/issues/304) ([936fa26](https://github.com/leather-io/mono/commit/936fa2674ad1ae4342ec7aa70290005867816b6b)) | ||
* **ui:** approver ([df513b3](https://github.com/leather-io/mono/commit/df513b35a6f6ad3bfc22b458281907a3e46766a8)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.16.1 | ||
* devDependencies | ||
* @leather.io/panda-preset bumped to 0.4.0 | ||
|
||
## [1.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.22.0) (2024-09-20) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -85,6 +85,14 @@ | |
* dependencies | ||
* @leather.io/constants bumped to 0.9.2 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.12.0 | ||
* @leather.io/models bumped to 0.16.0 | ||
* @leather.io/rpc bumped to 2.1.9 | ||
|
||
## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.16.0) (2024-09-20) | ||
|
||
|
||
|
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.16.0", | ||
"version": "0.16.1", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|