Skip to content

Commit 4e325df

Browse files
ascorbicclaude
andauthored
Remove invalid changeset ignore configuration (#3)
The ignore field was set to ignore @demo/* packages, but this repository doesn't have any @demo/* packages, making this configuration invalid and unnecessary. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent c0a7c5a commit 4e325df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"access": "public",
1313
"baseBranch": "main",
1414
"updateInternalDependencies": "patch",
15-
"ignore": ["@demo/*"]
15+
"ignore": []
1616
}

0 commit comments

Comments
 (0)