[PR #272] [MERGED] chore: version packages #278

Closed
opened 2026-02-16 02:17:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/272
Author: @llama-org-ci-bot[bot]
Created: 1/9/2026
Status: Merged
Merged: 1/13/2026
Merged by: @adrianlyjak

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

12 files changed (+25 additions, -36 deletions)

View changed files

.changeset/add_resource_nodes.md (+0 -6)
.changeset/green-spoons-help.md (+0 -5)
.changeset/open-boats-kick.md (+0 -5)
.changeset/sixty-clouds-run.md (+0 -5)
.changeset/some-zebras-wash.md (+0 -6)
.changeset/workflow-termination-events.md (+0 -5)
📝 packages/llama-index-utils-workflow/CHANGELOG.md (+7 -0)
📝 packages/llama-index-utils-workflow/package.json (+1 -1)
📝 packages/llama-index-utils-workflow/pyproject.toml (+1 -1)
📝 packages/llama-index-workflows/CHANGELOG.md (+14 -0)
📝 packages/llama-index-workflows/package.json (+1 -1)
📝 packages/llama-index-workflows/pyproject.toml (+1 -1)

📄 Description

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

llama-index-utils-workflow@0.7.0

Minor Changes

  • e53c654: Add further detail to workflow graph, mainly adding Resource nodes to workflow graph and visualizations
  • 0d72b4d: reorganize workflow graph representation types

llama-index-workflows@2.12.0

Minor Changes

  • e53c654: Add further detail to workflow graph, mainly adding Resource nodes to workflow graph and visualizations
  • 2ff316d: Updates workflow server with functionality to drop and restore idle workflow handlers that are waiting on external input.
  • 0d72b4d: reorganize workflow graph representation types
  • f96faa2: Add dedicated StopEvent subclasses for workflow termination (timeout, cancellation, failure)

Patch Changes

  • 3b043b8: Track when workflows are idle (waiting on external input)
  • 7a85c96: Add ResourceConfig for resource-level configuration injection

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/272 **Author:** [@llama-org-ci-bot[bot]](https://github.com/apps/llama-org-ci-bot) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`409dd14`](https://github.com/run-llama/workflows-py/commit/409dd14fa048468dee1573b9e93468c1b80e4d28) chore: version packages ### 📊 Changes **12 files changed** (+25 additions, -36 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/add_resource_nodes.md` (+0 -6) ➖ `.changeset/green-spoons-help.md` (+0 -5) ➖ `.changeset/open-boats-kick.md` (+0 -5) ➖ `.changeset/sixty-clouds-run.md` (+0 -5) ➖ `.changeset/some-zebras-wash.md` (+0 -6) ➖ `.changeset/workflow-termination-events.md` (+0 -5) 📝 `packages/llama-index-utils-workflow/CHANGELOG.md` (+7 -0) 📝 `packages/llama-index-utils-workflow/package.json` (+1 -1) 📝 `packages/llama-index-utils-workflow/pyproject.toml` (+1 -1) 📝 `packages/llama-index-workflows/CHANGELOG.md` (+14 -0) 📝 `packages/llama-index-workflows/package.json` (+1 -1) 📝 `packages/llama-index-workflows/pyproject.toml` (+1 -1) </details> ### 📄 Description This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## llama-index-utils-workflow@0.7.0 ### Minor Changes - e53c654: Add further detail to workflow graph, mainly adding `Resource` nodes to workflow graph and visualizations - 0d72b4d: reorganize workflow graph representation types ## llama-index-workflows@2.12.0 ### Minor Changes - e53c654: Add further detail to workflow graph, mainly adding `Resource` nodes to workflow graph and visualizations - 2ff316d: Updates workflow server with functionality to drop and restore idle workflow handlers that are waiting on external input. - 0d72b4d: reorganize workflow graph representation types - f96faa2: Add dedicated StopEvent subclasses for workflow termination (timeout, cancellation, failure) ### Patch Changes - 3b043b8: Track when workflows are idle (waiting on external input) - 7a85c96: Add ResourceConfig for resource-level configuration injection --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:17:07 -05:00
yindo closed this issue 2026-02-16 02:17:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#278