From efe9b8d794dd8408dc1b136f3522de4e40a80685 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:04:51 +0300 Subject: [PATCH] chore: update release-please config and fix missing dependency on discovery (#1948) --- package-lock.json | 1 + packages/discovery/package.json | 1 + release-please-config.json | 18 ++++++++++++++---- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 841077cbe0..691d89a596 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36536,6 +36536,7 @@ "version": "0.0.1", "license": "MIT OR Apache-2.0", "dependencies": { + "@waku/core": "0.0.27", "@waku/enr": "0.0.21", "@waku/interfaces": "0.0.22", "@waku/proto": "^0.0.6", diff --git a/packages/discovery/package.json b/packages/discovery/package.json index c894600af4..3a9977629f 100644 --- a/packages/discovery/package.json +++ b/packages/discovery/package.json @@ -54,6 +54,7 @@ "@waku/interfaces": "0.0.22", "@waku/proto": "^0.0.6", "@waku/enr": "0.0.21", + "@waku/core": "0.0.27", "@waku/utils": "0.0.15", "debug": "^4.3.4", "dns-query": "^0.11.2", diff --git a/release-please-config.json b/release-please-config.json index f550498dd3..6917daaa74 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,12 @@ { "bootstrap-sha": "aead369227b49ea9c4619dec48f079ebfc0c85db", - "plugins": ["node-workspace", "sentence-case"], + "plugins": [ + { + "type": "node-workspace", + "updatePeerDependencies": true + }, + "sentence-case" + ], "release-type": "node", "separate-pull-requests": false, "versioning": "always-bump-patch", @@ -15,7 +21,11 @@ "packages/message-encryption": {}, "packages/sdk": {}, "packages/relay": {}, - "packages/discovery": { "release-as": "0.0.1" }, - "packages/react-native-polyfills": { "release-as": "0.0.1" } + "packages/discovery": { + "release-as": "0.0.1" + }, + "packages/react-native-polyfills": { + "release-as": "0.0.1" + } } -} +} \ No newline at end of file