Skip to content

Commit f77dd6d

Browse files
committed
chore: release dev
1 parent c159b40 commit f77dd6d

23 files changed

+131
-22
lines changed

Diff for: .release-please-manifest.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"apps/mobile": "2.8.2",
2+
"apps/mobile": "2.9.0",
33
"packages/analytics": "3.1.3",
4-
"packages/bitcoin": "0.19.18",
4+
"packages/bitcoin": "0.19.19",
55
"packages/constants": "0.15.5",
66
"packages/eslint-config": "0.7.0",
77
"packages/models": "0.25.1",
88
"packages/prettier-config": "0.6.0",
9-
"packages/panda-preset": "0.8.9",
10-
"packages/query": "2.26.20",
11-
"packages/tokens": "0.12.10",
9+
"packages/panda-preset": "0.8.10",
10+
"packages/query": "2.26.21",
11+
"packages/tokens": "0.12.11",
1212
"packages/tsconfig-config": "0.6.0",
13-
"packages/rpc": "2.5.5",
14-
"packages/ui": "1.48.2",
15-
"packages/utils": "0.25.1",
16-
"packages/crypto": "1.6.34",
17-
"packages/stacks": "1.5.19",
18-
"packages/services": "1.0.4"
13+
"packages/rpc": "2.5.6",
14+
"packages/ui": "1.48.3",
15+
"packages/utils": "0.25.2",
16+
"packages/crypto": "1.6.35",
17+
"packages/stacks": "1.5.20",
18+
"packages/services": "1.1.0"
1919
}

Diff for: apps/mobile/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,31 @@
463463
* @leather.io/query bumped to 2.26.20
464464
* @leather.io/services bumped to 1.0.4
465465

466+
## [2.9.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.9.0) (2025-02-07)
467+
468+
469+
### Features
470+
471+
* runes balances service ([b2084b7](https://github.com/leather-io/mono/commit/b2084b76ccc0bef363aa11899a4f56a8d52a7f43))
472+
* support fiat currency setting, ref LEA-2032 ([3ccdf24](https://github.com/leather-io/mono/commit/3ccdf24c3c43d59091c96c9b6cb26aadcae0679c))
473+
474+
475+
### Dependencies
476+
477+
* The following workspace dependencies were updated
478+
* dependencies
479+
* @leather.io/bitcoin bumped to 0.19.19
480+
* @leather.io/crypto bumped to 1.6.35
481+
* @leather.io/query bumped to 2.26.21
482+
* @leather.io/rpc bumped to 2.5.6
483+
* @leather.io/services bumped to 1.1.0
484+
* @leather.io/stacks bumped to 1.5.20
485+
* @leather.io/tokens bumped to 0.12.11
486+
* @leather.io/ui bumped to 1.48.3
487+
* @leather.io/utils bumped to 0.25.2
488+
* devDependencies
489+
* @leather.io/bitcoin bumped to 0.19.19
490+
466491
## [2.8.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.8.1) (2025-02-03)
467492

468493

Diff for: apps/mobile/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leather.io/mobile",
3-
"version": "2.8.2",
3+
"version": "2.9.0",
44
"type": "module",
55
"scripts": {
66
"android": "expo run:android",

Diff for: packages/bitcoin/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,15 @@
454454
* devDependencies
455455
* @leather.io/rpc bumped to 2.5.5
456456

457+
### Dependencies
458+
459+
* The following workspace dependencies were updated
460+
* dependencies
461+
* @leather.io/crypto bumped to 1.6.35
462+
* @leather.io/utils bumped to 0.25.2
463+
* devDependencies
464+
* @leather.io/rpc bumped to 2.5.6
465+
457466
## [0.19.10](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.19.10) (2025-01-07)
458467

459468

Diff for: packages/bitcoin/package.json

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

Diff for: packages/crypto/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@
234234
* dependencies
235235
* @leather.io/utils bumped to 0.25.1
236236

237+
### Dependencies
238+
239+
* The following workspace dependencies were updated
240+
* dependencies
241+
* @leather.io/utils bumped to 0.25.2
242+
237243
## [1.6.11](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.6.11) (2024-11-19)
238244

239245

Diff for: packages/crypto/package.json

+1-1
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.6.34",
5+
"version": "1.6.35",
66
"license": "MIT",
77
"scripts": {
88
"build": "tsup",

Diff for: packages/panda-preset/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@
138138
* devDependencies
139139
* @leather.io/tokens bumped to 0.12.10
140140

141+
### Dependencies
142+
143+
* The following workspace dependencies were updated
144+
* devDependencies
145+
* @leather.io/tokens bumped to 0.12.11
146+
141147
## [0.8.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/panda-preset-v0.8.0) (2024-12-10)
142148

143149

Diff for: packages/panda-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leather.io/panda-preset",
33
"author": "Leather, LLC",
44
"description": "Leather styles package",
5-
"version": "0.8.9",
5+
"version": "0.8.10",
66
"license": "MIT",
77
"type": "module",
88
"scripts": {

Diff for: packages/query/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,15 @@
303303
* @leather.io/bitcoin bumped to 0.19.17
304304
* @leather.io/utils bumped to 0.25.0
305305

306+
### Dependencies
307+
308+
* The following workspace dependencies were updated
309+
* dependencies
310+
* @leather.io/bitcoin bumped to 0.19.19
311+
* @leather.io/rpc bumped to 2.5.6
312+
* @leather.io/stacks bumped to 1.5.20
313+
* @leather.io/utils bumped to 0.25.2
314+
306315
## [2.26.20](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.26.20) (2025-02-04)
307316

308317

Diff for: packages/query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leather.io/query",
33
"author": "Leather.io [email protected]",
44
"description": "Leather query",
5-
"version": "2.26.20",
5+
"version": "2.26.21",
66
"license": "MIT",
77
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
88
"repository": {

Diff for: packages/rpc/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@
186186
* dependencies
187187
* @leather.io/models bumped to 0.25.0
188188

189+
## [2.5.6](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.5.6) (2025-02-07)
190+
191+
192+
### Bug Fixes
193+
194+
* **rpc:** refactor msg signing types, add publicKey param in response ([2dfe6b2](https://github.com/leather-io/mono/commit/2dfe6b2fc007b6d9ff9184d35bc5cad02496182d))
195+
* stx call contract types ([c159b40](https://github.com/leather-io/mono/commit/c159b402633eb7ccdbbfa4eec144f2e5ec3e8cc7))
196+
189197
## [2.5.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.5.5) (2025-02-03)
190198

191199

Diff for: packages/rpc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leather.io/rpc",
33
"author": "leather-wallet",
44
"description": "RPC types package for Leather",
5-
"version": "2.5.5",
5+
"version": "2.5.6",
66
"license": "MIT",
77
"type": "module",
88
"scripts": {

Diff for: packages/services/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@
77
* @leather.io/bitcoin bumped to 0.19.17
88
* @leather.io/utils bumped to 0.25.0
99

10+
## [1.1.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/services-v1.1.0) (2025-02-07)
11+
12+
13+
### Features
14+
15+
* runes balances service ([b2084b7](https://github.com/leather-io/mono/commit/b2084b76ccc0bef363aa11899a4f56a8d52a7f43))
16+
* support fiat currency setting, ref LEA-2032 ([3ccdf24](https://github.com/leather-io/mono/commit/3ccdf24c3c43d59091c96c9b6cb26aadcae0679c))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @leather.io/bitcoin bumped to 0.19.19
24+
* @leather.io/utils bumped to 0.25.2
25+
* devDependencies
26+
* @leather.io/rpc bumped to 2.5.6
27+
1028
## [1.0.4](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/services-v1.0.4) (2025-02-04)
1129

1230

Diff for: packages/services/package.json

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

Diff for: packages/stacks/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,13 @@
279279
* @leather.io/models bumped to 0.25.1
280280
* @leather.io/utils bumped to 0.25.1
281281

282+
### Dependencies
283+
284+
* The following workspace dependencies were updated
285+
* dependencies
286+
* @leather.io/crypto bumped to 1.6.35
287+
* @leather.io/utils bumped to 0.25.2
288+
282289
## [1.5.11](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/stacks-v1.5.11) (2025-01-07)
283290

284291

Diff for: packages/stacks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leather.io/stacks",
33
"author": "leather.io",
44
"description": "Stacks package for Leather",
5-
"version": "1.5.19",
5+
"version": "1.5.20",
66
"license": "MIT",
77
"type": "module",
88
"scripts": {

Diff for: packages/tokens/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
* devDependencies
7979
* @leather.io/utils bumped to 0.25.1
8080

81+
### Dependencies
82+
83+
* The following workspace dependencies were updated
84+
* devDependencies
85+
* @leather.io/utils bumped to 0.25.2
86+
8187
## [0.12.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/tokens-v0.12.1) (2024-11-19)
8288

8389

Diff for: packages/tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leather.io/tokens",
33
"author": "Leather.io [email protected]",
44
"description": "Shared design tokens",
5-
"version": "0.12.10",
5+
"version": "0.12.11",
66
"license": "MIT",
77
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/tokens",
88
"repository": {

Diff for: packages/ui/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,15 @@
279279
* @leather.io/models bumped to 0.25.1
280280
* @leather.io/panda-preset bumped to 0.8.9
281281

282+
### Dependencies
283+
284+
* The following workspace dependencies were updated
285+
* dependencies
286+
* @leather.io/tokens bumped to 0.12.11
287+
* @leather.io/utils bumped to 0.25.2
288+
* devDependencies
289+
* @leather.io/panda-preset bumped to 0.8.10
290+
282291
## [1.48.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/ui-v1.48.0) (2025-01-16)
283292

284293

Diff for: packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leather.io/ui",
3-
"version": "1.48.2",
3+
"version": "1.48.3",
44
"license": "MIT",
55
"type": "module",
66
"scripts": {

Diff for: packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,12 @@
241241
* @leather.io/models bumped to 0.25.1
242242
* @leather.io/rpc bumped to 2.5.5
243243

244+
### Dependencies
245+
246+
* The following workspace dependencies were updated
247+
* dependencies
248+
* @leather.io/rpc bumped to 2.5.6
249+
244250
## [0.25.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/utils-v0.25.0) (2025-01-23)
245251

246252

Diff for: packages/utils/package.json

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

0 commit comments

Comments
 (0)