[PR #90] [MERGED] Version Packages #97

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/90
Author: @github-actions[bot]
Created: 4/25/2025
Status: Merged
Merged: 4/27/2025
Merged by: @himself65

Base: mainHead: changeset-release/main


📝 Commits (2)

📊 Changes

9 files changed (+35 additions, -36 deletions)

View changed files

.changeset/five-stars-double.md (+0 -5)
.changeset/loud-cooks-attack.md (+0 -5)
.changeset/olive-phones-invite.md (+0 -5)
.changeset/serious-peas-tan.md (+0 -18)
📝 packages/core/CHANGELOG.md (+22 -0)
📝 packages/core/jsr.json (+1 -1)
📝 packages/core/package.json (+1 -1)
📝 packages/llamaindex/CHANGELOG.md (+10 -0)
📝 packages/llamaindex/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

@llama-flow/core@0.3.10

Patch Changes

  • f59679a: feat: add event.uniqueId

  • f3206a9: fix: use subscribable as the source of truth

  • 80066d0: feat: add WorkflowStream.fromResponse/toResponse API

  • 2a18aca: feat: stream.on API

    workflow.handle([startEvent], () => {
      const { sendEvent } = getContext();
      sendEvent(messageEvent.with("Hello World"));
    });
    
    const { stream, sendEvent } = workflow.createContext();
    const unsubscribe = stream.on(messageEvent, (event) => {
      expect(event.data).toBe("Hello World");
    });
    sendEvent(startEvent.with());
    

@llama-flow/llamaindex@0.0.13

Patch Changes

  • Updated dependencies [f59679a]
  • Updated dependencies [f3206a9]
  • Updated dependencies [80066d0]
  • Updated dependencies [2a18aca]
    • @llama-flow/core@0.3.10

🔄 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/90 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 4/25/2025 **Status:** ✅ Merged **Merged:** 4/27/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (2) - [`ee9807d`](https://github.com/run-llama/workflows-ts/commit/ee9807d3a5a4b94cdbe71ce842fb47f876326131) Version Packages - [`80c37b9`](https://github.com/run-llama/workflows-ts/commit/80c37b9f3bc1994626f89733036e9d1f04757ffa) chore: update jsr.json ### 📊 Changes **9 files changed** (+35 additions, -36 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/five-stars-double.md` (+0 -5) ➖ `.changeset/loud-cooks-attack.md` (+0 -5) ➖ `.changeset/olive-phones-invite.md` (+0 -5) ➖ `.changeset/serious-peas-tan.md` (+0 -18) 📝 `packages/core/CHANGELOG.md` (+22 -0) 📝 `packages/core/jsr.json` (+1 -1) 📝 `packages/core/package.json` (+1 -1) 📝 `packages/llamaindex/CHANGELOG.md` (+10 -0) 📝 `packages/llamaindex/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 ## @llama-flow/core@0.3.10 ### Patch Changes - f59679a: feat: add `event.uniqueId` - f3206a9: fix: use `subscribable` as the source of truth - 80066d0: feat: add `WorkflowStream.fromResponse/toResponse` API - 2a18aca: feat: `stream.on` API ```ts workflow.handle([startEvent], () => { const { sendEvent } = getContext(); sendEvent(messageEvent.with("Hello World")); }); const { stream, sendEvent } = workflow.createContext(); const unsubscribe = stream.on(messageEvent, (event) => { expect(event.data).toBe("Hello World"); }); sendEvent(startEvent.with()); ``` ## @llama-flow/llamaindex@0.0.13 ### Patch Changes - Updated dependencies [f59679a] - Updated dependencies [f3206a9] - Updated dependencies [80066d0] - Updated dependencies [2a18aca] - @llama-flow/core@0.3.10 --- <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:10 -05:00
yindo closed this issue 2026-02-16 03:16:10 -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#97