mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"fixed": [],
|
|
"linked": [
|
|
[
|
|
"@tabler/core",
|
|
"@tabler/preview",
|
|
"@tabler/docs"
|
|
]
|
|
],
|
|
"access": "public",
|
|
"baseBranch": "dev",
|
|
"ignore": [],
|
|
"privatePackages": {
|
|
"version": true,
|
|
"tag": false
|
|
}
|
|
}
|