Skip to content

Commit 14ff263

Browse files
leather-botedgarkhanzadian
authored andcommitted
chore: release dev
Signed-off-by: leather-bot <[email protected]>
1 parent 1940991 commit 14ff263

30 files changed

+677
-29
lines changed

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"apps/mobile": "2.50.0",
3-
"packages/analytics": "3.7.1",
4-
"packages/bitcoin": "0.26.10",
5-
"packages/constants": "0.21.1",
2+
"apps/mobile": "2.51.0",
3+
"packages/analytics": "3.8.0",
4+
"packages/bitcoin": "0.27.0",
5+
"packages/constants": "0.22.0",
66
"packages/eslint-config": "0.10.0",
7-
"packages/models": "0.35.0",
7+
"packages/models": "0.36.0",
88
"packages/prettier-config": "0.6.1",
99
"packages/panda-preset": "0.12.6",
10-
"packages/query": "2.37.10",
10+
"packages/query": "2.38.0",
1111
"packages/tokens": "0.18.0",
1212
"packages/tsconfig-config": "0.8.0",
13-
"packages/rpc": "2.16.6",
14-
"packages/ui": "1.68.9",
15-
"packages/utils": "0.36.0",
16-
"packages/crypto": "1.7.7",
17-
"packages/stacks": "1.10.11",
18-
"packages/services": "1.15.0",
19-
"packages/provider": "1.2.21",
20-
"packages/sdk": "1.2.15"
13+
"packages/rpc": "2.17.0",
14+
"packages/ui": "1.69.0",
15+
"packages/utils": "0.37.0",
16+
"packages/crypto": "1.8.0",
17+
"packages/stacks": "1.11.0",
18+
"packages/services": "1.16.0",
19+
"packages/provider": "1.3.0",
20+
"packages/sdk": "1.3.0"
2121
}

apps/mobile/CHANGELOG.md

Lines changed: 247 additions & 0 deletions
Large diffs are not rendered by default.

apps/mobile/app.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default () => {
4040
name: 'Leather',
4141
owner: 'leather-wallet',
4242
slug: 'leather-wallet-mobile',
43-
version: '2.50.0', // x-release-please-version
43+
version: '2.51.0', // x-release-please-version
4444
runtimeVersion: {
4545
policy: 'fingerprint',
4646
},

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leather.io/mobile",
3-
"version": "2.50.0",
3+
"version": "2.51.0",
44
"type": "module",
55
"scripts": {
66
"1password:env:dev": "op read \"op://leather-cli/env-content/dev\" > .env",

packages/analytics/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,33 @@
7878
* devDependencies
7979
* @leather.io/models bumped to 0.33.0
8080

81+
## [3.8.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v3.8.0) (2025-06-07)
82+
83+
84+
### Features
85+
86+
* add new tracking events for pooled/liquid stacking ([178c833](https://github.com/leather-io/mono/commit/178c83368688d1f98135d765bc260830edf016e0))
87+
* ensure platform defaults correctly set on mobile ([6956699](https://github.com/leather-io/mono/commit/69566995267061d4661e6094c04d21b9a732deaf))
88+
* expo sdk 53 ([476c547](https://github.com/leather-io/mono/commit/476c5476b73b03d8e008d9ed04594aa53d7bd97e))
89+
* **mobile:** add analytics tracking to Receive flow ([91ca7a6](https://github.com/leather-io/mono/commit/91ca7a6c103adf2a4591e920e5df18d5fc8598d1))
90+
* **mobile:** add analytics tracking to Send flow ([ab31acf](https://github.com/leather-io/mono/commit/ab31acf47a9b590bf26abb956218ea4ec853ff27))
91+
92+
93+
### Bug Fixes
94+
95+
* fix function signature ([59500e2](https://github.com/leather-io/mono/commit/59500e258a50a5b7f9efe8ee7712cf5e9588fe50))
96+
* **mobile:** add quote_currency to analytics, ref ENG-109 ([ea6a8e0](https://github.com/leather-io/mono/commit/ea6a8e0dbdc03ae37987526ced899310b17ed420))
97+
* **mobile:** rollback change to fiatCurrencyPreference in state, ref ENG-109 ([fb4c519](https://github.com/leather-io/mono/commit/fb4c5192d9c81f404ce9d500ffd75462abb1b2a0))
98+
* spreading was indexing on 0 ([aa6dc29](https://github.com/leather-io/mono/commit/aa6dc2946f679f9a35cdb37d7e4d912c16e5e6dd))
99+
* tx request analytics event ([33f1bd0](https://github.com/leather-io/mono/commit/33f1bd0e4106e89c6b8dcd849bf33768a2b18a04))
100+
101+
102+
### Dependencies
103+
104+
* The following workspace dependencies were updated
105+
* devDependencies
106+
* @leather.io/models bumped to 0.36.0
107+
81108
## [3.7.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v3.7.1) (2025-06-06)
82109

83110

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leather.io/analytics",
33
"author": "Leather.io [email protected]",
44
"description": "Analytics package for Leather using Segment",
5-
"version": "3.7.1",
5+
"version": "3.8.0",
66
"license": "MIT",
77
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
88
"repository": {

packages/bitcoin/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,37 @@
787787
* devDependencies
788788
* @leather.io/rpc bumped to 2.16.6
789789

790+
## [0.27.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.27.0) (2025-06-07)
791+
792+
793+
### Features
794+
795+
* collectibles service ([5a1cd63](https://github.com/leather-io/mono/commit/5a1cd635dca5c34cfa1baff4185296dcc440288a))
796+
* expo sdk 53 ([476c547](https://github.com/leather-io/mono/commit/476c5476b73b03d8e008d9ed04594aa53d7bd97e))
797+
* integrate collectibles, ref LEA-1426 ([8639772](https://github.com/leather-io/mono/commit/86397724e64ed7f29ac610761e0f87684b5db8f8))
798+
* **mobile:** add QR scanning to Send ([fb4c703](https://github.com/leather-io/mono/commit/fb4c703af9c8394e3fae45a5e04ef5716d240b1f))
799+
* sign message ([e5617b5](https://github.com/leather-io/mono/commit/e5617b529d3e7ce2ff5e10734e52e05e63c9a385))
800+
* **web:** auth button styling ([495dda3](https://github.com/leather-io/mono/commit/495dda37d993cf1688707f0474cb94e1b9cfbef8))
801+
* **web:** basic connect functionality ([6ded9eb](https://github.com/leather-io/mono/commit/6ded9eb307062e2181180f415f78d974d5235902))
802+
803+
804+
### Bug Fixes
805+
806+
* **mobile:** disable external psbt fee editing, closes LEA-2679 ([eaf6a15](https://github.com/leather-io/mono/commit/eaf6a15669167244e5aab8a7d748266e6f4b72aa))
807+
* remove redundant checks from address validation ([7da51a1](https://github.com/leather-io/mono/commit/7da51a18a7136d26738fd9b43a5d3eb2d3a4a723))
808+
809+
810+
### Dependencies
811+
812+
* The following workspace dependencies were updated
813+
* dependencies
814+
* @leather.io/constants bumped to 0.22.0
815+
* @leather.io/crypto bumped to 1.8.0
816+
* @leather.io/models bumped to 0.36.0
817+
* @leather.io/utils bumped to 0.37.0
818+
* devDependencies
819+
* @leather.io/rpc bumped to 2.17.0
820+
790821
## [0.26.9](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.26.9) (2025-06-04)
791822

792823

packages/bitcoin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leather.io/bitcoin",
33
"author": "Leather.io [email protected]",
44
"description": "Shared bitcoin utilities",
5-
"version": "0.26.10",
5+
"version": "0.27.0",
66
"license": "MIT",
77
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
88
"repository": {

packages/constants/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,31 @@
177177
* dependencies
178178
* @leather.io/models bumped to 0.35.0
179179

180+
## [0.22.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.22.0) (2025-06-07)
181+
182+
183+
### Features
184+
185+
* expo sdk 53 ([476c547](https://github.com/leather-io/mono/commit/476c5476b73b03d8e008d9ed04594aa53d7bd97e))
186+
* integrate leather api types into client ([c6ea29b](https://github.com/leather-io/mono/commit/c6ea29b3bc472f7fdfe9d5ab2880bbffa6a68cf4))
187+
* support btc in conversion unit ([3cf019a](https://github.com/leather-io/mono/commit/3cf019a17c4e6a9497cccbe646614fa2e8868c5e))
188+
* **web:** table improvements ([e625b84](https://github.com/leather-io/mono/commit/e625b847f2e1cf46a93a0e046bb8c55b73ed5d34))
189+
190+
191+
### Bug Fixes
192+
193+
* linking to browser instead of safari ([34e9ff2](https://github.com/leather-io/mono/commit/34e9ff22b0a0522d5b1dc2729a5eb34b868d58bc))
194+
* **mobile:** replace create wallet animations ([11a100e](https://github.com/leather-io/mono/commit/11a100ee76a4855912fb10d4a0f45a9a39c6eb51))
195+
* **mobile:** swap out stickers, LEA-2592 ([fe41b78](https://github.com/leather-io/mono/commit/fe41b786e64062871ecad447e74072e57bb299da))
196+
* update browser suggested tab ([7226bb0](https://github.com/leather-io/mono/commit/7226bb071c6bd3e7a4aa9858920e4d4b2955157a))
197+
198+
199+
### Dependencies
200+
201+
* The following workspace dependencies were updated
202+
* dependencies
203+
* @leather.io/models bumped to 0.36.0
204+
180205
## [0.21.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.21.0) (2025-06-03)
181206

182207

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leather.io/constants",
33
"author": "Leather.io [email protected]",
44
"description": "Shared bitcoin utilities",
5-
"version": "0.21.1",
5+
"version": "0.22.0",
66
"license": "MIT",
77
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/constants",
88
"repository": {

0 commit comments

Comments
 (0)