-
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
7404ae6
commit 6b5f8b4
Showing
23 changed files
with
124 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,18 +1,18 @@ | ||
{ | ||
"apps/mobile": "2.2.10", | ||
"packages/analytics": "3.0.3", | ||
"packages/bitcoin": "0.19.7", | ||
"packages/constants": "0.15.1", | ||
"apps/mobile": "2.2.11", | ||
"packages/analytics": "3.0.4", | ||
"packages/bitcoin": "0.19.8", | ||
"packages/constants": "0.15.2", | ||
"packages/eslint-config": "0.7.0", | ||
"packages/models": "0.24.1", | ||
"packages/models": "0.24.2", | ||
"packages/prettier-config": "0.6.0", | ||
"packages/panda-preset": "0.8.0", | ||
"packages/query": "2.26.8", | ||
"packages/query": "2.26.9", | ||
"packages/tokens": "0.12.1", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.4.0", | ||
"packages/ui": "1.44.5", | ||
"packages/utils": "0.22.4", | ||
"packages/crypto": "1.6.24", | ||
"packages/stacks": "1.5.9" | ||
"packages/rpc": "2.4.1", | ||
"packages/ui": "1.44.6", | ||
"packages/utils": "0.22.5", | ||
"packages/crypto": "1.6.25", | ||
"packages/stacks": "1.5.10" | ||
} |
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 |
---|---|---|
|
@@ -357,6 +357,23 @@ | |
* dependencies | ||
* @leather.io/ui bumped to 1.44.4 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/analytics bumped to 3.0.4 | ||
* @leather.io/bitcoin bumped to 0.19.8 | ||
* @leather.io/constants bumped to 0.15.2 | ||
* @leather.io/crypto bumped to 1.6.25 | ||
* @leather.io/models bumped to 0.24.2 | ||
* @leather.io/query bumped to 2.26.9 | ||
* @leather.io/rpc bumped to 2.4.1 | ||
* @leather.io/stacks bumped to 1.5.10 | ||
* @leather.io/ui bumped to 1.44.6 | ||
* @leather.io/utils bumped to 0.22.5 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.19.8 | ||
|
||
## [2.2.10](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.2.10) (2024-12-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 |
---|---|---|
|
@@ -6,6 +6,12 @@ | |
* devDependencies | ||
* @leather.io/models bumped to 0.24.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @leather.io/models bumped to 0.24.2 | ||
|
||
## [3.0.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@leather.io/analytics", | ||
"author": "Leather.io [email protected]", | ||
"description": "Analytics package for Leather using Segment", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics", | ||
"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 |
---|---|---|
|
@@ -371,6 +371,17 @@ | |
* devDependencies | ||
* @leather.io/rpc bumped to 2.4.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.15.2 | ||
* @leather.io/crypto bumped to 1.6.25 | ||
* @leather.io/models bumped to 0.24.2 | ||
* @leather.io/utils bumped to 0.22.5 | ||
* devDependencies | ||
* @leather.io/rpc bumped to 2.4.1 | ||
|
||
## [0.19.6](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.19.6) (2024-12-13) | ||
|
||
|
||
|
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.7", | ||
"version": "0.19.8", | ||
"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 |
---|---|---|
|
@@ -97,6 +97,12 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.24.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.24.2 | ||
|
||
## [0.15.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.15.0) (2024-12-12) | ||
|
||
|
||
|
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.15.1", | ||
"version": "0.15.2", | ||
"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 |
---|---|---|
|
@@ -174,6 +174,12 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.22.4 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.22.5 | ||
|
||
## [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 |
---|---|---|
|
@@ -24,6 +24,13 @@ | |
* devDependencies | ||
* @leather.io/eslint-config bumped to 0.7.0 | ||
|
||
## [0.24.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.24.2) (2024-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add src20 image types, ref leather-io/mono[#724](https://github.com/leather-io/mono/issues/724) ([7404ae6](https://github.com/leather-io/mono/commit/7404ae643d0495703e9b1699e302a968a4afeee0)) | ||
|
||
## [0.24.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.24.1) (2024-12-13) | ||
|
||
|
||
|
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.24.1", | ||
"version": "0.24.2", | ||
"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 |
---|---|---|
|
@@ -255,6 +255,24 @@ | |
* @leather.io/rpc bumped to 2.4.0 | ||
* @leather.io/utils bumped to 0.22.4 | ||
|
||
## [2.26.9](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.26.9) (2024-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add src20 image types, ref leather-io/mono[#724](https://github.com/leather-io/mono/issues/724) ([7404ae6](https://github.com/leather-io/mono/commit/7404ae643d0495703e9b1699e302a968a4afeee0)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.19.8 | ||
* @leather.io/constants bumped to 0.15.2 | ||
* @leather.io/models bumped to 0.24.2 | ||
* @leather.io/rpc bumped to 2.4.1 | ||
* @leather.io/utils bumped to 0.22.5 | ||
|
||
## [2.26.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.26.5) (2024-12-12) | ||
|
||
|
||
|
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.8", | ||
"version": "2.26.9", | ||
"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 |
---|---|---|
|
@@ -174,6 +174,12 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.24.1 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/models bumped to 0.24.2 | ||
|
||
## [2.4.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.4.0) (2024-12-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
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 |
---|---|---|
|
@@ -210,6 +210,15 @@ | |
* @leather.io/crypto bumped to 1.6.24 | ||
* @leather.io/utils bumped to 0.22.4 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.15.2 | ||
* @leather.io/crypto bumped to 1.6.25 | ||
* @leather.io/models bumped to 0.24.2 | ||
* @leather.io/utils bumped to 0.22.5 | ||
|
||
## [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 |
---|---|---|
|
@@ -197,6 +197,14 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.22.4 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.22.5 | ||
* devDependencies | ||
* @leather.io/models bumped to 0.24.2 | ||
|
||
## [1.44.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.44.5) (2024-12-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 |
---|---|---|
|
@@ -201,6 +201,14 @@ | |
* dependencies | ||
* @leather.io/rpc bumped to 2.4.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/constants bumped to 0.15.2 | ||
* @leather.io/models bumped to 0.24.2 | ||
* @leather.io/rpc bumped to 2.4.1 | ||
|
||
## [0.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.22.0) (2024-12-10) | ||
|
||
|
||
|
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.22.4", | ||
"version": "0.22.5", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|