Skip to content

Commit

Permalink
chore: release v1.4.0 (#127)
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] committed Jul 19, 2023
1 parent baece25 commit 6088885
Show file tree
Hide file tree
Showing 13 changed files with 78 additions and 13 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"}
{"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"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/lily-wallet-v1.3.0...lily-wallet-v1.4.0) (2023-07-19)


### Features

* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248))

## 1.3.0 (2022-12-07)


Expand Down
15 changes: 15 additions & 0 deletions apps/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/electron-v1.3.0...electron-v1.4.0) (2023-07-19)


### Features

* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @lily/shared-server bumped from 1.3.0 to 1.4.0
* @lily/types bumped from 1.3.0 to 1.4.0

## 1.3.0 (2022-12-07)


Expand Down
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.3.0",
"version": "1.4.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": "1.3.0",
"@lily/types": "1.3.0",
"@lily/shared-server": "1.4.0",
"@lily/types": "1.4.0",
"axios": "^0.24.0",
"electron-notarize": "^1.1.1",
"moment": "^2.29.1"
Expand Down
15 changes: 15 additions & 0 deletions apps/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/express-v1.3.0...express-v1.4.0) (2023-07-19)


### Features

* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @lily/shared-server bumped from 1.3.0 to 1.4.0
* @lily/types bumped from 1.3.0 to 1.4.0

## 1.3.0 (2022-12-07)


Expand Down
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.3.0",
"version": "1.4.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": "1.3.0",
"@lily/types": "1.3.0",
"@lily/shared-server": "1.4.0",
"@lily/types": "1.4.0",
"axios": "^0.24.0",
"body-parser": "^1.19.1",
"cors": "^2.8.5",
Expand Down
7 changes: 7 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/frontend-v1.3.0...frontend-v1.4.0) (2023-07-19)


### Features

* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248))

## 1.3.0 (2022-12-07)


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.3.0",
"version": "1.4.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
14 changes: 14 additions & 0 deletions packages/shared-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/shared-server-v1.3.0...shared-server-v1.4.0) (2023-07-19)


### Features

* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @lily/types bumped from 1.3.0 to 1.4.0

## 1.3.0 (2022-12-07)


Expand Down
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.3.0",
"version": "1.4.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": "1.3.0",
"@lily/types": "1.4.0",
"agent-base": "^6.0.2",
"app-root-dir": "^1.0.2",
"axios": "^0.24.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/Lily-Technologies/lily-wallet/compare/types-v1.3.0...types-v1.4.0) (2023-07-19)


### Features

* **Bitgo:** support bitgo vaults ([baece25](https://github.com/Lily-Technologies/lily-wallet/commit/baece25843eb7a294ea3405c517b667121459248))

## 1.3.0 (2022-12-07)


Expand Down
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.3.0",
"version": "1.4.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 6088885

Please sign in to comment.