From aa9fd8b8c3f55936e10a45e9dea96e4e713f634b Mon Sep 17 00:00:00 2001 From: Sanna Jammeh <50969683+sannajammeh@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:28:21 +0100 Subject: [PATCH] ci: correctly link packages to core --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index fde32ccb..b91b4c6f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,10 @@ "commit": false, "fixed": [], - "linked": [["@tw-classed/react", "@tw-classed/core"]], + "linked": [ + ["@tw-classed/core", "@tw-classed/react"], + ["@tw-classed/core", "@tw-classed/solid"] + ], "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch",