Skip to content

Commit 2e705c4

Browse files
chore(release): bump all packages to 0.3.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f04e1e8 commit 2e705c4

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

packages/cli/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluently-cli",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"main": "src/index.ts",
55
"bin": {
66
"fluent": "dist/index.js"
@@ -13,7 +13,9 @@
1313
"publishConfig": {
1414
"access": "public"
1515
},
16-
"engines": { "node": ">=20" },
16+
"engines": {
17+
"node": ">=20"
18+
},
1719
"scripts": {
1820
"build": "tsc --noEmit && node build.mjs",
1921
"start": "node dist/index.js",

packages/mcp-server/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluently-mcp-server",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
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",
@@ -15,7 +15,9 @@
1515
"publishConfig": {
1616
"access": "public"
1717
},
18-
"engines": { "node": ">=20" },
18+
"engines": {
19+
"node": ">=20"
20+
},
1921
"scripts": {
2022
"build": "tsc --noEmit && node build.mjs",
2123
"start": "node dist/bin.js",

packages/scorer/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluently-scorer",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "Zero-dependency scoring and validation engine for human-AI collaboration frameworks. Validates knowledge cycles, ranks them by similarity, and evaluates framework compliance. Bundles the AI Fluency 4D Framework; any framework with named dimensions can be registered.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -15,7 +15,9 @@
1515
"publishConfig": {
1616
"access": "public"
1717
},
18-
"engines": { "node": ">=20" },
18+
"engines": {
19+
"node": ">=20"
20+
},
1921
"scripts": {
2022
"build": "tsc",
2123
"dev": "tsc --watch",

0 commit comments

Comments
 (0)