From 35642432f88e3ebfc84436c9f3b953fe85c6c546 Mon Sep 17 00:00:00 2001 From: Dave Hillier Date: Thu, 30 Jul 2026 08:57:45 +0100 Subject: [PATCH] Release 0.1.0-alpha.1 Carries the packaging fixes from #140: the package ships an ESM build rather than raw sources, so the Vite dev server of a consuming app works without an optimizeDeps workaround, and react-dom/server no longer reaches client bundles. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3440acbb..55f61490 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dave-hillier/replot", "description": "A React port of Observable Plot: grammar-of-graphics charts as JSX components, rendered natively in the React tree.", - "version": "0.1.0-alpha.0", + "version": "0.1.0-alpha.1", "author": { "name": "Dave Hillier" },