From 036f5d915fb4ab100c67e63268a0f41c5a0653d0 Mon Sep 17 00:00:00 2001 From: Marve10s Date: Mon, 31 Aug 2026 18:44:40 +0300 Subject: [PATCH] chore(release): 2.7.0 Release 2.7.0 with five published packages: types, template-generator, project-lifecycle, create-better-fullstack, and create-bfs. Headline change: the bfs install command that connects every detected coding agent to the MCP server and skills in one run. --- apps/cli/package.json | 2 +- packages/create-bfs/package.json | 4 ++-- packages/project-lifecycle/package.json | 2 +- packages/template-generator/package.json | 4 ++-- packages/types/package.json | 2 +- plugin/.claude-plugin/plugin.json | 2 +- plugin/.codex-plugin/plugin.json | 2 +- plugin/plugin.json | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index 7c6825773..8a82a6d96 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-better-fullstack", - "version": "2.6.2", + "version": "2.7.0", "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", diff --git a/packages/create-bfs/package.json b/packages/create-bfs/package.json index ec2907491..e96b9e91a 100644 --- a/packages/create-bfs/package.json +++ b/packages/create-bfs/package.json @@ -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" } } diff --git a/packages/project-lifecycle/package.json b/packages/project-lifecycle/package.json index f26424a2d..5c2ffd3da 100644 --- a/packages/project-lifecycle/package.json +++ b/packages/project-lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@better-fullstack/project-lifecycle", - "version": "2.6.2", + "version": "2.7.0", "private": true, "description": "Transactional project lifecycle contracts and recovery for Better Fullstack", "license": "MIT", diff --git a/packages/template-generator/package.json b/packages/template-generator/package.json index 283687ae9..744070fb2 100644 --- a/packages/template-generator/package.json +++ b/packages/template-generator/package.json @@ -1,6 +1,6 @@ { "name": "@better-fullstack/template-generator", - "version": "2.6.2", + "version": "2.7.0", "description": "Virtual file system generator for Better-Fullstack templates - works in browsers and Node.js", "keywords": [ "better-fullstack", @@ -63,7 +63,7 @@ "sync-versions:fix": "bun scripts/sync-template-versions.ts --fix" }, "dependencies": { - "@better-fullstack/types": "^2.6.2", + "@better-fullstack/types": "^2.7.0", "handlebars": "^4.7.9", "pathe": "^2.0.3", "ts-morph": "^27.0.2", diff --git a/packages/types/package.json b/packages/types/package.json index 41743c320..d5691fc6a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@better-fullstack/types", - "version": "2.6.2", + "version": "2.7.0", "description": "TypeScript types and schemas for Better Fullstack CLI", "keywords": [ "better-fullstack", diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index d22fde0a2..b3df91dde 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "better-fullstack", "displayName": "Better Fullstack", - "version": "2.6.2", + "version": "2.7.0", "description": "Let your AI assistant scaffold and extend Better Fullstack projects through the official MCP server and focused skills.", "author": { "name": "Better Fullstack" diff --git a/plugin/.codex-plugin/plugin.json b/plugin/.codex-plugin/plugin.json index f17f0b4c8..e1f3c27d3 100644 --- a/plugin/.codex-plugin/plugin.json +++ b/plugin/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "better-fullstack", - "version": "2.6.2", + "version": "2.7.0", "description": "Let your AI assistant scaffold and extend Better Fullstack projects through the official MCP server and focused skills.", "author": { "name": "Better Fullstack", diff --git a/plugin/plugin.json b/plugin/plugin.json index 66a3c517a..f9fd2dbcd 100644 --- a/plugin/plugin.json +++ b/plugin/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "better-fullstack", - "version": "2.6.2", + "version": "2.7.0", "description": "Scaffold and safely evolve verified fullstack projects with Better Fullstack skills and its official MCP server.", "author": { "name": "Better Fullstack",