From bdbd81e9722d94328956facedf6598df315a6124 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:29:38 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- packages/flow-schema/CHANGELOG.md | 7 +++++++ packages/flow-schema/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d9653f..7955715 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/flow-schema": "0.0.3", + "packages/flow-schema": "0.0.4", "crates/wavekat-flow": "0.0.2" } diff --git a/packages/flow-schema/CHANGELOG.md b/packages/flow-schema/CHANGELOG.md index 5ece4b4..8138689 100644 --- a/packages/flow-schema/CHANGELOG.md +++ b/packages/flow-schema/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/wavekat/wavekat-flow/compare/flow-schema-v0.0.3...flow-schema-v0.0.4) (2026-07-19) + + +### Bug Fixes + +* keep ajv codegen out of flow-schema barrel ([#26](https://github.com/wavekat/wavekat-flow/issues/26)) ([be38c3e](https://github.com/wavekat/wavekat-flow/commit/be38c3e9534f12d38d66a70106c3025091c2796d)) + ## [0.0.3](https://github.com/wavekat/wavekat-flow/compare/flow-schema-v0.0.2...flow-schema-v0.0.3) (2026-07-19) diff --git a/packages/flow-schema/package.json b/packages/flow-schema/package.json index 397d85b..cb8b5e5 100644 --- a/packages/flow-schema/package.json +++ b/packages/flow-schema/package.json @@ -1,6 +1,6 @@ { "name": "@wavekat/flow-schema", - "version": "0.0.3", + "version": "0.0.4", "description": "TypeScript model, JSON Schema, and structural validator for the WaveKat call-flow (\"Receptionist\") format. Types are generated from the normative schema at ../../schema/flow.v1.schema.json.", "type": "module", "license": "Apache-2.0",