Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"apps/mobile": "2.90.0",
"apps/extension": "6.81.0",
"packages/analytics": "3.15.7",
"packages/bitcoin": "0.35.4",
"packages/constants": "0.28.0",
"packages/crypto": "1.12.6",
"apps/mobile": "2.90.1",
"apps/extension": "6.81.1",
"packages/analytics": "3.15.8",
"packages/bitcoin": "0.35.5",
"packages/constants": "0.28.1",
"packages/crypto": "1.12.7",
"packages/eslint-config": "0.14.0",
"packages/models": "0.49.0",
"packages/models": "0.50.0",
"packages/panda-preset": "0.14.5",
"packages/prettier-config": "0.9.0",
"packages/provider": "1.6.8",
"packages/query": "2.45.2",
"packages/rpc": "2.21.0",
"packages/sdk": "1.5.26",
"packages/services": "1.43.0",
"packages/stacks": "1.19.2",
"packages/provider": "1.6.9",
"packages/query": "2.45.3",
"packages/rpc": "2.21.1",
"packages/sdk": "1.5.27",
"packages/services": "1.44.0",
"packages/stacks": "1.19.3",
"packages/tokens": "0.24.1",
"packages/tsconfig-config": "0.11.0",
"packages/ui": "1.97.0",
"packages/features": "1.1.0",
"packages/utils": "0.49.0",
"packages/ui": "1.97.1",
"packages/features": "1.1.1",
"packages/utils": "0.49.1",
"packages/cms": "1.3.1"
}
21 changes: 21 additions & 0 deletions apps/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,27 @@
* dependencies
* @leather.io/ui bumped to 1.88.0

## [6.81.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/extension-v6.81.1) (2025-11-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/analytics bumped to 3.15.8
* @leather.io/bitcoin bumped to 0.35.5
* @leather.io/constants bumped to 0.28.1
* @leather.io/crypto bumped to 1.12.7
* @leather.io/features bumped to 1.1.1
* @leather.io/models bumped to 0.50.0
* @leather.io/provider bumped to 1.6.9
* @leather.io/query bumped to 2.45.3
* @leather.io/rpc bumped to 2.21.1
* @leather.io/services bumped to 1.44.0
* @leather.io/stacks bumped to 1.19.3
* @leather.io/ui bumped to 1.97.1
* @leather.io/utils bumped to 0.49.1

## [6.81.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/extension-v6.81.0) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Leather Wallet LLC"
},
"description": "Leather is a browser extension for interacting with Stacks apps",
"version": "6.81.0",
"version": "6.81.1",
"license": "MIT",
"repository": "leather-io/extension.git",
"type": "module",
Expand Down
21 changes: 21 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,27 @@
* @leather.io/ui bumped to 1.80.0
* @leather.io/utils bumped to 0.43.0

## [2.90.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.90.1) (2025-11-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/analytics bumped to 3.15.8
* @leather.io/bitcoin bumped to 0.35.5
* @leather.io/constants bumped to 0.28.1
* @leather.io/crypto bumped to 1.12.7
* @leather.io/features bumped to 1.1.1
* @leather.io/models bumped to 0.50.0
* @leather.io/provider bumped to 1.6.9
* @leather.io/query bumped to 2.45.3
* @leather.io/rpc bumped to 2.21.1
* @leather.io/services bumped to 1.44.0
* @leather.io/stacks bumped to 1.19.3
* @leather.io/ui bumped to 1.97.1
* @leather.io/utils bumped to 0.49.1

## [2.90.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/mobile-v2.90.0) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
name: 'Leather',
owner: 'leather-wallet',
slug: 'leather-wallet-mobile',
version: '2.90.0', // x-release-please-version
version: '2.90.1', // x-release-please-version
runtimeVersion: {
policy: 'fingerprint',
},
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leather.io/mobile",
"version": "2.90.0",
"version": "2.90.1",
"type": "module",
"scripts": {
"1password:env:dev": "op read \"op://leather-cli/env-content/dev\" > .env",
Expand Down
9 changes: 9 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@
* devDependencies
* @leather.io/models bumped to 0.44.1

## [3.15.8](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v3.15.8) (2025-11-21)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @leather.io/models bumped to 0.50.0

## [3.15.7](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/analytics-v3.15.7) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/analytics",
"author": "Leather.io [email protected]",
"description": "Analytics package for Leather using Segment",
"version": "3.15.7",
"version": "3.15.8",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/analytics",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,20 @@
* @leather.io/prettier-config bumped to 0.9.0
* @leather.io/rpc bumped to 2.20.17

## [0.35.5](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.35.5) (2025-11-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.28.1
* @leather.io/crypto bumped to 1.12.7
* @leather.io/models bumped to 0.50.0
* @leather.io/utils bumped to 0.49.1
* devDependencies
* @leather.io/rpc bumped to 2.21.1

## [0.35.4](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/bitcoin-v0.35.4) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/bitcoin",
"author": "Leather.io [email protected]",
"description": "Shared bitcoin utilities",
"version": "0.35.4",
"version": "0.35.5",
"license": "MIT",
"homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,15 @@
* devDependencies
* @leather.io/prettier-config bumped to 0.9.0

## [0.28.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.28.1) (2025-11-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/models bumped to 0.50.0

## [0.28.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/constants-v0.28.0) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/constants",
"author": "Leather.io [email protected]",
"description": "Shared bitcoin utilities",
"version": "0.28.0",
"version": "0.28.1",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/constants",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,15 @@
* dependencies
* @leather.io/utils bumped to 0.46.4

## [1.12.7](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.12.7) (2025-11-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/utils bumped to 0.49.1

## [1.12.6](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/crypto-v1.12.6) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/crypto",
"author": "leather.io",
"description": "Generic crypto utils package for Leather",
"version": "1.12.6",
"version": "1.12.7",
"license": "MIT",
"scripts": {
"build": "tsup",
Expand Down
7 changes: 7 additions & 0 deletions packages/features/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/features-v1.1.1) (2025-11-21)


### Bug Fixes

* **features:** react native imports used in shared file ([9c36e04](https://github.com/leather-io/mono/commit/9c36e047f9202628d9e04673cb5739f1c337059f))

## [1.1.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/features-v1.1.0) (2025-11-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/features/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leather.io/features",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
* devDependencies
* @leather.io/prettier-config bumped to 0.9.0

## [0.50.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.50.0) (2025-11-21)


### Features

* normalize swap amount and percentage formats ([d5f1075](https://github.com/leather-io/mono/commit/d5f1075e4bf47fc92719d9e7fc604ff21e0d290a))

## [0.49.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/models-v0.49.0) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/models",
"author": "Leather.io [email protected]",
"description": "Leather models and types",
"version": "0.49.0",
"version": "0.50.0",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/models",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,17 @@
* @leather.io/rpc bumped to 2.20.16
* @leather.io/utils bumped to 0.46.3

## [1.6.9](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/provider-v1.6.9) (2025-11-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/models bumped to 0.50.0
* @leather.io/rpc bumped to 2.21.1
* @leather.io/utils bumped to 0.49.1

## [1.6.8](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/provider-v1.6.8) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/provider",
"author": "leather-wallet",
"description": "LeatherProvider package for Leather",
"version": "1.6.8",
"version": "1.6.9",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,20 @@
* @leather.io/stacks bumped to 1.17.2
* @leather.io/utils bumped to 0.46.3

## [2.45.3](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.45.3) (2025-11-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/bitcoin bumped to 0.35.5
* @leather.io/constants bumped to 0.28.1
* @leather.io/models bumped to 0.50.0
* @leather.io/rpc bumped to 2.21.1
* @leather.io/stacks bumped to 1.19.3
* @leather.io/utils bumped to 0.49.1

## [2.45.2](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/query-v2.45.2) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/query",
"author": "Leather.io [email protected]",
"description": "Leather query",
"version": "2.45.2",
"version": "2.45.3",
"license": "MIT",
"homepage": "https://github.com/leather-io/mono/tree/dev/packages/query",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,17 @@
* @leather.io/stacks bumped to 1.17.3
* @leather.io/utils bumped to 0.46.4

## [2.21.1](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.21.1) (2025-11-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/models bumped to 0.50.0
* @leather.io/stacks bumped to 1.19.3
* @leather.io/utils bumped to 0.49.1

## [2.21.0](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/rpc-v2.21.0) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/rpc",
"author": "leather-wallet",
"description": "RPC types package for Leather",
"version": "2.21.0",
"version": "2.21.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,16 @@
* @leather.io/models bumped to 0.44.1
* @leather.io/rpc bumped to 2.20.17

## [1.5.27](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/sdk-v1.5.27) (2025-11-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @leather.io/models bumped to 0.50.0
* @leather.io/rpc bumped to 2.21.1

## [1.5.26](https://github.com/leather-io/mono/compare/@leather.io/[email protected]/sdk-v1.5.26) (2025-11-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@leather.io/sdk",
"author": "leather.io",
"description": "Leather SDK",
"version": "1.5.26",
"version": "1.5.27",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
Loading
Loading