Skip to content

Commit 50ff74a

Browse files
committed
chore: bump version to 6.6.1 [skip ci]
1 parent 5b3a9e6 commit 50ff74a

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemcp/workflows",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "A Model Context Protocol server that acts as an intelligent conversation state manager and development guide for LLMs, featuring comprehensive long-term memory with persistent project artifacts",
55
"type": "module",
66
"main": "packages/cli/dist/index.js",

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": "@codemcp/workflows-cli",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "CLI tools for responsible-vibe development workflows",
55
"type": "module",
66
"scripts": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemcp/workflows-core",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemcp/workflows-docs",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "Documentation site for Responsible Vibe MCP",
55
"type": "module",
66
"scripts": {

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": "@codemcp/workflows-server",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "MCP server for responsible-vibe development workflows - provides structured workflow guidance",
55
"type": "module",
66
"main": "dist/index.js",

packages/opencode-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemcp/workflows-opencode",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "OpenCode plugin for structured development workflows",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/opencode-tui-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemcp/workflows-opencode-tui",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"description": "OpenCode TUI sidebar plugin that displays the current responsible-vibe workflow phase and name",
55
"main": "workflows-phase.tsx",
66
"exports": {

packages/visualizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemcp/workflows-visualizer",
3-
"version": "6.6.0",
3+
"version": "6.6.1",
44
"type": "module",
55
"main": "dist/index.ts",
66
"module": "dist/index.ts",

0 commit comments

Comments
 (0)