Skip to content

Commit c7a9b4f

Browse files
Version Packages (#41)
1 parent 050eaae commit c7a9b4f

3 files changed

Lines changed: 24 additions & 23 deletions

File tree

.changeset/add-watch-command.md

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

packages/cli/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# dev-workflows
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 050eaae: ### CLI
8+
9+
- Add `devw watch` command — watches `.dwf/` for YAML changes and recompiles automatically
10+
- Extract `executePipeline` from compile with structured return types (`BridgeResult`, `CompileResult`)
11+
- Add `reload` icon to shared `ICONS` in `utils/ui.ts`
12+
- Add chokidar v3 dependency for filesystem watching
13+
14+
### Documentation
15+
16+
- Add `devw watch` to README commands table
17+
- Add `docs/commands/watch.mdx` for Mintlify docs site
18+
- Register watch page in `docs.json` navigation
19+
20+
### Landing
21+
22+
- Add watch tab to terminal demo section
23+
- Add global `*:focus-visible` with `var(--accent)` for consistent focus styling
24+
- Fix active tab border to use `var(--accent)`
25+
326
## 0.2.2
427

528
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev-workflows",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "CLI that compiles developer rules into editor-specific config files",
66
"license": "MIT",

0 commit comments

Comments
 (0)