From fc37e4dddacc0fb707967244e776e501710a7649 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 07:14:30 +0000 Subject: [PATCH 1/2] chore(latest): release libnpmfund 3.0.3 --- .release-please-manifest.json | 2 +- workspaces/libnpmfund/CHANGELOG.md | 7 +++++++ workspaces/libnpmfund/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e7ceccce79d8..491e3f692eb4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "workspaces/libnpmaccess": "6.0.3", "workspaces/libnpmdiff": "4.0.4", "workspaces/libnpmexec": "4.0.11", - "workspaces/libnpmfund": "3.0.2", + "workspaces/libnpmfund": "3.0.3", "workspaces/libnpmhook": "8.0.3", "workspaces/libnpmorg": "4.0.3", "workspaces/libnpmpack": "4.1.2", diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md index 2e6fce8a8d890..584246374e331 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.3](https://github.com/leish666/cli/compare/libnpmfund-v3.0.2...libnpmfund-v3.0.3) (2022-09-03) + + +### Dependencies + +* @npmcli/eslint-config@3.1.0 ([8ab12dc](https://github.com/leish666/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460)) + ### [3.0.2](https://github.com/npm/cli/compare/libnpmfund-v3.0.1...libnpmfund-v3.0.2) (2022-04-06) diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index 75eed3c0cdbc7..5cda9716f1761 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "3.0.2", + "version": "3.0.3", "main": "lib/index.js", "files": [ "bin/", From 8d4285ea47ea2e58e4bba528940b4c33b8fbaeee Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Sat, 3 Sep 2022 07:35:40 +0000 Subject: [PATCH 2/2] deps: libnpmfund@3.0.3 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 600981fc334af..9d00f703a567c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10680,7 +10680,7 @@ } }, "workspaces/libnpmfund": { - "version": "3.0.2", + "version": "3.0.3", "license": "ISC", "dependencies": { "@npmcli/arborist": "^5.0.0"