From f6d14c72405f6bdc7c52ff34e2957aaba8506d5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 03:59:46 +0000 Subject: [PATCH] ci: release packages --- .changeset/patched-bundled-dependencies.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/patched-bundled-dependencies.md diff --git a/.changeset/patched-bundled-dependencies.md b/.changeset/patched-bundled-dependencies.md deleted file mode 100644 index b6cb57cc..00000000 --- a/.changeset/patched-bundled-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pymodel/pythinker-code": patch ---- - -Update the bundled dependencies to releases that carry the current security fixes. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index 1992b3f3..b9bec777 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,11 @@ # @pymodel/pythinker-code +## 1.0.1 + +### Patch Changes + +- [#153](https://github.com/PyModel/pythinker-code/pull/153) [`5b6620e`](https://github.com/PyModel/pythinker-code/commit/5b6620e2f996a7bd8007e4053a7cf5edfff730c1) Thanks [@elkaix](https://github.com/elkaix)! - Update the bundled dependencies to releases that carry the current security fixes. + ## 1.0.0 ### Major Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index bb03b4c4..cb610166 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pymodel/pythinker-code", - "version": "1.0.0", + "version": "1.0.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "PyModel",