Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dynamic-package-version-cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect-migrate/cli": patch
---

Use dynamic version from package.json via getPackageMeta service instead of hardcoded value. Enhance CLI configuration with executable name, summary, and footer documentation links. Add proper error handling with Effect.catchAll for fatal errors.
5 changes: 5 additions & 0 deletions .changeset/dynamic-package-version-core.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect-migrate/core": patch
---

Add getPackageMeta service for dynamic version reading from package.json. Exports PackageMeta interface and getPackageMeta Effect that reads both toolVersion and schemaVersion at runtime, with intelligent path resolution for development and production environments.
Loading