From 3bbe033165302d23424c50a75a9a8e2678dc4dd3 Mon Sep 17 00:00:00 2001 From: JounQin Date: Sat, 23 Jul 2022 11:43:50 +0800 Subject: [PATCH] ci: use fixed versions of changesets --- .changeset/config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index a4837d3f..c67a367c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,12 @@ } ], "commit": false, - "linked": [], + "fixed": [ + [ + "eslint-mdx", + "eslint-plugin-mdx" + ] + ], "access": "restricted", "baseBranch": "master", "updateInternalDependencies": "patch",