-
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
314a880
commit a8c0c84
Showing
19 changed files
with
104 additions
and
18 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,18 +1,18 @@ | ||
{ | ||
"apps/mobile": "1.50.1", | ||
"apps/mobile": "1.51.0", | ||
"packages/analytics": "2.0.0", | ||
"packages/bitcoin": "0.16.2", | ||
"packages/bitcoin": "0.16.3", | ||
"packages/constants": "0.13.2", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.19.1", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.5.0", | ||
"packages/query": "2.22.1", | ||
"packages/tokens": "0.11.0", | ||
"packages/panda-preset": "0.5.1", | ||
"packages/query": "2.22.2", | ||
"packages/tokens": "0.12.0", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.1.16", | ||
"packages/ui": "1.34.1", | ||
"packages/utils": "0.17.1", | ||
"packages/crypto": "1.6.9", | ||
"packages/stacks": "1.3.2" | ||
"packages/ui": "1.35.0", | ||
"packages/utils": "0.18.0", | ||
"packages/crypto": "1.6.10", | ||
"packages/stacks": "1.3.3" | ||
} |
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 |
---|---|---|
|
@@ -232,6 +232,28 @@ | |
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.16.2 | ||
|
||
## [1.51.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.51.0) (2024-11-15) | ||
|
||
|
||
### Features | ||
|
||
* approver ux ui ([ac5231b](https://github.com/leather-io/mono/commit/ac5231b15c5df3d1067c0ae7f15ac201d412dc72)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.16.3 | ||
* @leather.io/crypto bumped to 1.6.10 | ||
* @leather.io/query bumped to 2.22.2 | ||
* @leather.io/stacks bumped to 1.3.3 | ||
* @leather.io/tokens bumped to 0.12.0 | ||
* @leather.io/ui bumped to 1.35.0 | ||
* @leather.io/utils bumped to 0.18.0 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.16.3 | ||
|
||
## [1.50.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.50.0) (2024-11-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 |
---|---|---|
|
@@ -270,6 +270,13 @@ | |
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.16 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.6.10 | ||
* @leather.io/utils bumped to 0.18.0 | ||
|
||
## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.16.0) (2024-11-05) | ||
|
||
|
||
|
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.16.2", | ||
"version": "0.16.3", | ||
"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 |
---|---|---|
|
@@ -90,6 +90,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.17.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.18.0 | ||
|
||
## [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 |
---|---|---|
|
@@ -72,6 +72,12 @@ | |
* devDependencies | ||
* @leather.io/tokens bumped to 0.10.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @leather.io/tokens bumped to 0.12.0 | ||
|
||
## [0.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.5.0) (2024-11-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 |
---|---|---|
|
@@ -179,6 +179,13 @@ | |
* @leather.io/rpc bumped to 2.1.16 | ||
* @leather.io/utils bumped to 0.17.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.16.3 | ||
* @leather.io/utils bumped to 0.18.0 | ||
|
||
## [2.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.22.0) (2024-11-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/query", | ||
"author": "Leather.io [email protected]", | ||
"description": "Leather query", | ||
"version": "2.22.1", | ||
"version": "2.22.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 |
---|---|---|
|
@@ -110,6 +110,13 @@ | |
* @leather.io/models bumped to 0.19.1 | ||
* @leather.io/utils bumped to 0.17.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.6.10 | ||
* @leather.io/utils bumped to 0.18.0 | ||
|
||
## [1.3.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.3.0) (2024-11-05) | ||
|
||
|
||
|
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.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.12.0) (2024-11-15) | ||
|
||
|
||
### Features | ||
|
||
* approver ux ui ([ac5231b](https://github.com/leather-io/mono/commit/ac5231b15c5df3d1067c0ae7f15ac201d412dc72)) | ||
|
||
## [0.11.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.11.0) (2024-11-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.11.0", | ||
"version": "0.12.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 |
---|---|---|
|
@@ -135,6 +135,23 @@ | |
* devDependencies | ||
* @leather.io/models bumped to 0.19.1 | ||
|
||
## [1.35.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.35.0) (2024-11-15) | ||
|
||
|
||
### Features | ||
|
||
* approver ux ui ([ac5231b](https://github.com/leather-io/mono/commit/ac5231b15c5df3d1067c0ae7f15ac201d412dc72)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/tokens bumped to 0.12.0 | ||
* @leather.io/utils bumped to 0.18.0 | ||
* devDependencies | ||
* @leather.io/panda-preset bumped to 0.5.1 | ||
|
||
## [1.34.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.34.0) (2024-11-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 |
---|---|---|
|
@@ -139,6 +139,13 @@ | |
* @leather.io/models bumped to 0.19.1 | ||
* @leather.io/rpc bumped to 2.1.16 | ||
|
||
## [0.18.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.18.0) (2024-11-15) | ||
|
||
|
||
### Features | ||
|
||
* approver ux ui ([ac5231b](https://github.com/leather-io/mono/commit/ac5231b15c5df3d1067c0ae7f15ac201d412dc72)) | ||
|
||
## [0.17.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.17.0) (2024-11-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
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.17.1", | ||
"version": "0.18.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|