[PR #144] [MERGED] Version Packages #149

Closed
opened 2026-02-16 03:16:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/144
Author: @github-actions[bot]
Created: 8/21/2025
Status: Merged
Merged: 8/27/2025
Merged by: @marcusschiesser

Base: mainHead: changeset-release/main


📝 Commits (2)

📊 Changes

16 files changed (+62 additions, -31 deletions)

View changed files

.changeset/gentle-suits-camp.md (+0 -5)
.changeset/little-rivers-applaud.md (+0 -5)
.changeset/sharp-cooks-stare.md (+0 -5)
.changeset/tall-swans-flash.md (+0 -5)
.changeset/tiny-fishes-grow.md (+0 -5)
demo/express/CHANGELOG.md (+12 -0)
📝 demo/express/package.json (+1 -1)
📝 packages/core/CHANGELOG.md (+12 -0)
📝 packages/core/jsr.json (+1 -1)
📝 packages/core/package.json (+1 -1)
📝 packages/http/CHANGELOG.md (+10 -0)
📝 packages/http/package.json (+1 -1)
packages/viz/CHANGELOG.md (+12 -0)
📝 packages/viz/package.json (+1 -1)
📝 tests/cjs/CHANGELOG.md (+10 -0)
📝 tests/cjs/package.json (+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

@llamaindex/workflow-core@1.3.0

Minor Changes

  • f8bdcc3: chore: remove request and onRequest from stateful middleware
  • b725183: feat: update handler signature to use context parameter instead of getContext()

Patch Changes

  • e8451e7: fix: remove snapshot from exports
  • 5f3169b: fix: using getEventCounter make context not stable

express@1.0.1

Patch Changes

  • Updated dependencies [f8bdcc3]
  • Updated dependencies [e8451e7]
  • Updated dependencies [5f3169b]
  • Updated dependencies [b725183]
    • @llamaindex/workflow-core@1.3.0
    • express@1.0.1

@llamaindex/workflow-http@4.0.0

Patch Changes

  • Updated dependencies [f8bdcc3]
  • Updated dependencies [e8451e7]
  • Updated dependencies [5f3169b]
  • Updated dependencies [b725183]
    • @llamaindex/workflow-core@1.3.0

@llamaindex/workflow-viz@1.0.0

Patch Changes

  • 7df79cc: feat: add viz by generating svg image
  • Updated dependencies [f8bdcc3]
  • Updated dependencies [e8451e7]
  • Updated dependencies [5f3169b]
  • Updated dependencies [b725183]
    • @llamaindex/workflow-core@1.3.0

workflows-ts-cjs-test@1.0.8

Patch Changes

  • Updated dependencies [f8bdcc3]
  • Updated dependencies [e8451e7]
  • Updated dependencies [5f3169b]
  • Updated dependencies [b725183]
    • @llamaindex/workflow-core@1.3.0

🔄 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-ts/pull/144 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 8/21/2025 **Status:** ✅ Merged **Merged:** 8/27/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (2) - [`d788223`](https://github.com/run-llama/workflows-ts/commit/d788223b0a86382f8c1cf41fd3065d60c42ba8f3) Version Packages - [`c6cd46e`](https://github.com/run-llama/workflows-ts/commit/c6cd46e6ebc2b63fc1dc5eea6343b50f76fd0875) chore: update jsr.json ### 📊 Changes **16 files changed** (+62 additions, -31 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/gentle-suits-camp.md` (+0 -5) ➖ `.changeset/little-rivers-applaud.md` (+0 -5) ➖ `.changeset/sharp-cooks-stare.md` (+0 -5) ➖ `.changeset/tall-swans-flash.md` (+0 -5) ➖ `.changeset/tiny-fishes-grow.md` (+0 -5) ➕ `demo/express/CHANGELOG.md` (+12 -0) 📝 `demo/express/package.json` (+1 -1) 📝 `packages/core/CHANGELOG.md` (+12 -0) 📝 `packages/core/jsr.json` (+1 -1) 📝 `packages/core/package.json` (+1 -1) 📝 `packages/http/CHANGELOG.md` (+10 -0) 📝 `packages/http/package.json` (+1 -1) ➕ `packages/viz/CHANGELOG.md` (+12 -0) 📝 `packages/viz/package.json` (+1 -1) 📝 `tests/cjs/CHANGELOG.md` (+10 -0) 📝 `tests/cjs/package.json` (+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 ## @llamaindex/workflow-core@1.3.0 ### Minor Changes - f8bdcc3: chore: remove request and onRequest from stateful middleware - b725183: feat: update handler signature to use context parameter instead of getContext() ### Patch Changes - e8451e7: fix: remove snapshot from exports - 5f3169b: fix: using getEventCounter make context not stable ## express@1.0.1 ### Patch Changes - Updated dependencies [f8bdcc3] - Updated dependencies [e8451e7] - Updated dependencies [5f3169b] - Updated dependencies [b725183] - @llamaindex/workflow-core@1.3.0 - express@1.0.1 ## @llamaindex/workflow-http@4.0.0 ### Patch Changes - Updated dependencies [f8bdcc3] - Updated dependencies [e8451e7] - Updated dependencies [5f3169b] - Updated dependencies [b725183] - @llamaindex/workflow-core@1.3.0 ## @llamaindex/workflow-viz@1.0.0 ### Patch Changes - 7df79cc: feat: add viz by generating svg image - Updated dependencies [f8bdcc3] - Updated dependencies [e8451e7] - Updated dependencies [5f3169b] - Updated dependencies [b725183] - @llamaindex/workflow-core@1.3.0 ## workflows-ts-cjs-test@1.0.8 ### Patch Changes - Updated dependencies [f8bdcc3] - Updated dependencies [e8451e7] - Updated dependencies [5f3169b] - Updated dependencies [b725183] - @llamaindex/workflow-core@1.3.0 --- <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 03:16:18 -05:00
yindo closed this issue 2026-02-16 03:16:18 -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-ts#149