-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Bump to v0.43.0-beta.1 #3161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to v0.43.0-beta.1 #3161
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Please run To prevent this in the future, consider updating the |
||
| "description": "Free, local, open-source AI app builder", | ||
| "keywords": [], | ||
| "license": "MIT", | ||
|
|
||
There was a problem hiding this comment.
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.