Skip to content

Commit

Permalink
chore: release v1.3.0 (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 7, 2022
1 parent a2f7bc5 commit 560c043
Show file tree
Hide file tree
Showing 14 changed files with 112 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
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"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
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))
21 changes: 21 additions & 0 deletions apps/electron/CHANGELOG.md
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
6 changes: 3 additions & 3 deletions apps/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "./",
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 16 additions & 0 deletions apps/express/CHANGELOG.md
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
6 changes: 3 additions & 3 deletions apps/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lily/express",
"version": "1.0.0",
"version": "1.3.0",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -10,8 +10,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",
"body-parser": "^1.19.1",
"cors": "^2.8.5",
Expand Down
21 changes: 21 additions & 0 deletions apps/frontend/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "./",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
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",
Expand Down
15 changes: 15 additions & 0 deletions packages/shared-server/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions packages/shared-server/package.json
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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion packages/types/package.json
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",
Expand Down

0 comments on commit 560c043

Please sign in to comment.