Skip to content

Commit 4a81586

Browse files
committed
chore: release dev
Signed-off-by: leather-bot <[email protected]>
1 parent 54e3da9 commit 4a81586

File tree

8 files changed

+47
-7
lines changed

8 files changed

+47
-7
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/mobile": "2.55.1",
2+
"apps/mobile": "2.56.0",
33
"packages/analytics": "3.8.1",
44
"packages/bitcoin": "0.27.0",
55
"packages/constants": "0.22.0",
@@ -11,11 +11,11 @@
1111
"packages/tokens": "0.18.0",
1212
"packages/tsconfig-config": "0.8.0",
1313
"packages/rpc": "2.17.0",
14-
"packages/ui": "1.72.3",
14+
"packages/ui": "1.73.0",
1515
"packages/utils": "0.37.0",
1616
"packages/crypto": "1.8.0",
1717
"packages/stacks": "1.11.0",
18-
"packages/services": "1.20.0",
18+
"packages/services": "1.21.0",
1919
"packages/provider": "1.3.0",
2020
"packages/sdk": "1.3.0"
2121
}

apps/mobile/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,29 @@
719719
* dependencies
720720
* @leather.io/ui bumped to 1.72.2
721721

722+
## [2.56.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.56.0) (2025-07-11)
723+
724+
725+
### Features
726+
727+
* adds locale to token description service call ([ef239e8](https://github.com/leather-io/mono/commit/ef239e86f05ea734ad76f0847bb8600a4d86ca1b))
728+
* **mobile:** add requester info to approval flows ([0d06c71](https://github.com/leather-io/mono/commit/0d06c71b21ff816836f4f2e0727c139dda968966))
729+
* **mobile:** redesign approver ([fcafb18](https://github.com/leather-io/mono/commit/fcafb187e46c403421bafb3c1630d53719e50482))
730+
731+
732+
### Bug Fixes
733+
734+
* use favicon for app icon ([54e3da9](https://github.com/leather-io/mono/commit/54e3da9a0121d8df4a94d2d33c35e164e812b402))
735+
* use text search ([4546d6d](https://github.com/leather-io/mono/commit/4546d6d9a3498a58ca778d5bbc439309c838a0da))
736+
737+
738+
### Dependencies
739+
740+
* The following workspace dependencies were updated
741+
* dependencies
742+
* @leather.io/services bumped to 1.21.0
743+
* @leather.io/ui bumped to 1.73.0
744+
722745
## [2.55.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.55.1) (2025-07-10)
723746

724747

apps/mobile/app.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default () => {
5353
name: 'Leather',
5454
owner: 'leather-wallet',
5555
slug: 'leather-wallet-mobile',
56-
version: '2.55.1', // x-release-please-version
56+
version: '2.56.0', // x-release-please-version
5757
runtimeVersion: {
5858
policy: 'fingerprint',
5959
},

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.55.1",
3+
"version": "2.56.0",
44
"type": "module",
55
"scripts": {
66
"1password:env:dev": "op read \"op://leather-cli/env-content/dev\" > .env",

packages/services/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,13 @@
349349
* dependencies
350350
* @leather.io/bitcoin bumped to 0.26.9
351351

352+
## [1.21.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/services-v1.21.0) (2025-07-11)
353+
354+
355+
### Features
356+
357+
* adds locale to token description service call ([ef239e8](https://github.com/leather-io/mono/commit/ef239e86f05ea734ad76f0847bb8600a4d86ca1b))
358+
352359
## [1.20.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/services-v1.20.0) (2025-07-01)
353360

354361

packages/services/package.json

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

packages/ui/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,16 @@
425425
* devDependencies
426426
* @leather.io/models bumped to 0.35.0
427427

428+
## [1.73.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.73.0) (2025-07-11)
429+
430+
431+
### Features
432+
433+
* **mobile:** add requester address and icon to approver header ([a7d5ae2](https://github.com/leather-io/mono/commit/a7d5ae299768b14e7b42b2ba650253920a715ce1))
434+
* **mobile:** add requester info to approval flows ([0d06c71](https://github.com/leather-io/mono/commit/0d06c71b21ff816836f4f2e0727c139dda968966))
435+
* **mobile:** redesign approver ([fcafb18](https://github.com/leather-io/mono/commit/fcafb187e46c403421bafb3c1630d53719e50482))
436+
* **ui:** add mobile Favicon component, make the pixel ratio in the web version dynamic ([9b3cf42](https://github.com/leather-io/mono/commit/9b3cf429bb431c69e9c85348fdf33886d8efbc7d))
437+
428438
## [1.72.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.72.3) (2025-07-10)
429439

430440

packages/ui/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/ui",
3-
"version": "1.72.3",
3+
"version": "1.73.0",
44
"license": "MIT",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)