Skip to content

Commit f7f1aaa

Browse files
leather-botpete-watters
authored andcommitted
chore: release dev
Signed-off-by: leather-bot <[email protected]>
1 parent 99cd5dc commit f7f1aaa

File tree

17 files changed

+105
-16
lines changed

17 files changed

+105
-16
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"apps/mobile": "2.48.0",
3-
"packages/analytics": "3.6.2",
4-
"packages/bitcoin": "0.26.8",
2+
"apps/mobile": "2.49.0",
3+
"packages/analytics": "3.7.0",
4+
"packages/bitcoin": "0.26.9",
55
"packages/constants": "0.21.0",
66
"packages/eslint-config": "0.10.0",
77
"packages/models": "0.34.0",
88
"packages/prettier-config": "0.6.1",
99
"packages/panda-preset": "0.12.6",
10-
"packages/query": "2.37.8",
10+
"packages/query": "2.37.9",
1111
"packages/tokens": "0.18.0",
1212
"packages/tsconfig-config": "0.8.0",
1313
"packages/rpc": "2.16.5",
14-
"packages/ui": "1.68.6",
14+
"packages/ui": "1.68.7",
1515
"packages/utils": "0.35.3",
16-
"packages/crypto": "1.7.5",
17-
"packages/stacks": "1.10.9",
18-
"packages/services": "1.14.0",
16+
"packages/crypto": "1.7.6",
17+
"packages/stacks": "1.10.10",
18+
"packages/services": "1.14.1",
1919
"packages/provider": "1.2.20",
2020
"packages/sdk": "1.2.14"
2121
}

apps/mobile/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,39 @@
701701
* dependencies
702702
* @leather.io/query bumped to 2.35.1
703703

704+
## [2.49.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.49.0) (2025-06-04)
705+
706+
707+
### Features
708+
709+
* **mobile:** add analytics tracking to action bar items ([6894d05](https://github.com/leather-io/mono/commit/6894d058e7e8cca35292ba3049266f0f88d449ed))
710+
* **mobile:** add analytics tracking to Receive flow ([91ca7a6](https://github.com/leather-io/mono/commit/91ca7a6c103adf2a4591e920e5df18d5fc8598d1))
711+
* **mobile:** add analytics tracking to Send flow ([ab31acf](https://github.com/leather-io/mono/commit/ab31acf47a9b590bf26abb956218ea4ec853ff27))
712+
* **mobile:** minus sign ([52c64d7](https://github.com/leather-io/mono/commit/52c64d71317309b53646cee2a2f2f6b326e72ad1))
713+
714+
715+
### Bug Fixes
716+
717+
* **mobile:** disable external psbt fee editing, closes LEA-2679 ([eaf6a15](https://github.com/leather-io/mono/commit/eaf6a15669167244e5aab8a7d748266e6f4b72aa))
718+
* **mobile:** fix amount field value and form validation error message flickering ([2690ff4](https://github.com/leather-io/mono/commit/2690ff45af60fcccd57133b6fd0085e02b472683))
719+
* **mobile:** fix sheet navigation analytics, add base prefix ([626556c](https://github.com/leather-io/mono/commit/626556cfff0df500fa959e84db6233a9b439d1e3))
720+
* **mobile:** remove text measurement logic from amount field ([0f8233b](https://github.com/leather-io/mono/commit/0f8233b9b61b599c5465f77e080396cb7f0d2f0c))
721+
722+
723+
### Dependencies
724+
725+
* The following workspace dependencies were updated
726+
* dependencies
727+
* @leather.io/analytics bumped to 3.7.0
728+
* @leather.io/bitcoin bumped to 0.26.9
729+
* @leather.io/crypto bumped to 1.7.6
730+
* @leather.io/query bumped to 2.37.9
731+
* @leather.io/services bumped to 1.14.1
732+
* @leather.io/stacks bumped to 1.10.10
733+
* @leather.io/ui bumped to 1.68.7
734+
* devDependencies
735+
* @leather.io/bitcoin bumped to 0.26.9
736+
704737
## [2.48.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.48.0) (2025-06-03)
705738

706739

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.48.0",
3+
"version": "2.49.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@
7878
* devDependencies
7979
* @leather.io/models bumped to 0.33.0
8080

81+
## [3.7.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v3.7.0) (2025-06-04)
82+
83+
84+
### Features
85+
86+
* **mobile:** add analytics tracking to Receive flow ([91ca7a6](https://github.com/leather-io/mono/commit/91ca7a6c103adf2a4591e920e5df18d5fc8598d1))
87+
* **mobile:** add analytics tracking to Send flow ([ab31acf](https://github.com/leather-io/mono/commit/ab31acf47a9b590bf26abb956218ea4ec853ff27))
88+
8189
## [3.6.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v3.6.2) (2025-06-03)
8290

8391

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.6.2",
5+
"version": "3.7.0",
66
"license": "MIT",
77
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
88
"repository": {

packages/bitcoin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,20 @@
776776
* devDependencies
777777
* @leather.io/rpc bumped to 2.16.5
778778

779+
## [0.26.9](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.26.9) (2025-06-04)
780+
781+
782+
### Bug Fixes
783+
784+
* **mobile:** disable external psbt fee editing, closes LEA-2679 ([eaf6a15](https://github.com/leather-io/mono/commit/eaf6a15669167244e5aab8a7d748266e6f4b72aa))
785+
786+
787+
### Dependencies
788+
789+
* The following workspace dependencies were updated
790+
* dependencies
791+
* @leather.io/crypto bumped to 1.7.6
792+
779793
## [0.26.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.26.0) (2025-05-16)
780794

781795

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.8",
5+
"version": "0.26.9",
66
"license": "MIT",
77
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
88
"repository": {

packages/crypto/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,13 @@
396396
* dependencies
397397
* @leather.io/utils bumped to 0.35.3
398398

399+
## [1.7.6](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.7.6) (2025-06-04)
400+
401+
402+
### Bug Fixes
403+
404+
* **mobile:** disable external psbt fee editing, closes LEA-2679 ([eaf6a15](https://github.com/leather-io/mono/commit/eaf6a15669167244e5aab8a7d748266e6f4b72aa))
405+
399406
## [1.7.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.7.0) (2025-05-22)
400407

401408

packages/crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leather.io/crypto",
33
"author": "leather.io",
44
"description": "Generic crypto utils package for Leather",
5-
"version": "1.7.5",
5+
"version": "1.7.6",
66
"license": "MIT",
77
"scripts": {
88
"build": "tsup",

packages/query/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,13 @@
635635
* @leather.io/stacks bumped to 1.10.9
636636
* @leather.io/utils bumped to 0.35.3
637637

638+
### Dependencies
639+
640+
* The following workspace dependencies were updated
641+
* dependencies
642+
* @leather.io/bitcoin bumped to 0.26.9
643+
* @leather.io/stacks bumped to 1.10.10
644+
638645
## [2.37.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.37.0) (2025-05-16)
639646

640647

0 commit comments

Comments
 (0)