Skip to content

chore: release packages#41

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

chore: release packages#41
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

unthrown@1.1.0

Minor Changes

  • 6eeb19d: Add two members, closing the only structural gaps surfaced by comparing the
    surface against boxed / neverthrow / byethrow:

    • flatTapErr (on Result and AsyncResult) — the error-channel mirror of
      flatTap: runs a Result-returning effect on the error, keeps the original
      error on the effect's success, and threads the effect's error otherwise
      (Result<T, E | E2>). A throw becomes a Defect, like every other combinator.
      Use it for a failable effect during error handling (e.g. writing the error to
      an audit log that may itself fail).
    • isResult(x) — a standalone type guard narrowing an unknown to
      Result<unknown, unknown> (and Result.isResult). It checks the value carries
      the Result prototype, so a plain { tag: "Ok" } look-alike is not matched;
      an AsyncResult is not a Result. For untyped interop boundaries.

@unthrown/boxed@1.1.0

Patch Changes

  • Updated dependencies [6eeb19d]
    • unthrown@1.1.0

@unthrown/effect@1.1.0

Patch Changes

  • Updated dependencies [6eeb19d]
    • unthrown@1.1.0

@unthrown/neverthrow@1.1.0

Patch Changes

  • Updated dependencies [6eeb19d]
    • unthrown@1.1.0

@unthrown/pattern@1.1.0

Patch Changes

  • Updated dependencies [6eeb19d]
    • unthrown@1.1.0

@unthrown/standard-schema@1.1.0

Patch Changes

  • Updated dependencies [6eeb19d]
    • unthrown@1.1.0

@unthrown/vitest@1.1.0

Patch Changes

  • Updated dependencies [6eeb19d]
    • unthrown@1.1.0

@unthrown/oxlint@1.1.0

Copilot AI review requested due to automatic review settings June 29, 2026 15:35
@btravers btravers merged commit 8424c0f into main Jun 29, 2026
11 checks passed
@btravers btravers deleted the changeset-release/main branch June 29, 2026 15:36

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR is an automated Changesets release PR to publish unthrown@1.1.0 and bump all @unthrown/* packages in the fixed version group to 1.1.0, with corresponding changelog entries and removal of the consumed changeset.

Changes:

  • Bump package versions across the workspace to 1.1.0.
  • Generate/update per-package CHANGELOG.md entries for the release.
  • Remove the changeset file that has been applied to the changelogs.

Reviewed changes

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

Show a summary per file
File Description
packages/core/package.json Bumps unthrown version to 1.1.0.
packages/core/CHANGELOG.md Adds 1.1.0 release notes (minor changes: flatTapErr, isResult).
packages/boxed/package.json Bumps @unthrown/boxed version to 1.1.0.
packages/boxed/CHANGELOG.md Adds 1.1.0 entry noting dependency update to unthrown@1.1.0.
packages/effect/package.json Bumps @unthrown/effect version to 1.1.0.
packages/effect/CHANGELOG.md Adds 1.1.0 entry noting dependency update to unthrown@1.1.0.
packages/neverthrow/package.json Bumps @unthrown/neverthrow version to 1.1.0.
packages/neverthrow/CHANGELOG.md Adds 1.1.0 entry noting dependency update to unthrown@1.1.0.
packages/pattern/package.json Bumps @unthrown/pattern version to 1.1.0.
packages/pattern/CHANGELOG.md Adds 1.1.0 entry noting dependency update to unthrown@1.1.0.
packages/standard-schema/package.json Bumps @unthrown/standard-schema version to 1.1.0.
packages/standard-schema/CHANGELOG.md Adds 1.1.0 entry noting dependency update to unthrown@1.1.0.
packages/vitest/package.json Bumps @unthrown/vitest version to 1.1.0.
packages/vitest/CHANGELOG.md Adds 1.1.0 entry noting dependency update to unthrown@1.1.0.
packages/oxlint/package.json Bumps @unthrown/oxlint version to 1.1.0.
packages/oxlint/CHANGELOG.md Adds 1.1.0 heading (noted a minor formatting consistency nit in a PR comment).
.changeset/flat-tap-err-is-result.md Removes consumed changeset after generating release notes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +3 to +4
## 1.1.0

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