From 6088885d551f89eb13924e510bebb5bf70bb64e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 23:39:59 -0600 Subject: [PATCH] chore: release v1.4.0 (#127) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ apps/electron/CHANGELOG.md | 15 +++++++++++++++ apps/electron/package.json | 6 +++--- apps/express/CHANGELOG.md | 15 +++++++++++++++ apps/express/package.json | 6 +++--- apps/frontend/CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/shared-server/CHANGELOG.md | 14 ++++++++++++++ packages/shared-server/package.json | 4 ++-- packages/types/CHANGELOG.md | 7 +++++++ packages/types/package.json | 2 +- 13 files changed, 78 insertions(+), 13 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 343ea3b..9258667 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 00047d1..3499aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/apps/electron/CHANGELOG.md b/apps/electron/CHANGELOG.md index 2b37138..5ed2393 100644 --- a/apps/electron/CHANGELOG.md +++ b/apps/electron/CHANGELOG.md @@ -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) diff --git a/apps/electron/package.json b/apps/electron/package.json index 158f247..770b015 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.3.0", + "version": "1.4.0", "private": true, "main": "./build/main.js", "homepage": "./", @@ -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" diff --git a/apps/express/CHANGELOG.md b/apps/express/CHANGELOG.md index 4a2b172..465a49c 100644 --- a/apps/express/CHANGELOG.md +++ b/apps/express/CHANGELOG.md @@ -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) diff --git a/apps/express/package.json b/apps/express/package.json index 46d3579..7568952 100644 --- a/apps/express/package.json +++ b/apps/express/package.json @@ -1,6 +1,6 @@ { "name": "@lily/express", - "version": "1.3.0", + "version": "1.4.0", "main": "dist/index.js", "scripts": { "build": "tsc", @@ -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", diff --git a/apps/frontend/CHANGELOG.md b/apps/frontend/CHANGELOG.md index 27b8201..9fd6514 100644 --- a/apps/frontend/CHANGELOG.md +++ b/apps/frontend/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 1aa371c..ceeb6fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lily-monorepo", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lily-monorepo", - "version": "1.3.0", + "version": "1.4.0", "license": "Custom", "workspaces": [ "apps/*", diff --git a/package.json b/package.json index d71a63f..cb5c5d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.3.0", + "version": "1.4.0", "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 3ff6436..962aafd 100644 --- a/packages/shared-server/CHANGELOG.md +++ b/packages/shared-server/CHANGELOG.md @@ -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) diff --git a/packages/shared-server/package.json b/packages/shared-server/package.json index 4b6a3a6..66a3abd 100644 --- a/packages/shared-server/package.json +++ b/packages/shared-server/package.json @@ -1,6 +1,6 @@ { "name": "@lily/shared-server", - "version": "1.3.0", + "version": "1.4.0", "author": "Lily Technologies, Inc. (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": "1.3.0", + "@lily/types": "1.4.0", "agent-base": "^6.0.2", "app-root-dir": "^1.0.2", "axios": "^0.24.0", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 0287146..597d0fe 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -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) diff --git a/packages/types/package.json b/packages/types/package.json index ef64ec0..2acf93d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@lily/types", - "version": "1.3.0", + "version": "1.4.0", "author": "Lily Technologies, Inc. (https://lily-wallet.com)", "description": "Lily is the best way to secure your Bitcoin", "license": "Custom",