From ea9548ed0684fbaa00d48af7ede41fc219788510 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:25:14 +0000 Subject: [PATCH] chore: release v1.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++ apps/electron/CHANGELOG.md | 34 ++++++++++ apps/electron/package.json | 4 +- apps/express/CHANGELOG.md | 23 +++++++ apps/express/package.json | 4 +- apps/frontend/CHANGELOG.md | 99 +++++++++++++++++++++++++++++ apps/frontend/package.json | 2 +- package-lock.json | 4 +- package.json | 2 +- packages/shared-server/CHANGELOG.md | 30 +++++++++ packages/shared-server/package.json | 2 +- packages/types/CHANGELOG.md | 27 ++++++++ packages/types/package.json | 2 +- 14 files changed, 233 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9258667..053c5e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"apps/electron":"1.4.0","apps/express":"1.4.0","apps/frontend":"1.4.0","packages/shared-server":"1.4.0","packages/types":"1.4.0",".":"1.4.0"} +{"apps/electron":"1.5.0","apps/express":"1.5.0","apps/frontend":"1.5.0","packages/shared-server":"1.5.0","packages/types":"1.5.0",".":"1.4.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3499aa2..a04bf13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.4.1](https://github.com/Lily-Technologies/lily-wallet/compare/lily-wallet-v1.4.0...lily-wallet-v1.4.1) (2023-08-14) + + +### Bug Fixes + +* **Bitgo:** allow Ledger signing on Bitgo vaults ([5fa6818](https://github.com/Lily-Technologies/lily-wallet/commit/5fa681815478e05f5226298d5e695315e1d6f6fe)) +* **build:** add node version to frontned package.json ([55232e6](https://github.com/Lily-Technologies/lily-wallet/commit/55232e6df103154ea9295bd4e662f35e41d4182e)) +* **Settings:** derivation path in Coldcard multisig export file ([d9a6590](https://github.com/Lily-Technologies/lily-wallet/commit/d9a65909973699b7744f80e124ead6633d3e95d5)) + ## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/lily-wallet-v1.3.0...lily-wallet-v1.4.0) (2023-07-19) diff --git a/apps/electron/CHANGELOG.md b/apps/electron/CHANGELOG.md index 5ed2393..d02db78 100644 --- a/apps/electron/CHANGELOG.md +++ b/apps/electron/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [1.5.0](https://github.com/Lily-Technologies/lily-wallet/compare/electron-v1.4.0...electron-v1.5.0) (2023-08-14) + + +### Features + +* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248)) +* **DeepLink:** add protocol to package.json ([55e966d](https://github.com/Lily-Technologies/lily-wallet/commit/55e966da731e9f36abfc9654ae5a385851054475)) +* **DeepLink:** setup via deep link ([3071042](https://github.com/Lily-Technologies/lily-wallet/commit/3071042f1314e019862a168d7f188901a3e0df67)) +* **Labels:** add/delete labels from addresses ([64ca20e](https://github.com/Lily-Technologies/lily-wallet/commit/64ca20e6b5f030745bd0e8b087edd16036905f4c)) +* **Lightning:** specify outgoing channel id ([#111](https://github.com/Lily-Technologies/lily-wallet/issues/111)) ([30a9d7c](https://github.com/Lily-Technologies/lily-wallet/commit/30a9d7c05ea01fb238329528a29c9cc755ef4a1b)) +* **OnchainProviders:** save config on change, add ssl ([6c4b226](https://github.com/Lily-Technologies/lily-wallet/commit/6c4b22607090a4b004270f8e29bcd4ba4b6949ae)) +* **OnchainProviders:** store connection details ([1db5a2b](https://github.com/Lily-Technologies/lily-wallet/commit/1db5a2ba908abea68aabfeb7172aef493c220fb8)) +* reference address/change address context in utxo, allow TagsSection to add/delete multiple correctly ([#105](https://github.com/Lily-Technologies/lily-wallet/issues/105)) ([480b66c](https://github.com/Lily-Technologies/lily-wallet/commit/480b66c8c8e1c4a1a9f07bbcd49aa3dcdd0091df)) +* Transaction Descriptions ([#99](https://github.com/Lily-Technologies/lily-wallet/issues/99)) ([cae4690](https://github.com/Lily-Technologies/lily-wallet/commit/cae46902d1bcb8179fc3bdc89a94a059d3d7dbfd)) + + +### Bug Fixes + +* **Bitgo:** allow Ledger signing on Bitgo vaults ([5fa6818](https://github.com/Lily-Technologies/lily-wallet/commit/5fa681815478e05f5226298d5e695315e1d6f6fe)) +* **BlockstreamProvider:** rename Esplora ([ef6b70f](https://github.com/Lily-Technologies/lily-wallet/commit/ef6b70f00efb7dc7e27b4ea4f8929df17f67ec46)) +* **Electron/Express builds:** make sure HWI properly imported ([8f258aa](https://github.com/Lily-Technologies/lily-wallet/commit/8f258aa49579a8159a2169e6f3626d11e45dc55e)) +* **Electron:** default electrum endpoint ([45a059b](https://github.com/Lily-Technologies/lily-wallet/commit/45a059b9e794aec4bb9fdaf13c5ac945a645fe64)) +* **Electron:** initial window size ([547f7ea](https://github.com/Lily-Technologies/lily-wallet/commit/547f7ead65a25615ebe7febc016b5663181c0423)) +* **main:** remove console.log ([c25fa90](https://github.com/Lily-Technologies/lily-wallet/commit/c25fa90ecf88faad7d2c00fb31b6b017ace24cf5)) +* **main:** remove unnecessary output ([33140f0](https://github.com/Lily-Technologies/lily-wallet/commit/33140f0fe19a98a8525577ddb316fa156660770e)) +* only use ReactDevTools in dev ([ad86c70](https://github.com/Lily-Technologies/lily-wallet/commit/ad86c701f18728bf3e01c134d9a2d36a42558d20)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @lily/shared-server bumped from 1.4.0 to 1.5.0 + ## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/electron-v1.3.0...electron-v1.4.0) (2023-07-19) diff --git a/apps/electron/package.json b/apps/electron/package.json index ff16abf..e18eb04 100644 --- a/apps/electron/package.json +++ b/apps/electron/package.json @@ -3,7 +3,7 @@ "author": "Lily Technologies, Inc. (https://lily-wallet.com)", "description": "Lily is the best way to secure your Bitcoin", "license": "Custom", - "version": "1.4.0", + "version": "1.5.0", "private": true, "main": "./build/main.js", "homepage": "./", @@ -130,7 +130,7 @@ }, "dependencies": { "@lily-technologies/lnrpc": "^0.14.1-beta.14", - "@lily/shared-server": "1.4.0", + "@lily/shared-server": "1.5.0", "axios": "^0.24.0", "electron-notarize": "^1.1.1", "moment": "^2.29.1" diff --git a/apps/express/CHANGELOG.md b/apps/express/CHANGELOG.md index 465a49c..fb03b4a 100644 --- a/apps/express/CHANGELOG.md +++ b/apps/express/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.5.0](https://github.com/Lily-Technologies/lily-wallet/compare/express-v1.4.0...express-v1.5.0) (2023-08-14) + + +### Features + +* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248)) +* **Express:** MyNode integration ([#103](https://github.com/Lily-Technologies/lily-wallet/issues/103)) ([4d37b95](https://github.com/Lily-Technologies/lily-wallet/commit/4d37b953af018126dd414967eec6fe248749dd28)) +* **Lightning:** specify outgoing channel id ([#111](https://github.com/Lily-Technologies/lily-wallet/issues/111)) ([30a9d7c](https://github.com/Lily-Technologies/lily-wallet/commit/30a9d7c05ea01fb238329528a29c9cc755ef4a1b)) +* tx search ([#106](https://github.com/Lily-Technologies/lily-wallet/issues/106)) ([16c0ce2](https://github.com/Lily-Technologies/lily-wallet/commit/16c0ce289d10ea5895264abd6890c46e0e4bc277)) + + +### Bug Fixes + +* add LND_WALLET_NAME to docker-compose ([102abd7](https://github.com/Lily-Technologies/lily-wallet/commit/102abd7e5668b888b785afcb198810ba9ae89329)) +* **Electron/Express builds:** make sure HWI properly imported ([8f258aa](https://github.com/Lily-Technologies/lily-wallet/commit/8f258aa49579a8159a2169e6f3626d11e45dc55e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @lily/shared-server bumped from 1.4.0 to 1.5.0 + ## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/express-v1.3.0...express-v1.4.0) (2023-07-19) diff --git a/apps/express/package.json b/apps/express/package.json index de08935..c2b9688 100644 --- a/apps/express/package.json +++ b/apps/express/package.json @@ -1,6 +1,6 @@ { "name": "@lily/express", - "version": "1.4.0", + "version": "1.5.0", "main": "dist/index.js", "scripts": { "build": "tsc", @@ -10,7 +10,7 @@ }, "dependencies": { "@lily-technologies/lnrpc": "^0.14.1-beta.14", - "@lily/shared-server": "1.4.0", + "@lily/shared-server": "1.5.0", "axios": "^0.24.0", "body-parser": "^1.19.1", "cors": "^2.8.5", diff --git a/apps/frontend/CHANGELOG.md b/apps/frontend/CHANGELOG.md index 9fd6514..d007677 100644 --- a/apps/frontend/CHANGELOG.md +++ b/apps/frontend/CHANGELOG.md @@ -1,5 +1,104 @@ # Changelog +## [1.5.0](https://github.com/Lily-Technologies/lily-wallet/compare/frontend-v1.4.0...frontend-v1.5.0) (2023-08-14) + + +### Features + +* **Addresses:** allow search ([#101](https://github.com/Lily-Technologies/lily-wallet/issues/101)) ([06e3ecd](https://github.com/Lily-Technologies/lily-wallet/commit/06e3ecd2fd0b49cfb4d5706e65926c2c22a597ea)) +* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248)) +* ChannelRow update styling ([e645667](https://github.com/Lily-Technologies/lily-wallet/commit/e6456678748d5de3f9f33357b72648afe147911c)) +* **CoinSelection:** allow users to select tx inputs ([#97](https://github.com/Lily-Technologies/lily-wallet/issues/97)) ([33f6de9](https://github.com/Lily-Technologies/lily-wallet/commit/33f6de9299ad03c668cd742cc27876c0ed0dbbc9)) +* **CurrencyUnitToggle:** add toggle to settings page, adjust HistoricChart ([0c1839f](https://github.com/Lily-Technologies/lily-wallet/commit/0c1839f723bf8b4fc9aba03cc08f4273da98a08c)) +* **DeepLink:** setup via deep link ([3071042](https://github.com/Lily-Technologies/lily-wallet/commit/3071042f1314e019862a168d7f188901a3e0df67)) +* **DeviceImage:** remove phone, replace with LilyLogo ([83cd7c4](https://github.com/Lily-Technologies/lily-wallet/commit/83cd7c4dea68ea234e6b1acb51f7c7a3de927890)) +* **Express:** MyNode integration ([#103](https://github.com/Lily-Technologies/lily-wallet/issues/103)) ([4d37b95](https://github.com/Lily-Technologies/lily-wallet/commit/4d37b953af018126dd414967eec6fe248749dd28)) +* **Home:** list view ([6e4cffc](https://github.com/Lily-Technologies/lily-wallet/commit/6e4cffc38809fbf28d2c6ff8cc22dd7bd0834b2c)) +* **Labels:** add tags to AddressRow ([20cd7c6](https://github.com/Lily-Technologies/lily-wallet/commit/20cd7c6a17e41f60afe4f6037ebfd7333be956bf)) +* **Labels:** add/delete labels from addresses ([64ca20e](https://github.com/Lily-Technologies/lily-wallet/commit/64ca20e6b5f030745bd0e8b087edd16036905f4c)) +* **Labels:** refactor, add to receive page ([22b739c](https://github.com/Lily-Technologies/lily-wallet/commit/22b739cf81c7dbfa6373c8b4b674631df895f692)) +* **License Checkout:** add license as shopping item, dark mode enhancements ([b7ea78e](https://github.com/Lily-Technologies/lily-wallet/commit/b7ea78e7203ee0ee12d9fa3f87f172cb0db400ca)) +* **LightningDetailsSlideover:** add preimage data ([6ed74a1](https://github.com/Lily-Technologies/lily-wallet/commit/6ed74a1c5baa76bdd47f20ad71ca211bb8c0a0f4)) +* **Lightning:** specify outgoing channel id ([#111](https://github.com/Lily-Technologies/lily-wallet/issues/111)) ([30a9d7c](https://github.com/Lily-Technologies/lily-wallet/commit/30a9d7c05ea01fb238329528a29c9cc755ef4a1b)) +* **Onboarding:** add floating welcome ([42f9961](https://github.com/Lily-Technologies/lily-wallet/commit/42f996154db59cccc6a8b650d8f878165b810d45)) +* **OnchainProviders:** save config on change, add ssl ([6c4b226](https://github.com/Lily-Technologies/lily-wallet/commit/6c4b22607090a4b004270f8e29bcd4ba4b6949ae)) +* **OnchainProviders:** store connection details ([1db5a2b](https://github.com/Lily-Technologies/lily-wallet/commit/1db5a2ba908abea68aabfeb7172aef493c220fb8)) +* **PrompPinModal:** add intermediate action message ([9827b98](https://github.com/Lily-Technologies/lily-wallet/commit/9827b988ec34b844f262ce391deb88e9051c1d5e)) +* **Purchase:** add license expiration in fromNow terms too ([c23d2af](https://github.com/Lily-Technologies/lily-wallet/commit/c23d2afd081cbed7d62d81b34b4ea397cec0d0d7)) +* reference address/change address context in utxo, allow TagsSection to add/delete multiple correctly ([#105](https://github.com/Lily-Technologies/lily-wallet/issues/105)) ([480b66c](https://github.com/Lily-Technologies/lily-wallet/commit/480b66c8c8e1c4a1a9f07bbcd49aa3dcdd0091df)) +* **Send Bitcoin:** add account balances to select menu ([f5c87e0](https://github.com/Lily-Technologies/lily-wallet/commit/f5c87e0f320cc003e8b98173d85480cfef8ec92f)) +* **Send:** display warning if imported psbt is unfunded and prompt funding ([a0d77ed](https://github.com/Lily-Technologies/lily-wallet/commit/a0d77ed710345f9650e6039aefa1a37da160927e)) +* **Settings:** add device tab ([c94d0c4](https://github.com/Lily-Technologies/lily-wallet/commit/c94d0c4af9b9dfa6cb95ec3e7e8bef483885ac00)) +* **Setup, Lightning:** add review screen with data ([d054d31](https://github.com/Lily-Technologies/lily-wallet/commit/d054d31f9516b5203e8e35b86c370cb6b41366e9)) +* **Setup:** add unchained caravan import ([abc7f45](https://github.com/Lily-Technologies/lily-wallet/commit/abc7f457d703ce81a60d6fc5d957bf2962807e63)) +* **Setup:** owners, new flow ([bc42141](https://github.com/Lily-Technologies/lily-wallet/commit/bc42141dbfcbc4cad270ae468ff6c88cdefb848b)) +* **Setup:** request via URL flow ([18cb3a9](https://github.com/Lily-Technologies/lily-wallet/commit/18cb3a9a9c97ab5bf96b58c1388ec56ae200ec94)) +* **Spinner:** add classname prop to allow dynamic placement ([7c69367](https://github.com/Lily-Technologies/lily-wallet/commit/7c69367fdb1f84af8c3d27515bfbd7d9c49e5b70)) +* **TagSection:** support multiple addresses ([#100](https://github.com/Lily-Technologies/lily-wallet/issues/100)) ([269c95b](https://github.com/Lily-Technologies/lily-wallet/commit/269c95bb0ee09ccf906c1812845bdc866c216369)) +* Transaction Descriptions ([#99](https://github.com/Lily-Technologies/lily-wallet/issues/99)) ([cae4690](https://github.com/Lily-Technologies/lily-wallet/commit/cae46902d1bcb8179fc3bdc89a94a059d3d7dbfd)) +* tx search ([#106](https://github.com/Lily-Technologies/lily-wallet/issues/106)) ([16c0ce2](https://github.com/Lily-Technologies/lily-wallet/commit/16c0ce289d10ea5895264abd6890c46e0e4bc277)) +* **Units:** add Unit, UnitInput, and Price components and context to allow user to view numbers in btc or sats ([f3b2b05](https://github.com/Lily-Technologies/lily-wallet/commit/f3b2b059e3e01719a02496973fc7fcc0a29176be)) +* update pricing page ([1784829](https://github.com/Lily-Technologies/lily-wallet/commit/1784829d1217cd1d7b408ca8d63d154a533f8118)) +* **UTXORow:** add search, tags ([#102](https://github.com/Lily-Technologies/lily-wallet/issues/102)) ([a33a387](https://github.com/Lily-Technologies/lily-wallet/commit/a33a3873013553fabf368b1689ebe45c73c9f8b2)) +* **Vaults:** replace device ([88ab672](https://github.com/Lily-Technologies/lily-wallet/commit/88ab672bc2681dd2950ceb3a0537e802b7a37873)) + + +### Bug Fixes + +* **AlertBar:** make global to app to prevent disappearing ([66c8b10](https://github.com/Lily-Technologies/lily-wallet/commit/66c8b10886fd194ab48100ef644025c80eb870f7)) +* **AlertBar:** move scope to vault ([f6d1829](https://github.com/Lily-Technologies/lily-wallet/commit/f6d1829ef07a24161a2939c97821afdc67871897)) +* **AlertBar:** remove ([46fb930](https://github.com/Lily-Technologies/lily-wallet/commit/46fb930085d6eb8f4ce56d362527a1a639e467f2)) +* **Bitgo:** allow Ledger signing on Bitgo vaults ([5fa6818](https://github.com/Lily-Technologies/lily-wallet/commit/5fa681815478e05f5226298d5e695315e1d6f6fe)) +* **BlockstreamProvider:** rename Esplora ([ef6b70f](https://github.com/Lily-Technologies/lily-wallet/commit/ef6b70f00efb7dc7e27b4ea4f8929df17f67ec46)) +* **build:** add node version to frontned package.json ([55232e6](https://github.com/Lily-Technologies/lily-wallet/commit/55232e6df103154ea9295bd4e662f35e41d4182e)) +* **console.log:** remove ([ce7f949](https://github.com/Lily-Technologies/lily-wallet/commit/ce7f949303e2e39c7b38ca0956131ee461098859)) +* **Countdown:** more granular ([30139bb](https://github.com/Lily-Technologies/lily-wallet/commit/30139bba7371f828d58798fd38466b7155bea36a)) +* **DarkMode:** apply lighter text to lightning slideout ([56b4726](https://github.com/Lily-Technologies/lily-wallet/commit/56b47269205dae7c3d6ecef6af8f8f9997ad8b54)) +* **DarkMode:** improvements ([8634306](https://github.com/Lily-Technologies/lily-wallet/commit/8634306a3967a2a23f750ee80311d9e966ba0edf)) +* **Dropdown:** re-add divider styles ([d1af61f](https://github.com/Lily-Technologies/lily-wallet/commit/d1af61fafdc26d85c6094d09273fcf6fb2158686)) +* **Dropdown:** reduce text size ([80f47e0](https://github.com/Lily-Technologies/lily-wallet/commit/80f47e02c3e3a57ea8a4d38cd818178e9f908846)) +* **Electron/Express builds:** make sure HWI properly imported ([8f258aa](https://github.com/Lily-Technologies/lily-wallet/commit/8f258aa49579a8159a2169e6f3626d11e45dc55e)) +* **files:** add owner info to multisig util ([7b9c1a2](https://github.com/Lily-Technologies/lily-wallet/commit/7b9c1a2086cbba7c21eefe4091e3526f0591ab5e)) +* **getLastTransactionTimeLightning:** add case for channel opening/no creationDate ([4006baf](https://github.com/Lily-Technologies/lily-wallet/commit/4006baf76371bdaa21f69a7be1bdaec61c9c0973)) +* **Input:** error state with static text ([7507b42](https://github.com/Lily-Technologies/lily-wallet/commit/7507b4283020f7e7ffc7c6b0326460ecfef485c0)) +* **LilyImage:** use licensed image ([89f8e61](https://github.com/Lily-Technologies/lily-wallet/commit/89f8e61bb5a25e343d4c6e730d4f29076c19579d)) +* **Login:** redirect to create ([282227e](https://github.com/Lily-Technologies/lily-wallet/commit/282227ef9c457045e5fc7c0398aeb8cd6fb48e56)) +* **Login:** redirect to home on success ([654eb7d](https://github.com/Lily-Technologies/lily-wallet/commit/654eb7d262e5c1fec96cc7852ff6a99b586e5d42)) +* **NetworkSettings:** simplify change endpoint flow ([a28052d](https://github.com/Lily-Technologies/lily-wallet/commit/a28052d12b691f46e2399d69ce2eb678275b9f47)) +* **NewVault:** pin prompt, adding device loading state ([7786250](https://github.com/Lily-Technologies/lily-wallet/commit/7786250e5d46219f9b04c8d97fb857c700ec2dcd)) +* **NoDevicesEmptyState:** remove console.log ([32e0f83](https://github.com/Lily-Technologies/lily-wallet/commit/32e0f835bd5cb642f0ca7d595f02629e91c1d747)) +* **OnchainSendTxForm:** adjust header display logic ([d66c4c3](https://github.com/Lily-Technologies/lily-wallet/commit/d66c4c3e79a70dc97be8354720f5b5a31a8806f3)) +* **OnchainSendTxForm:** fix signTransactionIfSingleSigner ([bc9be5f](https://github.com/Lily-Technologies/lily-wallet/commit/bc9be5f0cbb8be5b740a7a04c7cafed42cfe3b88)) +* **Open LN channel:** sats bug ([68fa34e](https://github.com/Lily-Technologies/lily-wallet/commit/68fa34e95d0bb0ab6e91ac8c4192dc5972f6fd1b)) +* **PastePsbtModalContent:** remove styled-components ([23d3299](https://github.com/Lily-Technologies/lily-wallet/commit/23d32996faac0de6faa2507c2215f69b0711b988)) +* react-scripts iframe injection ([1c796f4](https://github.com/Lily-Technologies/lily-wallet/commit/1c796f4622fd0326a9b4572d9929c7dd64e2cdc9)) +* remove console.logs ([0a4d3a8](https://github.com/Lily-Technologies/lily-wallet/commit/0a4d3a893e8657e2bf86d9cbb9d42ccb69ade5eb)) +* **RequestDeviceViaEmail:** update helper text ([bbf7f31](https://github.com/Lily-Technologies/lily-wallet/commit/bbf7f3163ebd86868fe913ff53a4c9d3c5f674e8)) +* **RequiredDevicesModal:** bottom border light mode visibility ([78b7a00](https://github.com/Lily-Technologies/lily-wallet/commit/78b7a009a6c0724df656aebf671bf22d968229c2)) +* **Select:** fire onClick for initial value ([0a0e987](https://github.com/Lily-Technologies/lily-wallet/commit/0a0e987c588c6e580126b9fbe3858deec538773e)) +* **Send:** add modal back for ErrorModal ([198bd05](https://github.com/Lily-Technologies/lily-wallet/commit/198bd059d8df1b7aa771a81ddfe9e5922bcf8ad0)) +* **Send:** Lightning load state ([89b21ba](https://github.com/Lily-Technologies/lily-wallet/commit/89b21bac1a8b44bebff796c088d1bee1648d97b4)) +* **Settings:** derivation path in Coldcard multisig export file ([d9a6590](https://github.com/Lily-Technologies/lily-wallet/commit/d9a65909973699b7744f80e124ead6633d3e95d5)) +* **Settings:** no padding when locked ([f3e1dec](https://github.com/Lily-Technologies/lily-wallet/commit/f3e1dec5e528e7363bc77195f3ad48088fb314b1)) +* **Setup, Hardware Wallet:** import from file ([dad413c](https://github.com/Lily-Technologies/lily-wallet/commit/dad413c438f8ff835e45f9b047056db23b1ca514)) +* **Setup:** proper negative margin ([3f75855](https://github.com/Lily-Technologies/lily-wallet/commit/3f7585563f44f658f89e03cabe1b76814c42c376)) +* **Setup:** software wallet ([3dddd23](https://github.com/Lily-Technologies/lily-wallet/commit/3dddd23d2361b0a9970a3adccf9f61c19073daa2)) +* **ShoppingCart:** flex col ([b60b370](https://github.com/Lily-Technologies/lily-wallet/commit/b60b370932477c9083b3e4d3312d2eed823b97a0)) +* **ShoppingCart:** flex col styling ([3d0d068](https://github.com/Lily-Technologies/lily-wallet/commit/3d0d068c5b498c816823a26a97482168d5448a41)) +* **Signup:** loading spinner ([a4a0830](https://github.com/Lily-Technologies/lily-wallet/commit/a4a08308ebb210ef8c109eee67e7684e05d82b4b)) +* **SoftwareWallet:** push new id before changing route ([ef59ec6](https://github.com/Lily-Technologies/lily-wallet/commit/ef59ec6e5f5aa059420afef59322ee631145d5b6)) +* styling ([704feca](https://github.com/Lily-Technologies/lily-wallet/commit/704fecad732bfee7ce02dd134b9d7f949de6a1f8)) +* **TagsSection:** copy receive logic ([fb78938](https://github.com/Lily-Technologies/lily-wallet/commit/fb78938aafb83605d10f72de1ea9b5b34726a217)) +* **TagsSection:** key bug ([513d85f](https://github.com/Lily-Technologies/lily-wallet/commit/513d85f50622c16f37f97a9a864190791e88d620)) +* **TransactionDetailsDropdown:** fix font size ([ed12bf3](https://github.com/Lily-Technologies/lily-wallet/commit/ed12bf3e0e564c1a5071963333d4a6de5dd9db93)) +* tx description update ([d7fb847](https://github.com/Lily-Technologies/lily-wallet/commit/d7fb847ceec147ce611623af762cbfd0d67a0b3a)) +* **TxDetailModal:** fix confirmation language ([f3a4401](https://github.com/Lily-Technologies/lily-wallet/commit/f3a440119aa79877d5ab525b2439c9164cce9f01)) +* **UnitContext:** remove console.log ([441e4b9](https://github.com/Lily-Technologies/lily-wallet/commit/441e4b9e82d99bd3668c2e365811ad191d71df7f)) +* **Vault, Empty State:** fix padding, remove double empty state ([e074f26](https://github.com/Lily-Technologies/lily-wallet/commit/e074f26d44f1cd5338c7409d9ba40628a855b8e6)) +* **VaultDevices:** light mode styling ([1eb39b1](https://github.com/Lily-Technologies/lily-wallet/commit/1eb39b1b2328958128a708df77daa9e192e178a1)) +* **VaultSetup:** device select styling ([5f131ae](https://github.com/Lily-Technologies/lily-wallet/commit/5f131ae60adb87be7050858f26ba7ab68f1b9d26)) +* **WebPlatform:** remove HOST env variable ([4e83c6c](https://github.com/Lily-Technologies/lily-wallet/commit/4e83c6ca0ff99109d56177c66633b534b40b6e11)) + ## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/frontend-v1.3.0...frontend-v1.4.0) (2023-07-19) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index e223ec9..1fdd890 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -3,7 +3,7 @@ "author": "Lily Technologies, Inc. (https://lily-wallet.com)", "description": "Lily is the best way to secure your Bitcoin", "license": "Custom", - "version": "1.4.0", + "version": "1.5.0", "private": true, "main": "./dist/main.js", "homepage": "./", diff --git a/package-lock.json b/package-lock.json index ceeb6fe..5b5ff11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lily-monorepo", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lily-monorepo", - "version": "1.4.0", + "version": "1.4.1", "license": "Custom", "workspaces": [ "apps/*", diff --git a/package.json b/package.json index cb5c5d3..a26b47f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.4.0", + "version": "1.4.1", "name": "lily-wallet", "author": "Lily Technologies, Inc. (https://lily-wallet.com)", "description": "Lily is the best way to secure your Bitcoin", diff --git a/packages/shared-server/CHANGELOG.md b/packages/shared-server/CHANGELOG.md index 962aafd..c422eab 100644 --- a/packages/shared-server/CHANGELOG.md +++ b/packages/shared-server/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [1.5.0](https://github.com/Lily-Technologies/lily-wallet/compare/shared-server-v1.4.0...shared-server-v1.5.0) (2023-08-14) + + +### Features + +* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248)) +* **Electrum:** allow custom connection from frontend ([82b9bba](https://github.com/Lily-Technologies/lily-wallet/commit/82b9bba99b290e17ac3a717602ed220d9032d883)) +* **HWI:** add express support ([b7d30ce](https://github.com/Lily-Technologies/lily-wallet/commit/b7d30cedcbc395a0af18f3a39d9e6c4d0b5a9f8e)) +* **Lightning:** specify outgoing channel id ([#111](https://github.com/Lily-Technologies/lily-wallet/issues/111)) ([30a9d7c](https://github.com/Lily-Technologies/lily-wallet/commit/30a9d7c05ea01fb238329528a29c9cc755ef4a1b)) +* **OnchainProviders:** store connection details ([1db5a2b](https://github.com/Lily-Technologies/lily-wallet/commit/1db5a2ba908abea68aabfeb7172aef493c220fb8)) +* reference address/change address context in utxo, allow TagsSection to add/delete multiple correctly ([#105](https://github.com/Lily-Technologies/lily-wallet/issues/105)) ([480b66c](https://github.com/Lily-Technologies/lily-wallet/commit/480b66c8c8e1c4a1a9f07bbcd49aa3dcdd0091df)) +* **Setup, Lightning:** add review screen with data ([d054d31](https://github.com/Lily-Technologies/lily-wallet/commit/d054d31f9516b5203e8e35b86c370cb6b41366e9)) +* **sqlite:** add to shared-server ([f4a05db](https://github.com/Lily-Technologies/lily-wallet/commit/f4a05db251850548d470e4aa96f1de323483b032)) +* Transaction Descriptions ([#99](https://github.com/Lily-Technologies/lily-wallet/issues/99)) ([cae4690](https://github.com/Lily-Technologies/lily-wallet/commit/cae46902d1bcb8179fc3bdc89a94a059d3d7dbfd)) +* **Umbrel:** integration ([a5c127d](https://github.com/Lily-Technologies/lily-wallet/commit/a5c127d4f9312fcba14448b41b875c448cc6006c)) +* **Web:** add interface ([#78](https://github.com/Lily-Technologies/lily-wallet/issues/78)) ([0e6add8](https://github.com/Lily-Technologies/lily-wallet/commit/0e6add820aac0ef01c6bfb51dd9eec05d91dfcdf)) + + +### Bug Fixes + +* add sqlite3 to package.json ([dc942ba](https://github.com/Lily-Technologies/lily-wallet/commit/dc942bad95d45e65d32e56353e242f057a5bd231)) +* **Bitgo:** allow Ledger signing on Bitgo vaults ([5fa6818](https://github.com/Lily-Technologies/lily-wallet/commit/5fa681815478e05f5226298d5e695315e1d6f6fe)) +* **BlockstreamProvider:** rename Esplora ([ef6b70f](https://github.com/Lily-Technologies/lily-wallet/commit/ef6b70f00efb7dc7e27b4ea4f8929df17f67ec46)) +* **Electron/Express builds:** make sure HWI properly imported ([8f258aa](https://github.com/Lily-Technologies/lily-wallet/commit/8f258aa49579a8159a2169e6f3626d11e45dc55e)) +* isMine/isChange labeling ([33f0a3c](https://github.com/Lily-Technologies/lily-wallet/commit/33f0a3cd0cd879afbc67f9dc3cdd610ce6d05e43)) +* **LND:** event sorting w/o creationDate ([d74e0f6](https://github.com/Lily-Technologies/lily-wallet/commit/d74e0f625aef0d53199828ea1a77f584f460ac21)) +* **monorepo:** docker setup ([1bfe65f](https://github.com/Lily-Technologies/lily-wallet/commit/1bfe65f33e5a9687723bb679823dde5b6866883d)) +* **OnchainProviders, Custom Node:** remove ([a527b15](https://github.com/Lily-Technologies/lily-wallet/commit/a527b15076d9c18d2def3196cda71d0ece60e999)) +* **OnchainProviders, Electrum:** output object fallback ([876dc72](https://github.com/Lily-Technologies/lily-wallet/commit/876dc720bd07aed55511ed38cbbb30e4e1c813a8)) + ## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/shared-server-v1.3.0...shared-server-v1.4.0) (2023-07-19) diff --git a/packages/shared-server/package.json b/packages/shared-server/package.json index f5a1968..775be25 100644 --- a/packages/shared-server/package.json +++ b/packages/shared-server/package.json @@ -1,6 +1,6 @@ { "name": "@lily/shared-server", - "version": "1.4.0", + "version": "1.5.0", "author": "Lily Technologies, Inc. (https://lily-wallet.com)", "description": "Lily is the best way to secure your Bitcoin", "license": "Custom", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 597d0fe..a691b8d 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [1.5.0](https://github.com/Lily-Technologies/lily-wallet/compare/types-v1.4.0...types-v1.5.0) (2023-08-14) + + +### Features + +* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248)) +* **Electrum:** allow custom connection from frontend ([82b9bba](https://github.com/Lily-Technologies/lily-wallet/commit/82b9bba99b290e17ac3a717602ed220d9032d883)) +* **LightningDetailsSlideover:** add preimage data ([6ed74a1](https://github.com/Lily-Technologies/lily-wallet/commit/6ed74a1c5baa76bdd47f20ad71ca211bb8c0a0f4)) +* **OnchainProviders:** save config on change, add ssl ([6c4b226](https://github.com/Lily-Technologies/lily-wallet/commit/6c4b22607090a4b004270f8e29bcd4ba4b6949ae)) +* **OnchainProviders:** store connection details ([1db5a2b](https://github.com/Lily-Technologies/lily-wallet/commit/1db5a2ba908abea68aabfeb7172aef493c220fb8)) +* reference address/change address context in utxo, allow TagsSection to add/delete multiple correctly ([#105](https://github.com/Lily-Technologies/lily-wallet/issues/105)) ([480b66c](https://github.com/Lily-Technologies/lily-wallet/commit/480b66c8c8e1c4a1a9f07bbcd49aa3dcdd0091df)) +* **Send:** display warning if imported psbt is unfunded and prompt funding ([a0d77ed](https://github.com/Lily-Technologies/lily-wallet/commit/a0d77ed710345f9650e6039aefa1a37da160927e)) +* **Settings:** add device tab ([c94d0c4](https://github.com/Lily-Technologies/lily-wallet/commit/c94d0c4af9b9dfa6cb95ec3e7e8bef483885ac00)) +* **Setup:** add unchained caravan import ([abc7f45](https://github.com/Lily-Technologies/lily-wallet/commit/abc7f457d703ce81a60d6fc5d957bf2962807e63)) +* **sqlite:** add to shared-server ([f4a05db](https://github.com/Lily-Technologies/lily-wallet/commit/f4a05db251850548d470e4aa96f1de323483b032)) +* Transaction Descriptions ([#99](https://github.com/Lily-Technologies/lily-wallet/issues/99)) ([cae4690](https://github.com/Lily-Technologies/lily-wallet/commit/cae46902d1bcb8179fc3bdc89a94a059d3d7dbfd)) +* **Umbrel:** integration ([a5c127d](https://github.com/Lily-Technologies/lily-wallet/commit/a5c127d4f9312fcba14448b41b875c448cc6006c)) + + +### Bug Fixes + +* **Bitgo:** allow Ledger signing on Bitgo vaults ([5fa6818](https://github.com/Lily-Technologies/lily-wallet/commit/5fa681815478e05f5226298d5e695315e1d6f6fe)) +* **BlockstreamProvider:** rename Esplora ([ef6b70f](https://github.com/Lily-Technologies/lily-wallet/commit/ef6b70f00efb7dc7e27b4ea4f8929df17f67ec46)) +* **monorepo:** docker setup ([1bfe65f](https://github.com/Lily-Technologies/lily-wallet/commit/1bfe65f33e5a9687723bb679823dde5b6866883d)) +* **OnchainProviders, Custom Node:** remove ([a527b15](https://github.com/Lily-Technologies/lily-wallet/commit/a527b15076d9c18d2def3196cda71d0ece60e999)) +* **Setup, Hardware Wallet:** import from file ([dad413c](https://github.com/Lily-Technologies/lily-wallet/commit/dad413c438f8ff835e45f9b047056db23b1ca514)) + ## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/types-v1.3.0...types-v1.4.0) (2023-07-19) diff --git a/packages/types/package.json b/packages/types/package.json index 2acf93d..c458af7 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@lily/types", - "version": "1.4.0", + "version": "1.5.0", "author": "Lily Technologies, Inc. (https://lily-wallet.com)", "description": "Lily is the best way to secure your Bitcoin", "license": "Custom",