2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-30 15:24:05 +03:00
Files
bbob/.changeset/config.json
T
2024-06-25 22:53:03 +02:00

33 lines
639 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": [
"@changesets/changelog-github",
{
"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/types",
"@bbob/vue2",
"@bbob/vue3"
]
],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
}