diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe0c44fd9..cdae5791d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,15 +1,15 @@ { - ".": "1.2.0", - "apps/mobile": "1.2.0", - "packages/bitcoin": "0.2.0", - "packages/constants": "0.2.0", + ".": "1.3.0", + "apps/mobile": "1.3.0", + "packages/bitcoin": "0.3.0", + "packages/constants": "0.3.0", "packages/eslint-config": "0.2.0", - "packages/models": "0.2.0", + "packages/models": "0.3.0", "packages/prettier-config": "0.2.0", - "packages/query": "0.2.0", + "packages/query": "0.3.0", "packages/tokens": "0.2.0", "packages/tsconfig-config": "0.2.0", - "packages/types": "0.2.0", + "packages/types": "0.2.1", "packages/ui": "1.2.0", - "packages/utils": "0.2.0" + "packages/utils": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 20eef588d..303103362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.0](https://github.com/leather-wallet/mono/compare/leather-mono-v1.2.0...leather-mono-v1.3.0) (2024-05-07) + + +### Features + +* mobile store ([7f21492](https://github.com/leather-wallet/mono/commit/7f2149216d3561c9e39036528937f9816b90218a)) +* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2)) +* tweak bitcoin queries for extension ([dc92174](https://github.com/leather-wallet/mono/commit/dc9217421593ce35d809d5f555f055b716792837)) + + +### Bug Fixes + +* types success bug, closes leather-wallet/extension[#5314](https://github.com/leather-wallet/mono/issues/5314) ([31ef5e4](https://github.com/leather-wallet/mono/commit/31ef5e420830f86c1f85c2bfdd8b8730c09d298c)) +* update mobile styles ([8a44bdc](https://github.com/leather-wallet/mono/commit/8a44bdc760de318be6b5f045683292cd33538e01)) + ## [1.2.0](https://github.com/leather-wallet/mono/compare/leather-mono-v1.1.1...leather-mono-v1.2.0) (2024-04-23) diff --git a/apps/mobile/CHANGELOG.md b/apps/mobile/CHANGELOG.md index fbf89f943..2e16dbb0d 100644 --- a/apps/mobile/CHANGELOG.md +++ b/apps/mobile/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.0](https://github.com/leather-wallet/mono/compare/mobile-v1.2.0...mobile-v1.3.0) (2024-05-07) + + +### Features + +* mobile store ([7f21492](https://github.com/leather-wallet/mono/commit/7f2149216d3561c9e39036528937f9816b90218a)) + + +### Bug Fixes + +* update mobile styles ([8a44bdc](https://github.com/leather-wallet/mono/commit/8a44bdc760de318be6b5f045683292cd33538e01)) + ## [1.2.0](https://github.com/leather-wallet/mono/compare/mobile-v1.1.1...mobile-v1.2.0) (2024-04-23) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 135c2b34c..623765e77 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@leather-wallet/mobile", - "version": "1.2.0", + "version": "1.3.0", "type": "module", "scripts": { "android": "expo start --android", diff --git a/package.json b/package.json index 858c8441d..00cd0c180 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "leather-mono", "description": "Leather wallet shared code", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "type": "module", "author": "Leather Wallet", diff --git a/packages/bitcoin/CHANGELOG.md b/packages/bitcoin/CHANGELOG.md index 6fb8e2d28..13e3336a8 100644 --- a/packages/bitcoin/CHANGELOG.md +++ b/packages/bitcoin/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/leather-wallet/mono/compare/bitcoin-v0.2.0...bitcoin-v0.3.0) (2024-05-07) + + +### Features + +* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2)) +* tweak bitcoin queries for extension ([dc92174](https://github.com/leather-wallet/mono/commit/dc9217421593ce35d809d5f555f055b716792837)) + ## [0.2.0](https://github.com/leather-wallet/mono/compare/bitcoin-v0.1.0...bitcoin-v0.2.0) (2024-04-23) diff --git a/packages/bitcoin/package.json b/packages/bitcoin/package.json index 868af4282..e476f3a1e 100644 --- a/packages/bitcoin/package.json +++ b/packages/bitcoin/package.json @@ -1,7 +1,7 @@ { "name": "@leather-wallet/bitcoin", "description": "Shared bitcoin utilities", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "type": "module", "author": "Leather.io contact@leather.io", diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index 969c4677a..7d1073478 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/leather-wallet/mono/compare/constants-v0.2.0...constants-v0.3.0) (2024-05-07) + + +### Features + +* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2)) +* tweak bitcoin queries for extension ([dc92174](https://github.com/leather-wallet/mono/commit/dc9217421593ce35d809d5f555f055b716792837)) + ## [0.2.0](https://github.com/leather-wallet/mono/compare/constants-v0.1.0...constants-v0.2.0) (2024-04-23) diff --git a/packages/constants/package.json b/packages/constants/package.json index fa015890c..47cf6bb92 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,7 +1,7 @@ { "name": "@leather-wallet/constants", "description": "Shared bitcoin utilities", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "type": "module", "author": "Leather.io contact@leather.io", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 0789533a7..d2a403c8c 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/leather-wallet/mono/compare/models-v0.2.0...models-v0.3.0) (2024-05-07) + + +### Features + +* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2)) + ## [0.2.0](https://github.com/leather-wallet/mono/compare/models-v0.1.0...models-v0.2.0) (2024-04-23) diff --git a/packages/models/package.json b/packages/models/package.json index 0958ae652..4a4205c0a 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,7 +1,7 @@ { "name": "@leather-wallet/models", "description": "Leather models", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "type": "module", "author": "Leather.io contact@leather.io", diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index 708b86d0c..b233d5b37 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.0](https://github.com/leather-wallet/mono/compare/query-v0.2.0...query-v0.3.0) (2024-05-07) + + +### Features + +* mobile store ([7f21492](https://github.com/leather-wallet/mono/commit/7f2149216d3561c9e39036528937f9816b90218a)) +* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2)) +* tweak bitcoin queries for extension ([dc92174](https://github.com/leather-wallet/mono/commit/dc9217421593ce35d809d5f555f055b716792837)) + ## [0.2.0](https://github.com/leather-wallet/mono/compare/query-v0.1.0...query-v0.2.0) (2024-04-23) diff --git a/packages/query/package.json b/packages/query/package.json index 964da98ea..26e7e6492 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,7 +1,7 @@ { "name": "@leather-wallet/query", "description": "Leather query", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "type": "module", "author": "Leather.io contact@leather.io", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index b23a93d4d..63e164041 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/leather-wallet/mono/compare/types-v0.2.0...types-v0.2.1) (2024-05-07) + + +### Bug Fixes + +* types success bug, closes leather-wallet/extension[#5314](https://github.com/leather-wallet/mono/issues/5314) ([31ef5e4](https://github.com/leather-wallet/mono/commit/31ef5e420830f86c1f85c2bfdd8b8730c09d298c)) + ## [0.2.0](https://github.com/leather-wallet/mono/compare/types-v0.1.0...types-v0.2.0) (2024-04-23) diff --git a/packages/types/package.json b/packages/types/package.json index 85604c4e8..e721513b0 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@leather-wallet/types", "description": "Types package for Leather", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "author": "leather-wallet", "scripts": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index ee6f2cc63..d8b387d84 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/leather-wallet/mono/compare/utils-v0.2.0...utils-v0.3.0) (2024-05-07) + + +### Features + +* prepare monorepo packages for extension development ([4fb2dbc](https://github.com/leather-wallet/mono/commit/4fb2dbc786987d50800cb80329c5986a51bec4c2)) + ## [0.2.0](https://github.com/leather-wallet/mono/compare/utils-v0.1.0...utils-v0.2.0) (2024-04-23) diff --git a/packages/utils/package.json b/packages/utils/package.json index 6dc5c73f9..71cdb30bb 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@leather-wallet/utils", "description": "Shared bitcoin utilities", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "type": "module", "author": "Leather.io contact@leather.io",