From abf91a31eba5897d39cc650c717600d9c03fca9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 08:46:09 +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 0d0156b..9d9653f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/flow-schema": "0.0.2", + "packages/flow-schema": "0.0.3", "crates/wavekat-flow": "0.0.2" } diff --git a/packages/flow-schema/CHANGELOG.md b/packages/flow-schema/CHANGELOG.md index c4c1880..5ece4b4 100644 --- a/packages/flow-schema/CHANGELOG.md +++ b/packages/flow-schema/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/wavekat/wavekat-flow/compare/flow-schema-v0.0.2...flow-schema-v0.0.3) (2026-07-19) + + +### Bug Fixes + +* avoid JSON import attributes in dist ([#24](https://github.com/wavekat/wavekat-flow/issues/24)) ([33fdfb5](https://github.com/wavekat/wavekat-flow/commit/33fdfb56433853c6196e9f9d11d315acae121046)) + ## [0.0.2](https://github.com/wavekat/wavekat-flow/compare/flow-schema-v0.0.1...flow-schema-v0.0.2) (2026-07-19) diff --git a/packages/flow-schema/package.json b/packages/flow-schema/package.json index 43e4c44..c078cc7 100644 --- a/packages/flow-schema/package.json +++ b/packages/flow-schema/package.json @@ -1,6 +1,6 @@ { "name": "@wavekat/flow-schema", - "version": "0.0.2", + "version": "0.0.3", "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",