Skip to content

Comments

chore: version packages#165

Merged
AaronAbuUsama merged 1 commit intomasterfrom
changeset-release/master
Jan 31, 2026
Merged

chore: version packages#165
AaronAbuUsama merged 1 commit intomasterfrom
changeset-release/master

Conversation

@open-harness-release-bot
Copy link
Contributor

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 master, this PR will be updated.

Releases

@open-harness/sdk@0.1.1

Patch Changes

  • c5c1866 Thanks @AaronAbuUsama! - Renamed package from open-harness to @open-harness/sdk since open-harness was already taken on npm.

    Usage:

    import { run, workflow, agent } from "@open-harness/sdk";
    import { EventStore } from "@open-harness/sdk/core";
    import { createServer } from "@open-harness/sdk/server";
    import { useWorkflow } from "@open-harness/sdk/client";

@AaronAbuUsama AaronAbuUsama merged commit 531bd40 into master Jan 31, 2026
3 checks passed
@greptile-apps
Copy link

greptile-apps bot commented Jan 31, 2026

Greptile Overview

Greptile Summary

Automated release PR that bumps @open-harness/sdk from version 0.1.0 to 0.1.1. This PR was generated by the Changesets GitHub Action after processing the sdk-rename.md changeset from commit c5c1866.

Changes:

  • Deleted processed changeset file .changeset/sdk-rename.md
  • Updated CHANGELOG.md with 0.1.1 release notes documenting the package rename
  • Bumped version in package.json from 0.1.0 to 0.1.1

The changes are mechanically correct and follow standard changesets workflow. When merged, the package will be automatically published to npm.

Confidence Score: 5/5

  • This PR is safe to merge - it's an automated release with standard version bump changes
  • All changes are mechanically generated by the Changesets action following established conventions: changeset deletion, CHANGELOG update, and version increment. The changes are minimal, focused, and follow semver patch versioning correctly.
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/sdk-rename.md Deleted changeset file after being processed by changesets release action
packages/open-harness/CHANGELOG.md Added 0.1.1 release entry documenting the package rename from open-harness to @open-harness/sdk
packages/open-harness/package.json Bumped version from 0.1.0 to 0.1.1 for patch release

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant CS as Changesets Action
    participant PR as PR #165
    participant Repo as Repository
    participant NPM as NPM Registry

    Note over Dev,Repo: Previous commit c5c1866:<br/>Package renamed to @open-harness/sdk
    Dev->>Repo: Merge changeset commit
    CS->>Repo: Detect changeset in .changeset/
    CS->>CS: Process sdk-rename.md changeset
    CS->>PR: Create/Update release PR #165
    CS->>Repo: Delete .changeset/sdk-rename.md
    CS->>Repo: Update CHANGELOG.md (add 0.1.1 entry)
    CS->>Repo: Bump package.json version (0.1.0 → 0.1.1)
    
    Note over Dev,NPM: When PR is merged:
    Dev->>PR: Merge PR #165
    CS->>NPM: Publish @open-harness/sdk@0.1.1
Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant