Skip to content

Commit 349d7c4

Browse files
authored
Merge pull request #49 from davepoon/changeset-release/main
chore: release packages
2 parents ce81511 + a719837 commit 349d7c4

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
lines changed

.changeset/svelte-windows-compatibility.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/bwc-cli/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# bwc-cli
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- [`ce81511`](https://github.com/davepoon/claude-code-subagents-collection/commit/ce81511ae3ad5f7135b2797b53a9b415a1c5b2fc) Thanks [@davepoon](https://github.com/davepoon)! - Fix Windows compatibility for Svelte command files and update registry
8+
9+
**BREAKING CHANGE**: Svelte command names have changed for Windows compatibility
10+
11+
- Renamed 16 Svelte command files: `svelte:*.md``svelte-*.md` (colons not allowed on Windows)
12+
- Updated command names from `/svelte:*` to `/svelte-*` (e.g., `/svelte:test``/svelte-test`)
13+
- Regenerated registry.json to reflect correct filenames and command names
14+
- All Svelte commands now work correctly on Windows, Linux, and macOS
15+
16+
**Migration Guide for Users:**
17+
If you previously installed Svelte commands with colons (e.g., `/svelte:test`), you'll need to:
18+
19+
1. Remove old command files from `.claude/commands/` (files named `svelte:*.md`)
20+
2. Reinstall using new names: `bwc add --command svelte-test`
21+
3. Update any references in your workflow from `/svelte:*` to `/svelte-*`
22+
323
## 1.2.3
424

525
### Patch Changes

packages/bwc-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bwc-cli",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "CLI tool for installing Claude Code subagents and commands",
55
"keywords": [
66
"claude",

0 commit comments

Comments
 (0)