1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Update linked packages in changeset configuration

This commit is contained in:
codecalm
2025-05-12 23:23:19 +02:00
parent c127d65605
commit 27c866b3c3

View File

@@ -3,8 +3,18 @@
"changelog": "@changesets/cli/changelog", "changelog": "@changesets/cli/changelog",
"commit": false, "commit": false,
"fixed": [], "fixed": [],
"linked": [], "linked": [
[
"@tabler/core",
"@tabler/preview",
"@tabler/docs"
]
],
"access": "public", "access": "public",
"baseBranch": "dev", "baseBranch": "dev",
"ignore": [] "ignore": [],
"privatePackages": {
"version": true,
"tag": false
}
} }