diff --git a/.changeset/fix-lint-warnings.md b/.changeset/fix-lint-warnings.md deleted file mode 100644 index 0b77a4f..0000000 --- a/.changeset/fix-lint-warnings.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@ecuabyte/cortex-cli": patch -"@ecuabyte/cortex-core": patch -"@ecuabyte/cortex-mcp-server": patch -"@ecuabyte/cortex-shared": patch -"cortex-vscode": patch ---- - -fix: resolve all lint warnings and upgrade biome config -codestyle: fix non-null assertions and string concatenation diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2be83d3..964b0b7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @ecuabyte/cortex-cli +## 0.5.7 + +### Patch Changes + +- [`1949f1b`](https://github.com/EcuaByte-lat/Cortex/commit/1949f1b87d5089f91c0b20ff551e820cd3ae1775) Thanks [@AngelAlexQC](https://github.com/AngelAlexQC)! - fix: resolve all lint warnings and upgrade biome config + codestyle: fix non-null assertions and string concatenation +- Updated dependencies [[`1949f1b`](https://github.com/EcuaByte-lat/Cortex/commit/1949f1b87d5089f91c0b20ff551e820cd3ae1775)]: + - @ecuabyte/cortex-core@0.5.7 + ## 0.5.6 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index aae923a..3594202 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ecuabyte/cortex-cli", - "version": "0.5.6", + "version": "0.5.7", "description": "Command-line interface for Cortex memory management", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 30036ee..ab9de38 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @ecuabyte/cortex-core +## 0.5.7 + +### Patch Changes + +- [`1949f1b`](https://github.com/EcuaByte-lat/Cortex/commit/1949f1b87d5089f91c0b20ff551e820cd3ae1775) Thanks [@AngelAlexQC](https://github.com/AngelAlexQC)! - fix: resolve all lint warnings and upgrade biome config + codestyle: fix non-null assertions and string concatenation + ## 0.5.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index b747b35..346b397 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ecuabyte/cortex-core", - "version": "0.5.6", + "version": "0.5.7", "description": "Core memory storage and types for Cortex", "type": "module", "main": "./dist/index.js", diff --git a/packages/mcp-server/CHANGELOG.md b/packages/mcp-server/CHANGELOG.md index d76b635..af81df5 100644 --- a/packages/mcp-server/CHANGELOG.md +++ b/packages/mcp-server/CHANGELOG.md @@ -1,5 +1,14 @@ # @ecuabyte/cortex-mcp-server +## 0.5.7 + +### Patch Changes + +- [`1949f1b`](https://github.com/EcuaByte-lat/Cortex/commit/1949f1b87d5089f91c0b20ff551e820cd3ae1775) Thanks [@AngelAlexQC](https://github.com/AngelAlexQC)! - fix: resolve all lint warnings and upgrade biome config + codestyle: fix non-null assertions and string concatenation +- Updated dependencies [[`1949f1b`](https://github.com/EcuaByte-lat/Cortex/commit/1949f1b87d5089f91c0b20ff551e820cd3ae1775)]: + - @ecuabyte/cortex-core@0.5.7 + ## 0.5.6 ### Patch Changes diff --git a/packages/mcp-server/package.json b/packages/mcp-server/package.json index 96786fd..09ee7b3 100644 --- a/packages/mcp-server/package.json +++ b/packages/mcp-server/package.json @@ -1,6 +1,6 @@ { "name": "@ecuabyte/cortex-mcp-server", - "version": "0.5.6", + "version": "0.5.7", "description": "MCP server exposing Cortex memories to AI tools", "type": "module", "bin": { diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 59e15bb..0ca451d 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,12 @@ # @ecuabyte/cortex-shared +## 0.5.7 + +### Patch Changes + +- [`1949f1b`](https://github.com/EcuaByte-lat/Cortex/commit/1949f1b87d5089f91c0b20ff551e820cd3ae1775) Thanks [@AngelAlexQC](https://github.com/AngelAlexQC)! - fix: resolve all lint warnings and upgrade biome config + codestyle: fix non-null assertions and string concatenation + ## 0.5.6 ### Patch Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index 9e8df0e..2f8b530 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@ecuabyte/cortex-shared", - "version": "0.5.6", + "version": "0.5.7", "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index 3a4d944..e9d1e46 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.5.7 + +### Patch Changes + +- [`1949f1b`](https://github.com/EcuaByte-lat/Cortex/commit/1949f1b87d5089f91c0b20ff551e820cd3ae1775) Thanks [@AngelAlexQC](https://github.com/AngelAlexQC)! - fix: resolve all lint warnings and upgrade biome config + codestyle: fix non-null assertions and string concatenation + ## 0.5.6 ### Patch Changes diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 5bd05be..d48346e 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -1,6 +1,6 @@ { "name": "cortex-vscode", - "version": "0.5.6", + "version": "0.5.7", "displayName": "Cortex: AI Memory", "description": "Persistent Memory for AI Agents. Remember context, decisions, and code patterns across sessions. Works with Copilot, Claude, and more.", "publisher": "EcuaByte",