diff --git a/.changeset/config.json b/.changeset/config.json index 09ee9ec..a7947d5 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,11 +2,29 @@ "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json", "changelog": [ "@changesets/changelog-github", - { "repo": "JiLiZART/BBob" } + { + "repo": "JiLiZART/BBob" + } ], "commit": false, "fixed": [], - "linked": [["@bbob/cli", "@bbob/core", "@bbob/html", "@bbob/parser", "@bbob/plugin-helper", "@bbob/preset", "@bbob/preset-html5", "@bbob/preset-react", "@bbob/preset-vue", "@bbob/react", "@bbob/vue2", "@bbob/vue3"]], + "linked": [ + [ + "@bbob/cli", + "@bbob/core", + "@bbob/html", + "@bbob/parser", + "@bbob/plugin-helper", + "@bbob/preset", + "@bbob/preset-html5", + "@bbob/preset-react", + "@bbob/preset-vue", + "@bbob/react", + "@bbob/types", + "@bbob/vue2", + "@bbob/vue3" + ] + ], "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch", diff --git a/.changeset/patch.md b/.changeset/patch.md new file mode 100644 index 0000000..2b47757 --- /dev/null +++ b/.changeset/patch.md @@ -0,0 +1,17 @@ +--- +"@bbob/cli": patch +"@bbob/core": patch +"@bbob/html": patch +"@bbob/parser": patch +"@bbob/plugin-helper": patch +"@bbob/preset": patch +"@bbob/preset-html5": patch +"@bbob/preset-react": patch +"@bbob/preset-vue": patch +"@bbob/react": patch +"@bbob/types": patch +"@bbob/vue2": patch +"@bbob/vue3": patch +--- + +Fixes problem where `@bbob/html@4.0.0` depends on `@bbob/core@3.0.2` instead of `^4.0.0`