From c84b17bb63b15b8744d115f0b281d2d98a66b191 Mon Sep 17 00:00:00 2001 From: rahulmahadik Date: Tue, 18 Aug 2026 02:32:06 +0800 Subject: [PATCH] Version core 0.8.1 as the anchor for publishing the rest The npm release is triggered by a v* tag whose version has to match this package, and the environment that publishes accepts no other ref, so the connectors, server, mcp, react and the widget cannot be published while this version stands still. The widget is the one that needs it: it bundles the engine, so the fix reaches its users only when it is published. No source changed since 0.8.0. --- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 90305cf..6f14801 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @asksql/core +## 0.8.1 + +### Patch Changes + +- Republished as the anchor for this cut. The npm release is triggered by a `v*` tag whose version must + match this package, so publishing the connectors, server, mcp, react and the widget - the last of which + bundles the engine and reaches its users only when published - requires this version to move. No source + changed since 0.8.0. + ## 0.8.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index ee1e6e4..e62e46c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@asksql/core", - "version": "0.8.0", + "version": "0.8.1", "description": "AskSQL engine: schema catalog, AST SQL guard, prompt pipeline, LLM orchestration. Zero database drivers.", "type": "module", "main": "./dist/index.js",