Skip to content

Commit e7aa0ef

Browse files
committed
chore: release dev
Signed-off-by: leather-bot <[email protected]>
1 parent 3a9262a commit e7aa0ef

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/mobile": "2.54.1",
2+
"apps/mobile": "2.54.2",
33
"packages/analytics": "3.8.0",
44
"packages/bitcoin": "0.27.0",
55
"packages/constants": "0.22.0",

apps/mobile/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,13 @@
707707
* dependencies
708708
* @leather.io/ui bumped to 1.70.0
709709

710+
## [2.54.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.54.2) (2025-06-18)
711+
712+
713+
### Bug Fixes
714+
715+
* code signing on dev ([ea04986](https://github.com/leather-io/mono/commit/ea04986ae5d43705da28d46510ad9ed5869aeb1a))
716+
710717
## [2.54.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.54.1) (2025-06-16)
711718

712719

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.54.1', // x-release-please-version
56+
version: '2.54.2', // 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.54.1",
3+
"version": "2.54.2",
44
"type": "module",
55
"scripts": {
66
"1password:env:dev": "op read \"op://leather-cli/env-content/dev\" > .env",

0 commit comments

Comments
 (0)