release: prepare CraftDAG v0.2.6 - #113
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c59ec3ff19
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { | ||
| "name": "@i365dev/craftdag-core", | ||
| "version": "0.2.4", | ||
| "version": "0.2.6", |
There was a problem hiding this comment.
Synchronize exported versions with package releases
When consumers inspect these packages for diagnostics or compatibility checks, the newly published core 0.2.6, exporter 0.2.5, and importer 0.2.4 will all still report 0.2.0 through version, exporterVersion, and importerVersion respectively. Update those exported constants (and the core assertion in bootstrap.test.ts) alongside the manifest versions so the public runtime metadata identifies the installed release correctly.
Useful? React with 👍 / 👎.
Summary
Validation
The tag-triggered publish workflow should run after this release commit is merged.