From a5b7e407691b200e4921863f272a009709fcc51c Mon Sep 17 00:00:00 2001 From: Leather Automation <163018147+leather-bot@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:44:37 +0200 Subject: [PATCH] chore: release dev --- .release-please-manifest.json | 20 ++++++++++---------- apps/mobile/CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ apps/mobile/package.json | 2 +- packages/bitcoin/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/bitcoin/package.json | 2 +- packages/constants/CHANGELOG.md | 14 ++++++++++++++ packages/constants/package.json | 2 +- packages/crypto/CHANGELOG.md | 19 +++++++++++++++++++ packages/crypto/package.json | 2 +- packages/models/CHANGELOG.md | 7 +++++++ packages/models/package.json | 2 +- packages/query/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/query/package.json | 2 +- packages/rpc/CHANGELOG.md | 14 ++++++++++++++ packages/rpc/package.json | 2 +- packages/stacks/CHANGELOG.md | 8 ++++++++ packages/stacks/package.json | 2 +- packages/ui/CHANGELOG.md | 19 +++++++++++++++++++ packages/ui/package.json | 2 +- packages/utils/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/utils/package.json | 2 +- 21 files changed, 201 insertions(+), 20 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 844cb96c0..d1d3529a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,17 +1,17 @@ { - "apps/mobile": "1.34.1", - "packages/bitcoin": "0.12.2", - "packages/constants": "0.10.0", + "apps/mobile": "1.35.0", + "packages/bitcoin": "0.13.0", + "packages/constants": "0.11.0", "packages/eslint-config": "0.7.0", - "packages/models": "0.14.0", + "packages/models": "0.15.0", "packages/prettier-config": "0.6.0", "packages/panda-preset": "0.3.8", - "packages/query": "2.11.0", + "packages/query": "2.12.0", "packages/tokens": "0.9.0", "packages/tsconfig-config": "0.6.0", - "packages/rpc": "2.1.7", - "packages/ui": "1.21.1", - "packages/utils": "0.15.0", - "packages/crypto": "1.5.2", - "packages/stacks": "1.1.2" + "packages/rpc": "2.1.8", + "packages/ui": "1.22.0", + "packages/utils": "0.16.0", + "packages/crypto": "1.6.0", + "packages/stacks": "1.1.3" } diff --git a/apps/mobile/CHANGELOG.md b/apps/mobile/CHANGELOG.md index 269bddd06..474f700c9 100644 --- a/apps/mobile/CHANGELOG.md +++ b/apps/mobile/CHANGELOG.md @@ -190,6 +190,36 @@ * devDependencies * @leather.io/bitcoin bumped to 0.11.3 +## [1.35.0](https://github.com/leather-io/mono/compare/@leather.io/mobile-v1.34.1...@leather.io/mobile-v1.35.0) (2024-09-20) + + +### Features + +* add tokens widget, ref leather-io/issues[#221](https://github.com/leather-io/mono/issues/221) ([69e4377](https://github.com/leather-io/mono/commit/69e43770969d549f296c98d24ba3dc58b12b938d)) +* **bitcoin:** signer logic ([811c15c](https://github.com/leather-io/mono/commit/811c15cd6d4105b07dd89595f136703fd3defd4d)) +* settings account identifier, closes leather-io/issues[#205](https://github.com/leather-io/mono/issues/205) ([711c5a9](https://github.com/leather-io/mono/commit/711c5a96beff24130d82c733ebd8a111861c2efa)) + + +### Bug Fixes + +* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @leather.io/bitcoin bumped to 0.13.0 + * @leather.io/constants bumped to 0.11.0 + * @leather.io/crypto bumped to 1.6.0 + * @leather.io/models bumped to 0.15.0 + * @leather.io/rpc bumped to 2.1.8 + * @leather.io/stacks bumped to 1.1.3 + * @leather.io/ui bumped to 1.22.0 + * @leather.io/utils bumped to 0.16.0 + * devDependencies + * @leather.io/bitcoin bumped to 0.13.0 + ## [1.34.1](https://github.com/leather-io/mono/compare/@leather.io/mobile-v1.34.0...@leather.io/mobile-v1.34.1) (2024-09-17) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index d2e54a03d..723562848 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@leather.io/mobile", - "version": "1.34.1", + "version": "1.35.0", "type": "module", "scripts": { "android": "expo run:android", diff --git a/packages/bitcoin/CHANGELOG.md b/packages/bitcoin/CHANGELOG.md index ebcf5ca81..1a31d5886 100644 --- a/packages/bitcoin/CHANGELOG.md +++ b/packages/bitcoin/CHANGELOG.md @@ -196,6 +196,30 @@ * devDependencies * @leather.io/rpc bumped to 2.1.7 +## [0.13.0](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.12.2...@leather.io/bitcoin-v0.13.0) (2024-09-20) + + +### Features + +* **bitcoin:** signer logic ([811c15c](https://github.com/leather-io/mono/commit/811c15cd6d4105b07dd89595f136703fd3defd4d)) + + +### Bug Fixes + +* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @leather.io/constants bumped to 0.11.0 + * @leather.io/crypto bumped to 1.6.0 + * @leather.io/models bumped to 0.15.0 + * @leather.io/utils bumped to 0.16.0 + * devDependencies + * @leather.io/rpc bumped to 2.1.8 + ## [0.12.0](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.11.3...@leather.io/bitcoin-v0.12.0) (2024-09-06) diff --git a/packages/bitcoin/package.json b/packages/bitcoin/package.json index 7c17eb1e2..5d6d40d0b 100644 --- a/packages/bitcoin/package.json +++ b/packages/bitcoin/package.json @@ -2,7 +2,7 @@ "name": "@leather.io/bitcoin", "author": "Leather.io contact@leather.io", "description": "Shared bitcoin utilities", - "version": "0.12.2", + "version": "0.13.0", "license": "MIT", "homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin", "repository": { diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index b36efb943..91d9b9ed1 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -25,6 +25,20 @@ * devDependencies * @leather.io/eslint-config bumped to 0.7.0 +## [0.11.0](https://github.com/leather-io/mono/compare/@leather.io/constants-v0.10.0...@leather.io/constants-v0.11.0) (2024-09-20) + + +### Features + +* settings account identifier, closes leather-io/issues[#205](https://github.com/leather-io/mono/issues/205) ([711c5a9](https://github.com/leather-io/mono/commit/711c5a96beff24130d82c733ebd8a111861c2efa)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @leather.io/models bumped to 0.15.0 + ## [0.10.0](https://github.com/leather-io/mono/compare/@leather.io/constants-v0.9.2...@leather.io/constants-v0.10.0) (2024-09-17) diff --git a/packages/constants/package.json b/packages/constants/package.json index 89523bcc8..b0cc930a5 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -2,7 +2,7 @@ "name": "@leather.io/constants", "author": "Leather.io contact@leather.io", "description": "Shared bitcoin utilities", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "homepage": "https://github.com/leather-io/mono/tree/dev/packages/constants", "repository": { diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 7a03e6848..89e5b577d 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -36,6 +36,25 @@ * dependencies * @leather.io/utils bumped to 0.15.0 +## [1.6.0](https://github.com/leather-io/mono/compare/@leather.io/crypto-v1.5.2...@leather.io/crypto-v1.6.0) (2024-09-20) + + +### Features + +* **bitcoin:** signer logic ([811c15c](https://github.com/leather-io/mono/commit/811c15cd6d4105b07dd89595f136703fd3defd4d)) + + +### Bug Fixes + +* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @leather.io/utils bumped to 0.16.0 + ## [1.5.0](https://github.com/leather-io/mono/compare/@leather.io/crypto-v1.4.3...@leather.io/crypto-v1.5.0) (2024-09-06) diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 8e325b940..4af05eae3 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -2,7 +2,7 @@ "name": "@leather.io/crypto", "author": "leather.io", "description": "Generic crypto utils package for Leather", - "version": "1.5.2", + "version": "1.6.0", "license": "MIT", "scripts": { "build": "tsup", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 3c4a8c253..feab5698a 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -24,6 +24,13 @@ * devDependencies * @leather.io/eslint-config bumped to 0.7.0 +## [0.15.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.14.0...@leather.io/models-v0.15.0) (2024-09-20) + + +### Features + +* settings account identifier, closes leather-io/issues[#205](https://github.com/leather-io/mono/issues/205) ([711c5a9](https://github.com/leather-io/mono/commit/711c5a96beff24130d82c733ebd8a111861c2efa)) + ## [0.14.0](https://github.com/leather-io/mono/compare/@leather.io/models-v0.13.0...@leather.io/models-v0.14.0) (2024-09-17) diff --git a/packages/models/package.json b/packages/models/package.json index 868ab6342..dd25293c7 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -2,7 +2,7 @@ "name": "@leather.io/models", "author": "Leather.io contact@leather.io", "description": "Leather models and types", - "version": "0.14.0", + "version": "0.15.0", "license": "MIT", "homepage": "https://github.com/leather-io/mono/tree/dev/packages/models", "repository": { diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index 135cf381e..6d312a06e 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -149,6 +149,30 @@ * @leather.io/bitcoin bumped to 0.12.1 * @leather.io/utils bumped to 0.14.0 +## [2.12.0](https://github.com/leather-io/mono/compare/@leather.io/query-v2.11.0...@leather.io/query-v2.12.0) (2024-09-20) + + +### Features + +* **bitcoin:** signer logic ([811c15c](https://github.com/leather-io/mono/commit/811c15cd6d4105b07dd89595f136703fd3defd4d)) + + +### Bug Fixes + +* update alex-sdk ([b4fae71](https://github.com/leather-io/mono/commit/b4fae712a362ff1c8b12bfb596ad55dd79690f5d)) +* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @leather.io/bitcoin bumped to 0.13.0 + * @leather.io/constants bumped to 0.11.0 + * @leather.io/models bumped to 0.15.0 + * @leather.io/rpc bumped to 2.1.8 + * @leather.io/utils bumped to 0.16.0 + ## [2.11.0](https://github.com/leather-io/mono/compare/@leather.io/query-v2.10.1...@leather.io/query-v2.11.0) (2024-09-17) diff --git a/packages/query/package.json b/packages/query/package.json index 860caaba5..f3f402aef 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -2,7 +2,7 @@ "name": "@leather.io/query", "author": "Leather.io contact@leather.io", "description": "Leather query", - "version": "2.11.0", + "version": "2.12.0", "license": "MIT", "homepage": "https://github.com/leather-io/mono/tree/dev/packages/query", "repository": { diff --git a/packages/rpc/CHANGELOG.md b/packages/rpc/CHANGELOG.md index 3fd1d5763..6667a7f72 100644 --- a/packages/rpc/CHANGELOG.md +++ b/packages/rpc/CHANGELOG.md @@ -96,6 +96,20 @@ * dependencies * @leather.io/models bumped to 0.14.0 +## [2.1.8](https://github.com/leather-io/mono/compare/@leather.io/rpc-v2.1.7...@leather.io/rpc-v2.1.8) (2024-09-20) + + +### Bug Fixes + +* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @leather.io/models bumped to 0.15.0 + ## [2.1.3](https://github.com/leather-io/mono/compare/@leather.io/rpc-v2.1.2...@leather.io/rpc-v2.1.3) (2024-08-14) diff --git a/packages/rpc/package.json b/packages/rpc/package.json index bf0dc43f7..3c43bdef8 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -2,7 +2,7 @@ "name": "@leather.io/rpc", "author": "leather-wallet", "description": "RPC types package for Leather", - "version": "2.1.7", + "version": "2.1.8", "license": "MIT", "type": "module", "scripts": { diff --git a/packages/stacks/CHANGELOG.md b/packages/stacks/CHANGELOG.md index 9490850f6..4e608031e 100644 --- a/packages/stacks/CHANGELOG.md +++ b/packages/stacks/CHANGELOG.md @@ -38,6 +38,14 @@ * @leather.io/models bumped to 0.14.0 * @leather.io/utils bumped to 0.15.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @leather.io/crypto bumped to 1.6.0 + * @leather.io/models bumped to 0.15.0 + * @leather.io/utils bumped to 0.16.0 + ## [1.1.0](https://github.com/leather-io/mono/compare/@leather.io/stacks-v1.0.3...@leather.io/stacks-v1.1.0) (2024-09-06) diff --git a/packages/stacks/package.json b/packages/stacks/package.json index fd2e3f674..7943e591c 100644 --- a/packages/stacks/package.json +++ b/packages/stacks/package.json @@ -2,7 +2,7 @@ "name": "@leather.io/stacks", "author": "leather.io", "description": "Stacks package for Leather", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "type": "module", "scripts": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index f50c26587..be22074ec 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -103,6 +103,25 @@ * dependencies * @leather.io/utils bumped to 0.15.0 +## [1.22.0](https://github.com/leather-io/mono/compare/@leather.io/ui-v1.21.1...@leather.io/ui-v1.22.0) (2024-09-20) + + +### Features + +* add tokens widget, ref leather-io/issues[#221](https://github.com/leather-io/mono/issues/221) ([69e4377](https://github.com/leather-io/mono/commit/69e43770969d549f296c98d24ba3dc58b12b938d)) + + +### Bug Fixes + +* deprecate defaultProps usage, closes leather-io/issues[#324](https://github.com/leather-io/mono/issues/324) ([9db9f27](https://github.com/leather-io/mono/commit/9db9f27b388edce79edda024ed32bf238980b3d9)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @leather.io/utils bumped to 0.16.0 + ## [1.21.0](https://github.com/leather-io/mono/compare/@leather.io/ui-v1.20.0...@leather.io/ui-v1.21.0) (2024-09-13) diff --git a/packages/ui/package.json b/packages/ui/package.json index 3a2527f45..49c1d2958 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@leather.io/ui", - "version": "1.21.1", + "version": "1.22.0", "license": "MIT", "type": "module", "scripts": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index d8438b417..e4185a8df 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -85,6 +85,28 @@ * dependencies * @leather.io/constants bumped to 0.9.2 +## [0.16.0](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.15.0...@leather.io/utils-v0.16.0) (2024-09-20) + + +### Features + +* add tokens widget, ref leather-io/issues[#221](https://github.com/leather-io/mono/issues/221) ([69e4377](https://github.com/leather-io/mono/commit/69e43770969d549f296c98d24ba3dc58b12b938d)) +* **bitcoin:** signer logic ([811c15c](https://github.com/leather-io/mono/commit/811c15cd6d4105b07dd89595f136703fd3defd4d)) + + +### Bug Fixes + +* update btc-signer ([714fff0](https://github.com/leather-io/mono/commit/714fff083a581726feceab291d442997aabc9859)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @leather.io/constants bumped to 0.11.0 + * @leather.io/models bumped to 0.15.0 + * @leather.io/rpc bumped to 2.1.8 + ## [0.15.0](https://github.com/leather-io/mono/compare/@leather.io/utils-v0.14.0...@leather.io/utils-v0.15.0) (2024-09-17) diff --git a/packages/utils/package.json b/packages/utils/package.json index 712aaf748..8610ac63a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -2,7 +2,7 @@ "name": "@leather.io/utils", "author": "Leather.io contact@leather.io", "description": "Shared bitcoin utilities", - "version": "0.15.0", + "version": "0.16.0", "license": "MIT", "homepage": "https://github.com/leather-io/mono/tree/dev/packages/utils", "repository": {