-
-
Notifications
You must be signed in to change notification settings - Fork 51
chore(release): 2.7.0 #416
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
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": "create-better-fullstack", | ||
| "version": "2.6.2", | ||
| "version": "2.7.0", | ||
|
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.
When an existing installation upgrades only Useful? React with 👍 / 👎. |
||
| "description": "Scaffold configurable fullstack projects in TypeScript, React Native, Rust, Go, Python, Java, .NET, and Elixir through a visual builder, CLI, and MCP server.", | ||
| "keywords": [ | ||
| "ai-agent", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "create-bfs", | ||
| "version": "2.6.2", | ||
| "version": "2.7.0", | ||
| "description": "Alias for create-better-fullstack - A CLI-first toolkit for building fullstack applications.", | ||
| "keywords": [ | ||
| "algolia", | ||
|
|
@@ -81,6 +81,6 @@ | |
| "lint": "oxlint ." | ||
| }, | ||
| "dependencies": { | ||
| "create-better-fullstack": "^2.6.2" | ||
| "create-better-fullstack": "^2.7.0" | ||
|
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. When a clean or frozen install consumes this release, the manifests declare 2.7.0 packages and internal dependencies while |
||
| } | ||
| } | ||
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.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Regenerate
bun.lockafter the release metadata changes.The changed manifests declare
2.7.0, but the checked-in lockfile still contains2.6.xworkspace metadata.apps/cli/package.json#L3-L3: update the lockfile entry forcreate-better-fullstackand its internal dependency ranges.packages/create-bfs/package.json#L3-L3: update the lockfile entry forcreate-bfsto2.7.0.packages/create-bfs/package.json#L84-L84: update the lockfile dependency range to^2.7.0.📍 Affects 2 files
apps/cli/package.json#L3-L3(this comment)packages/create-bfs/package.json#L3-L3packages/create-bfs/package.json#L84-L84🤖 Prompt for AI Agents