Skip to content

chore: release packages#274

Merged
btravers merged 1 commit into
mainfrom
changeset-release/main
Jun 30, 2026
Merged

chore: release packages#274
btravers merged 1 commit into
mainfrom
changeset-release/main

Conversation

@btravers

Copy link
Copy Markdown
Collaborator

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

@temporal-contract/client@5.0.0

Major Changes

  • 224e1ae: Upgrade to unthrown 2.0.0.

    The published packages' unthrown peer-dependency range moves to ^2. unthrown 2.0.0 is API-compatible for everything temporal-contract uses — the Ok / Err / Defect constructors, TaggedError, matchTags, fromPromise / fromSafePromise, result.match({ ok, err, defect }), .toAsync(), and result.isOk() / isErr() / isDefect() narrowing are all unchanged — so no source changes were required.

    Breaking for consumers: bump your own unthrown install to ^2. There are no other code changes.

Patch Changes

  • Updated dependencies [224e1ae]
    • @temporal-contract/contract@5.0.0

@temporal-contract/contract@5.0.0

Major Changes

  • 224e1ae: Upgrade to unthrown 2.0.0.

    The published packages' unthrown peer-dependency range moves to ^2. unthrown 2.0.0 is API-compatible for everything temporal-contract uses — the Ok / Err / Defect constructors, TaggedError, matchTags, fromPromise / fromSafePromise, result.match({ ok, err, defect }), .toAsync(), and result.isOk() / isErr() / isDefect() narrowing are all unchanged — so no source changes were required.

    Breaking for consumers: bump your own unthrown install to ^2. There are no other code changes.

@temporal-contract/testing@5.0.0

Major Changes

  • 224e1ae: Upgrade to unthrown 2.0.0.

    The published packages' unthrown peer-dependency range moves to ^2. unthrown 2.0.0 is API-compatible for everything temporal-contract uses — the Ok / Err / Defect constructors, TaggedError, matchTags, fromPromise / fromSafePromise, result.match({ ok, err, defect }), .toAsync(), and result.isOk() / isErr() / isDefect() narrowing are all unchanged — so no source changes were required.

    Breaking for consumers: bump your own unthrown install to ^2. There are no other code changes.

@temporal-contract/worker@5.0.0

Major Changes

  • 224e1ae: Upgrade to unthrown 2.0.0.

    The published packages' unthrown peer-dependency range moves to ^2. unthrown 2.0.0 is API-compatible for everything temporal-contract uses — the Ok / Err / Defect constructors, TaggedError, matchTags, fromPromise / fromSafePromise, result.match({ ok, err, defect }), .toAsync(), and result.isOk() / isErr() / isDefect() narrowing are all unchanged — so no source changes were required.

    Breaking for consumers: bump your own unthrown install to ^2. There are no other code changes.

Patch Changes

  • Updated dependencies [224e1ae]
    • @temporal-contract/contract@5.0.0

Copilot AI review requested due to automatic review settings June 30, 2026 01:37
@btravers btravers enabled auto-merge (rebase) June 30, 2026 01:38
@btravers btravers merged commit 02e553d into main Jun 30, 2026
10 checks passed
@btravers btravers deleted the changeset-release/main branch June 30, 2026 01:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This is a Changesets-generated release PR preparing the @temporal-contract/* packages for publishing 5.0.0, primarily to reflect the unthrown@2 peer-dependency upgrade across the workspace.

Changes:

  • Bump package versions from 4.0.05.0.0 for client, contract, worker, and testing.
  • Add 5.0.0 release entries to the corresponding package changelogs.
  • Remove the consumed Changeset file (.changeset/unthrown-v2.md).

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/worker/package.json Version bump to 5.0.0 for publishing.
packages/worker/CHANGELOG.md Adds 5.0.0 release notes for the worker package.
packages/testing/package.json Version bump to 5.0.0 for publishing.
packages/testing/CHANGELOG.md Adds 5.0.0 release notes for the testing package.
packages/contract/package.json Version bump to 5.0.0 for publishing.
packages/contract/CHANGELOG.md Adds 5.0.0 release notes for the contract package.
packages/client/package.json Version bump to 5.0.0 for publishing.
packages/client/CHANGELOG.md Adds 5.0.0 release notes for the client package.
.changeset/unthrown-v2.md Removes the Changeset after it has been applied into changelogs/versions.

Comment on lines +7 to +11
- 224e1ae: Upgrade to [`unthrown`](https://github.com/btravstack/unthrown) 2.0.0.

The published packages' `unthrown` peer-dependency range moves to `^2`. unthrown 2.0.0 is API-compatible for everything temporal-contract uses — the `Ok` / `Err` / `Defect` constructors, `TaggedError`, `matchTags`, `fromPromise` / `fromSafePromise`, `result.match({ ok, err, defect })`, `.toAsync()`, and `result.isOk()` / `isErr()` / `isDefect()` narrowing are all unchanged — so no source changes were required.

**Breaking for consumers**: bump your own `unthrown` install to `^2`. There are no other code changes.
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.

2 participants