chore: release packages (beta) - #350
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This is an automated Changesets release PR to publish the next prerelease (beta) versions of the @temporal-contract/* packages while the repo remains in Changesets “pre mode”.
Changes:
- Bump package versions from
8.0.0-beta.1to8.0.0-beta.2forclient,contract,worker, andtesting. - Update package changelogs to include the
8.0.0-beta.2release notes (notably theunthrownv5 beta peer-range bump callout where applicable). - Record the new prerelease changeset entry in
.changeset/pre.json.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/worker/package.json | Version bump to 8.0.0-beta.2. |
| packages/worker/CHANGELOG.md | Add 8.0.0-beta.2 release notes (patch). |
| packages/testing/package.json | Version bump to 8.0.0-beta.2. |
| packages/testing/CHANGELOG.md | Add 8.0.0-beta.2 header entry. |
| packages/contract/package.json | Version bump to 8.0.0-beta.2. |
| packages/contract/CHANGELOG.md | Add 8.0.0-beta.2 release notes (patch). |
| packages/client/package.json | Version bump to 8.0.0-beta.2. |
| packages/client/CHANGELOG.md | Add 8.0.0-beta.2 release notes (patch). |
| .changeset/pre.json | Add bump-unthrown-beta-7 to the prerelease changeset list. |
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@temporal-contract/client@8.0.0-beta.2
Patch Changes
a54a2f3: Bump
unthrownto5.0.0-beta.7and raise the peer range to^5.0.0-beta.7.Two changes come with it, neither requiring code changes here:
returnType<R>()on the built-in matcher — pins a match's output type soevery branch is checked against it, instead of the result being the union of
the branch returns. Available on all five
*ErrCasescombinators,match'serrCaseshandler, and standalonematch(value).tapErrCasesno longer silently drops adefect(…)branch. Such a branchnow produces a
Defectwhose cause is anAggregateErrorof the branch'scause and the observed error, matching what a
throwin the same positionalready did. Only a breaking change for code that relied on the value being
discarded — this package's single
tapErrCasescall site logs and does notuse the
defectmarker.Updated dependencies [a54a2f3]
@temporal-contract/contract@8.0.0-beta.2
Patch Changes
a54a2f3: Bump
unthrownto5.0.0-beta.7and raise the peer range to^5.0.0-beta.7.Two changes come with it, neither requiring code changes here:
returnType<R>()on the built-in matcher — pins a match's output type soevery branch is checked against it, instead of the result being the union of
the branch returns. Available on all five
*ErrCasescombinators,match'serrCaseshandler, and standalonematch(value).tapErrCasesno longer silently drops adefect(…)branch. Such a branchnow produces a
Defectwhose cause is anAggregateErrorof the branch'scause and the observed error, matching what a
throwin the same positionalready did. Only a breaking change for code that relied on the value being
discarded — this package's single
tapErrCasescall site logs and does notuse the
defectmarker.@temporal-contract/worker@8.0.0-beta.2
Patch Changes
a54a2f3: Bump
unthrownto5.0.0-beta.7and raise the peer range to^5.0.0-beta.7.Two changes come with it, neither requiring code changes here:
returnType<R>()on the built-in matcher — pins a match's output type soevery branch is checked against it, instead of the result being the union of
the branch returns. Available on all five
*ErrCasescombinators,match'serrCaseshandler, and standalonematch(value).tapErrCasesno longer silently drops adefect(…)branch. Such a branchnow produces a
Defectwhose cause is anAggregateErrorof the branch'scause and the observed error, matching what a
throwin the same positionalready did. Only a breaking change for code that relied on the value being
discarded — this package's single
tapErrCasescall site logs and does notuse the
defectmarker.Updated dependencies [a54a2f3]
@temporal-contract/testing@8.0.0-beta.2