Release v0.9.0#609
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 17ebdd1d41
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@lix-js/sdk-darwin-arm64": "0.9.0", | ||
| "@lix-js/sdk-linux-arm64": "0.9.0", | ||
| "@lix-js/sdk-linux-x64": "0.9.0", | ||
| "@lix-js/sdk-win32-x64": "0.9.0" |
There was a problem hiding this comment.
Regenerate lockfile native optional entries
In clean-install paths that use npm ci, this lockfile is now out of sync: these optional dependencies require the 0.9.0 native packages, but the package entries later in the same lockfile still resolve @lix-js/sdk-* to 0.7.0. I checked npm ci --dry-run --ignore-scripts in packages/js-sdk, and npm rejects the lock with “package.json and package-lock.json ... are in sync” errors for all four native optional deps, so release/CI consumers using npm ci cannot install this package until the lockfile is regenerated.
Useful? React with 👍 / 👎.
17ebdd1 to
e069e82
Compare
This PR was generated from
.changenotes/*fragments.Merging this PR updates
CHANGELOG.md, bumps lockstep package versions,and enables the release workflow to create
v0.9.0and publish packages.