-
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
3dc1d21
commit ab26689
Showing
23 changed files
with
186 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": "1.51.0", | ||
"packages/analytics": "2.0.0", | ||
"packages/bitcoin": "0.16.3", | ||
"apps/mobile": "1.52.0", | ||
"packages/analytics": "2.0.1", | ||
"packages/bitcoin": "0.16.4", | ||
"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.1", | ||
"packages/query": "2.22.2", | ||
"packages/tokens": "0.12.0", | ||
"packages/panda-preset": "0.5.2", | ||
"packages/query": "2.22.3", | ||
"packages/tokens": "0.12.1", | ||
"packages/tsconfig-config": "0.6.0", | ||
"packages/rpc": "2.1.16", | ||
"packages/ui": "1.35.0", | ||
"packages/utils": "0.18.0", | ||
"packages/crypto": "1.6.10", | ||
"packages/stacks": "1.3.3" | ||
"packages/rpc": "2.1.17", | ||
"packages/ui": "1.36.0", | ||
"packages/utils": "0.19.0", | ||
"packages/crypto": "1.6.11", | ||
"packages/stacks": "1.3.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 |
---|---|---|
|
@@ -232,6 +232,38 @@ | |
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.16.2 | ||
|
||
## [1.52.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.52.0) (2024-11-19) | ||
|
||
|
||
### Features | ||
|
||
* add a setting to disable haptics in the app ([c232939](https://github.com/leather-io/mono/commit/c23293957e3509ff12ba23b5a1530a64ee651b08)) | ||
* add haptics support to Pressable ([9551ed6](https://github.com/leather-io/mono/commit/9551ed6f53f1c92121f31660f5d4dbd1bca3e59b)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* make ItemLayout full-width and match designs ([8bb0059](https://github.com/leather-io/mono/commit/8bb00594a16805d201a37016390bab70de1a5bae)) | ||
* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/analytics bumped to 2.0.1 | ||
* @leather.io/bitcoin bumped to 0.16.4 | ||
* @leather.io/crypto bumped to 1.6.11 | ||
* @leather.io/query bumped to 2.22.3 | ||
* @leather.io/rpc bumped to 2.1.17 | ||
* @leather.io/stacks bumped to 1.3.4 | ||
* @leather.io/tokens bumped to 0.12.1 | ||
* @leather.io/ui bumped to 1.36.0 | ||
* @leather.io/utils bumped to 0.19.0 | ||
* devDependencies | ||
* @leather.io/bitcoin bumped to 0.16.4 | ||
|
||
## [1.51.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v1.51.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 |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# Changelog | ||
|
||
## [2.0.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v2.0.1) (2024-11-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
|
||
## [2.0.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v2.0.0) (2024-11-08) | ||
|
||
|
||
|
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": "2.0.0", | ||
"version": "2.0.1", | ||
"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 |
---|---|---|
|
@@ -277,6 +277,24 @@ | |
* @leather.io/crypto bumped to 1.6.10 | ||
* @leather.io/utils bumped to 0.18.0 | ||
|
||
## [0.16.4](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.16.4) (2024-11-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.6.11 | ||
* @leather.io/utils bumped to 0.19.0 | ||
* devDependencies | ||
* @leather.io/rpc bumped to 2.1.17 | ||
|
||
## [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.3", | ||
"version": "0.16.4", | ||
"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 |
---|---|---|
|
@@ -96,6 +96,21 @@ | |
* dependencies | ||
* @leather.io/utils bumped to 0.18.0 | ||
|
||
## [1.6.11](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.6.11) (2024-11-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/utils bumped to 0.19.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 |
---|---|---|
|
@@ -78,6 +78,12 @@ | |
* devDependencies | ||
* @leather.io/tokens bumped to 0.12.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @leather.io/tokens bumped to 0.12.1 | ||
|
||
## [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 |
---|---|---|
|
@@ -186,6 +186,23 @@ | |
* @leather.io/bitcoin bumped to 0.16.3 | ||
* @leather.io/utils bumped to 0.18.0 | ||
|
||
## [2.22.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.22.3) (2024-11-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/bitcoin bumped to 0.16.4 | ||
* @leather.io/rpc bumped to 2.1.17 | ||
* @leather.io/utils bumped to 0.19.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.2", | ||
"version": "2.22.3", | ||
"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 |
---|---|---|
|
@@ -138,6 +138,14 @@ | |
* dependencies | ||
* @leather.io/models bumped to 0.19.1 | ||
|
||
## [2.1.17](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.17) (2024-11-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
|
||
## [2.1.14](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.1.14) (2024-10-30) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -117,6 +117,13 @@ | |
* @leather.io/crypto bumped to 1.6.10 | ||
* @leather.io/utils bumped to 0.18.0 | ||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/crypto bumped to 1.6.11 | ||
* @leather.io/utils bumped to 0.19.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.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.12.1) (2024-11-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* make ItemLayout full-width and match designs ([8bb0059](https://github.com/leather-io/mono/commit/8bb00594a16805d201a37016390bab70de1a5bae)) | ||
|
||
## [0.12.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.12.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.12.0", | ||
"version": "0.12.1", | ||
"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,31 @@ | |
* devDependencies | ||
* @leather.io/models bumped to 0.19.1 | ||
|
||
## [1.36.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.36.0) (2024-11-19) | ||
|
||
|
||
### Features | ||
|
||
* add a setting to disable haptics in the app ([c232939](https://github.com/leather-io/mono/commit/c23293957e3509ff12ba23b5a1530a64ee651b08)) | ||
* add haptics support to Pressable ([9551ed6](https://github.com/leather-io/mono/commit/9551ed6f53f1c92121f31660f5d4dbd1bca3e59b)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* make ItemLayout full-width and match designs ([8bb0059](https://github.com/leather-io/mono/commit/8bb00594a16805d201a37016390bab70de1a5bae)) | ||
* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/tokens bumped to 0.12.1 | ||
* @leather.io/utils bumped to 0.19.0 | ||
* devDependencies | ||
* @leather.io/panda-preset bumped to 0.5.2 | ||
|
||
## [1.35.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.35.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,27 @@ | |
* @leather.io/models bumped to 0.19.1 | ||
* @leather.io/rpc bumped to 2.1.16 | ||
|
||
## [0.19.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.19.0) (2024-11-19) | ||
|
||
|
||
### Features | ||
|
||
* add a setting to disable haptics in the app ([c232939](https://github.com/leather-io/mono/commit/c23293957e3509ff12ba23b5a1530a64ee651b08)) | ||
* add haptics support to Pressable ([9551ed6](https://github.com/leather-io/mono/commit/9551ed6f53f1c92121f31660f5d4dbd1bca3e59b)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update dependencies ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
* upgrade pnpm to version 9.13.2 ([10b876f](https://github.com/leather-io/mono/commit/10b876f0fdb1ebcb49eb02add0b8d42a6e0aeae6)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @leather.io/rpc bumped to 2.1.17 | ||
|
||
## [0.18.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.18.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/utils", | ||
"author": "Leather.io [email protected]", | ||
"description": "Shared bitcoin utilities", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", | ||
"repository": { | ||
|