chore: release packages#274
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.0→5.0.0forclient,contract,worker, andtesting. - Add
5.0.0release 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
unthrown2.0.0.The published packages'
unthrownpeer-dependency range moves to^2. unthrown 2.0.0 is API-compatible for everything temporal-contract uses — theOk/Err/Defectconstructors,TaggedError,matchTags,fromPromise/fromSafePromise,result.match({ ok, err, defect }),.toAsync(), andresult.isOk()/isErr()/isDefect()narrowing are all unchanged — so no source changes were required.Breaking for consumers: bump your own
unthrowninstall to^2. There are no other code changes.Patch Changes
@temporal-contract/contract@5.0.0
Major Changes
224e1ae: Upgrade to
unthrown2.0.0.The published packages'
unthrownpeer-dependency range moves to^2. unthrown 2.0.0 is API-compatible for everything temporal-contract uses — theOk/Err/Defectconstructors,TaggedError,matchTags,fromPromise/fromSafePromise,result.match({ ok, err, defect }),.toAsync(), andresult.isOk()/isErr()/isDefect()narrowing are all unchanged — so no source changes were required.Breaking for consumers: bump your own
unthrowninstall to^2. There are no other code changes.@temporal-contract/testing@5.0.0
Major Changes
224e1ae: Upgrade to
unthrown2.0.0.The published packages'
unthrownpeer-dependency range moves to^2. unthrown 2.0.0 is API-compatible for everything temporal-contract uses — theOk/Err/Defectconstructors,TaggedError,matchTags,fromPromise/fromSafePromise,result.match({ ok, err, defect }),.toAsync(), andresult.isOk()/isErr()/isDefect()narrowing are all unchanged — so no source changes were required.Breaking for consumers: bump your own
unthrowninstall to^2. There are no other code changes.@temporal-contract/worker@5.0.0
Major Changes
224e1ae: Upgrade to
unthrown2.0.0.The published packages'
unthrownpeer-dependency range moves to^2. unthrown 2.0.0 is API-compatible for everything temporal-contract uses — theOk/Err/Defectconstructors,TaggedError,matchTags,fromPromise/fromSafePromise,result.match({ ok, err, defect }),.toAsync(), andresult.isOk()/isErr()/isDefect()narrowing are all unchanged — so no source changes were required.Breaking for consumers: bump your own
unthrowninstall to^2. There are no other code changes.Patch Changes