Skip to content

Commit debd7c2

Browse files
chore(release): bump all packages to 0.2.2
Align package.json versions with the v0.2.2 tag. The tag was created at the scorer-rename commit but versions were not bumped, causing the release workflow to attempt republishing 0.2.1 (already on npm for CLI + MCP) and publishing scorer under the wrong version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5f56c64 commit debd7c2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluently-cli",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"main": "src/index.ts",
55
"bin": {
66
"fluent": "dist/index.js"

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluently-mcp-server",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "MCP server for the Fluently framework. Exposes knowledge retrieval and contribution tools so any AI agent (Claude, GPT, Gemini, Mistral, Copilot…) can find, reason over, and extend Fluently cycles.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/scorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluently-scorer",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Zero-dependency scoring engine for the Fluently 4D Framework. Validates YAML knowledge cycles with Zod and ranks them by keyword similarity — no API calls, no false-precision scores.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)