From b5445d5c9f8b926607840c90d883243238828b7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:55:18 +0000 Subject: [PATCH] ci: release packages --- .changeset/workflow-progress.md | 5 ----- apps/pythinker-code/CHANGELOG.md | 6 ++++++ apps/pythinker-code/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/workflow-progress.md diff --git a/.changeset/workflow-progress.md b/.changeset/workflow-progress.md deleted file mode 100644 index 154169da..00000000 --- a/.changeset/workflow-progress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": minor ---- - -Show indeterminate lifecycle progress for Dynamic Workflow rows in the TUI, and report schema-error outcomes as failed. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 3f04577c..0c3b3ebd 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,11 @@ # @pythoughts/pythinker-code +## 0.15.0 + +### Minor Changes + +- [#54](https://github.com/Pythoughts-labs/pythinker-code/pull/54) [`1f45a5f`](https://github.com/Pythoughts-labs/pythinker-code/commit/1f45a5fefbdf4d5d8006f82613d51e24adb2e413) - Show indeterminate lifecycle progress for Dynamic Workflow rows in the TUI, and report schema-error outcomes as failed. + ## 0.14.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 4109c3e4..fd0b6270 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.14.0", + "version": "0.15.0", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",