-
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
ee6a769
commit 854d84e
Showing
5 changed files
with
18 additions
and
4 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
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 |
---|---|---|
|
@@ -202,6 +202,13 @@ | |
* dependencies | ||
* @leather.io/ui bumped to 1.27.1 | ||
|
||
## [1.41.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.41.1) (2024-10-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* secure store biometrics ([f7fbef1](https://github.com/leather-io/mono/commit/f7fbef1a8f039b96b276888f008f0b2333472422)) | ||
|
||
## [1.41.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.41.0) (2024-10-11) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -159,6 +159,13 @@ | |
* @leather.io/rpc bumped to 2.1.10 | ||
* @leather.io/utils bumped to 0.16.2 | ||
|
||
## [2.14.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.14.1) (2024-10-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* tokens enabled config hook type ([ee6a769](https://github.com/leather-io/mono/commit/ee6a769ec4f7a89b018b39c957f2113129498e00)) | ||
|
||
## [2.14.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.14.0) (2024-10-11) | ||
|
||
|
||
|
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.14.0", | ||
"version": "2.14.1", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query", | ||
"repository": { | ||
|