From 4afb432b079f365a937dd3daa8d3c53543ec53c9 Mon Sep 17 00:00:00 2001 From: Fredrik Forsmo Date: Wed, 10 Nov 2021 23:22:15 +0100 Subject: [PATCH] Set updateInternalDependencies to minor --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 3c93ecd1..87856b6f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,6 +5,6 @@ "linked": [["@pinefile/pine", "@pinefile/monorepo", "@pinefile/runner-npm"]], "access": "public", "baseBranch": "master", - "updateInternalDependencies": "patch", + "updateInternalDependencies": "minor", "ignore": [] }