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