[PR #104] [MERGED] Version Packages #111

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/104
Author: @github-actions[bot]
Created: 5/2/2025
Status: Merged
Merged: 5/22/2025
Merged by: @himself65

Base: mainHead: changeset-release/main


📝 Commits (2)

📊 Changes

10 files changed (+38 additions, -26 deletions)

View changed files

.changeset/dirty-pugs-wink.md (+0 -6)
.changeset/gentle-rings-talk.md (+0 -5)
.changeset/pretty-moose-share.md (+0 -11)
📝 packages/core/CHANGELOG.md (+14 -0)
📝 packages/core/jsr.json (+1 -1)
📝 packages/core/package.json (+1 -1)
packages/http/CHANGELOG.md (+11 -0)
📝 packages/http/package.json (+1 -1)
📝 packages/llamaindex/CHANGELOG.md (+9 -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.4.2

Patch Changes

  • 23ecfc7: feat: update http protocol

  • 4402a6d: fix: workflow stream extends standard readable stream

  • 9c65785: feat: add withSnapshot middleware API

    Add snapshot API, for human in the loop feature. The API is designed for cross JavaScript platform, including node.js, browser, and serverless platform such as cloudflare worker and edge runtime

    • workflow.createContext(): Context
    • context.snapshot(): Promise<[requestEvent, snapshot]>
    • workflow.resume(data, snapshot)

@llama-flow/http@0.0.2

Patch Changes

  • 23ecfc7: feat: update http protocol
  • Updated dependencies [23ecfc7]
  • Updated dependencies [4402a6d]
  • Updated dependencies [9c65785]
    • @llama-flow/core@0.4.2

@llama-flow/llamaindex@0.0.16

Patch Changes

  • Updated dependencies [23ecfc7]
  • Updated dependencies [4402a6d]
  • Updated dependencies [9c65785]
    • @llama-flow/core@0.4.2

🔄 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/104 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (2) - [`bebf7e8`](https://github.com/run-llama/workflows-ts/commit/bebf7e88a9f3b0751f54d147e735f12f6a9e2a23) Version Packages - [`c7797d1`](https://github.com/run-llama/workflows-ts/commit/c7797d1aecd30251f14323535e344ce657673976) chore: update jsr.json ### 📊 Changes **10 files changed** (+38 additions, -26 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/dirty-pugs-wink.md` (+0 -6) ➖ `.changeset/gentle-rings-talk.md` (+0 -5) ➖ `.changeset/pretty-moose-share.md` (+0 -11) 📝 `packages/core/CHANGELOG.md` (+14 -0) 📝 `packages/core/jsr.json` (+1 -1) 📝 `packages/core/package.json` (+1 -1) ➕ `packages/http/CHANGELOG.md` (+11 -0) 📝 `packages/http/package.json` (+1 -1) 📝 `packages/llamaindex/CHANGELOG.md` (+9 -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.4.2 ### Patch Changes - 23ecfc7: feat: update http protocol - 4402a6d: fix: workflow stream extends standard readable stream - 9c65785: feat: add `withSnapshot` middleware API Add snapshot API, for human in the loop feature. The API is designed for cross JavaScript platform, including node.js, browser, and serverless platform such as cloudflare worker and edge runtime - `workflow.createContext(): Context` - `context.snapshot(): Promise<[requestEvent, snapshot]>` - `workflow.resume(data, snapshot)` ## @llama-flow/http@0.0.2 ### Patch Changes - 23ecfc7: feat: update http protocol - Updated dependencies [23ecfc7] - Updated dependencies [4402a6d] - Updated dependencies [9c65785] - @llama-flow/core@0.4.2 ## @llama-flow/llamaindex@0.0.16 ### Patch Changes - Updated dependencies [23ecfc7] - Updated dependencies [4402a6d] - Updated dependencies [9c65785] - @llama-flow/core@0.4.2 --- <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:12 -05:00
yindo closed this issue 2026-02-16 03:16:12 -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#111