Skip to content

Commit 4970615

Browse files
leather-botpete-watters
authored andcommitted
chore: release dev
1 parent c9c62b1 commit 4970615

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/mobile": "2.24.0",
2+
"apps/mobile": "2.24.1",
33
"packages/analytics": "3.4.0",
44
"packages/bitcoin": "0.22.1",
55
"packages/constants": "0.18.1",
@@ -11,7 +11,7 @@
1111
"packages/tokens": "0.15.0",
1212
"packages/tsconfig-config": "0.6.1",
1313
"packages/rpc": "2.9.3",
14-
"packages/ui": "1.54.0",
14+
"packages/ui": "1.54.1",
1515
"packages/utils": "0.31.0",
1616
"packages/crypto": "1.6.53",
1717
"packages/stacks": "1.7.5",

apps/mobile/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,20 @@
646646
* devDependencies
647647
* @leather.io/bitcoin bumped to 0.20.1
648648

649+
## [2.24.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.24.1) (2025-03-25)
650+
651+
652+
### Bug Fixes
653+
654+
* add new route for account balances and correct account total, ref LEA-2017 ([40bc482](https://github.com/leather-io/mono/commit/40bc482c24589f75027f5a90491bef7d0d7e338d))
655+
656+
657+
### Dependencies
658+
659+
* The following workspace dependencies were updated
660+
* dependencies
661+
* @leather.io/ui bumped to 1.54.1
662+
649663
## [2.24.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.24.0) (2025-03-24)
650664

651665

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

packages/ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,13 @@
389389
* devDependencies
390390
* @leather.io/panda-preset bumped to 0.10.1
391391

392+
## [1.54.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.54.1) (2025-03-25)
393+
394+
395+
### Bug Fixes
396+
397+
* **web:** enable imports of icons from ui, closes LEA-2315 ([4f7559b](https://github.com/leather-io/mono/commit/4f7559b0ad1448b8a84c5d89c421c48b1def2dba))
398+
392399
## [1.54.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.54.0) (2025-03-21)
393400

394401

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.54.0",
3+
"version": "1.54.1",
44
"license": "MIT",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)