-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a2f7bc5
commit 560c043
Showing
14 changed files
with
112 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{} | ||
{"apps/electron":"1.3.0","apps/express":"1.3.0","apps/frontend":"1.3.0","packages/shared-server":"1.3.0","packages/types":"1.3.0",".":"1.3.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
## 1.3.0 (2022-12-07) | ||
|
||
|
||
### Features | ||
|
||
* add release-please to github ([#122](https://github.com/Lily-Technologies/lily-wallet/issues/122)) ([a2f7bc5](https://github.com/Lily-Technologies/lily-wallet/commit/a2f7bc5f43382ffa4f7b21693d28f86aa5809f27)) | ||
* **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)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **Electron:** default electrum endpoint ([45a059b](https://github.com/Lily-Technologies/lily-wallet/commit/45a059b9e794aec4bb9fdaf13c5ac945a645fe64)) | ||
* **Setup, Hardware Wallet:** import from file ([dad413c](https://github.com/Lily-Technologies/lily-wallet/commit/dad413c438f8ff835e45f9b047056db23b1ca514)) | ||
* **Vault, Empty State:** fix padding, remove double empty state ([e074f26](https://github.com/Lily-Technologies/lily-wallet/commit/e074f26d44f1cd5338c7409d9ba40628a855b8e6)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
## 1.3.0 (2022-12-07) | ||
|
||
|
||
### Features | ||
|
||
* **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)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **Electron:** default electrum endpoint ([45a059b](https://github.com/Lily-Technologies/lily-wallet/commit/45a059b9e794aec4bb9fdaf13c5ac945a645fe64)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @lily/shared-server bumped from * to 1.3.0 | ||
* @lily/types bumped from * to 1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"author": "Lily Technologies, Inc. <[email protected]> (https://lily-wallet.com)", | ||
"description": "Lily is the best way to secure your Bitcoin", | ||
"license": "Custom", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"private": true, | ||
"main": "./build/main.js", | ||
"homepage": "./", | ||
|
@@ -130,8 +130,8 @@ | |
}, | ||
"dependencies": { | ||
"@lily-technologies/lnrpc": "^0.14.1-beta.14", | ||
"@lily/shared-server": "*", | ||
"@lily/types": "*", | ||
"@lily/shared-server": "1.3.0", | ||
"@lily/types": "1.3.0", | ||
"axios": "^0.24.0", | ||
"electron-notarize": "^1.1.1", | ||
"moment": "^2.29.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
## 1.3.0 (2022-12-07) | ||
|
||
|
||
### Features | ||
|
||
* **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)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @lily/shared-server bumped from * to 1.3.0 | ||
* @lily/types bumped from * to 1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
|
||
## 1.3.0 (2022-12-07) | ||
|
||
|
||
### Features | ||
|
||
* **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)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **Setup, Hardware Wallet:** import from file ([dad413c](https://github.com/Lily-Technologies/lily-wallet/commit/dad413c438f8ff835e45f9b047056db23b1ca514)) | ||
* **Vault, Empty State:** fix padding, remove double empty state ([e074f26](https://github.com/Lily-Technologies/lily-wallet/commit/e074f26d44f1cd5338c7409d9ba40628a855b8e6)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @lily/types bumped from * to 1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"author": "Lily Technologies, Inc. <[email protected]> (https://lily-wallet.com)", | ||
"description": "Lily is the best way to secure your Bitcoin", | ||
"license": "Custom", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"private": true, | ||
"main": "./dist/main.js", | ||
"homepage": "./", | ||
|
@@ -24,7 +24,7 @@ | |
"@heroicons/react": "^1.0.3", | ||
"@lily-technologies/ecpair": "^2.0.0", | ||
"@lily-technologies/lnrpc": "^0.14.1-beta.14", | ||
"@lily/types": "*", | ||
"@lily/types": "1.3.0", | ||
"@styled-icons/bootstrap": "^10.34.0", | ||
"@styled-icons/boxicons-logos": "^10.38.0", | ||
"@styled-icons/boxicons-regular": "^10.38.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"name": "lily-wallet", | ||
"author": "Lily Technologies, Inc. <[email protected]> (https://lily-wallet.com)", | ||
"description": "Lily is the best way to secure your Bitcoin", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
## 1.3.0 (2022-12-07) | ||
|
||
|
||
### Features | ||
|
||
* **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)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @lily/types bumped from * to 1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lily/shared-server", | ||
"version": "1.0.0", | ||
"version": "1.3.0", | ||
"author": "Lily Technologies, Inc. <[email protected]> (https://lily-wallet.com)", | ||
"description": "Lily is the best way to secure your Bitcoin", | ||
"license": "Custom", | ||
|
@@ -13,7 +13,7 @@ | |
"dependencies": { | ||
"@lily-technologies/electrum-client": "^1.1.8", | ||
"@lily-technologies/lnrpc": "^0.14.1-beta.14", | ||
"@lily/types": "*", | ||
"@lily/types": "1.3.0", | ||
"agent-base": "^6.0.2", | ||
"app-root-dir": "^1.0.2", | ||
"axios": "^0.24.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 1.3.0 (2022-12-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **Setup, Hardware Wallet:** import from file ([dad413c](https://github.com/Lily-Technologies/lily-wallet/commit/dad413c438f8ff835e45f9b047056db23b1ca514)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lily/types", | ||
"version": "1.0.0", | ||
"version": "1.3.0", | ||
"author": "Lily Technologies, Inc. <[email protected]> (https://lily-wallet.com)", | ||
"description": "Lily is the best way to secure your Bitcoin", | ||
"license": "Custom", | ||
|