Skip to content
Merged
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dyad",
"version": "0.42.0",
"version": "0.43.0-beta.1",
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json version was bumped, but package-lock.json still reports version 0.42.0 (both top-level and packages[""] entries). Please regenerate/update the lockfile (or otherwise keep it in sync) so npm ci/install doesn't leave the repo in a dirty state or produce confusing package metadata.

Suggested change
"version": "0.43.0-beta.1",
"version": "0.42.0",

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The package-lock.json file is out of sync with this version change. It still shows version 0.42.0 while this change updates package.json to 0.43.0-beta.1. This can lead to inconsistent dependency installations.

Please run npm install to update the lock file and commit the changes.

To prevent this in the future, consider updating the scripts/bump-version.mjs script to automate this step.

"description": "Free, local, open-source AI app builder",
"keywords": [],
"license": "MIT",
Expand Down
Loading