-
Notifications
You must be signed in to change notification settings - Fork 6
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
83caa84
commit af7f990
Showing
17 changed files
with
97 additions
and
16 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": "2.0.3", | ||
"apps/mobile": "2.0.4", | ||
"packages/analytics": "3.0.0", | ||
"packages/bitcoin": "0.19.0", | ||
"packages/constants": "0.14.0", | ||
"packages/bitcoin": "0.19.1", | ||
"packages/constants": "0.14.1", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.24.0", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.6.0", | ||
"packages/query": "2.26.1", | ||
"packages/query": "2.26.2", | ||
"packages/tokens": "0.12.1", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.1.22", | ||
"packages/ui": "1.41.0", | ||
"packages/utils": "0.21.1", | ||
"packages/crypto": "1.6.17", | ||
"packages/stacks": "1.5.2" | ||
"packages/ui": "1.41.1", | ||
"packages/utils": "0.21.2", | ||
"packages/crypto": "1.6.18", | ||
"packages/stacks": "1.5.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 |
---|---|---|
|
@@ -277,6 +277,29 @@ | |
* dependencies | ||
* @leather.io/ui bumped to 1.41.0 | ||
|
||
## [2.0.4](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.0.4) (2024-12-09) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add support links and text updates, ref #LEA-1835 ([8103cac](https://github.com/leather-io/mono/commit/8103cac687c2df10a8df81d511c43e38bb11c92b)) | ||
* only show support links if they go somewhere, ref #LEA-1835 ([83caa84](https://github.com/leather-io/mono/commit/83caa84a7f247c4438719e6cd3625b200ab203fd)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.19.1 | ||
* @leather.io/constants bumped to 0.14.1 | ||
* @leather.io/crypto bumped to 1.6.18 | ||
* @leather.io/query bumped to 2.26.2 | ||
* @leather.io/stacks bumped to 1.5.3 | ||
* @leather.io/ui bumped to 1.41.1 | ||
* @leather.io/utils bumped to 0.21.2 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.19.1 | ||
|
||
## [2.0.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.0.2) (2024-12-09) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -321,6 +321,14 @@ | |
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.22 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.14.1 | ||
* @leather.io/crypto bumped to 1.6.18 | ||
* @leather.io/utils bumped to 0.21.2 | ||
|
||
## [0.19.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.19.0) (2024-12-04) | ||
|
||
|
||
|
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.19.0", | ||
"version": "0.19.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 |
---|---|---|
|
@@ -91,6 +91,14 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.24.0 | ||
|
||
## [0.14.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.14.1) (2024-12-09) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add support links and text updates, ref #LEA-1835 ([8103cac](https://github.com/leather-io/mono/commit/8103cac687c2df10a8df81d511c43e38bb11c92b)) | ||
* only show support links if they go somewhere, ref #LEA-1835 ([83caa84](https://github.com/leather-io/mono/commit/83caa84a7f247c4438719e6cd3625b200ab203fd)) | ||
|
||
## [0.14.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.14.0) (2024-12-04) | ||
|
||
|
||
|
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.14.0", | ||
"version": "0.14.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 |
---|---|---|
|
@@ -132,6 +132,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.21.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.21.2 | ||
|
||
## [1.6.11](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.6.11) (2024-11-19) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -206,6 +206,14 @@ | |
* @leather.io/rpc bumped to 2.1.20 | ||
* @leather.io/utils bumped to 0.20.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.19.1 | ||
* @leather.io/constants bumped to 0.14.1 | ||
* @leather.io/utils bumped to 0.21.2 | ||
|
||
## [2.26.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.26.1) (2024-12-04) | ||
|
||
|
||
|
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.26.1", | ||
"version": "2.26.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 |
---|---|---|
|
@@ -157,6 +157,14 @@ | |
* @leather.io/crypto bumped to 1.6.17 | ||
* @leather.io/utils bumped to 0.21.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.14.1 | ||
* @leather.io/crypto bumped to 1.6.18 | ||
* @leather.io/utils bumped to 0.21.2 | ||
|
||
## [1.5.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.5.0) (2024-11-29) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -167,6 +167,20 @@ | |
* devDependencies | ||
* @leather.io/models bumped to 0.24.0 | ||
|
||
## [1.41.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.41.1) (2024-12-09) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* only show support links if they go somewhere, ref #LEA-1835 ([83caa84](https://github.com/leather-io/mono/commit/83caa84a7f247c4438719e6cd3625b200ab203fd)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.21.2 | ||
|
||
## [1.41.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.41.0) (2024-12-09) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -169,6 +169,12 @@ | |
* dependencies | ||
* @leather.io/constants bumped to 0.14.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.14.1 | ||
|
||
## [0.21.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.21.0) (2024-12-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/utils", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared bitcoin utilities", | ||
"version": "0.21.1", | ||
"version": "0.21.2", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|