chore: release packages#56
Open
btravers wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This is an automated Changesets release PR that prepares the unthrown workspace packages for publishing by bumping versions to 3.0.2, updating changelogs, and removing the consumed changeset.
Changes:
- Bump package versions from
3.0.1to3.0.2across the affected packages. - Add
3.0.2entries to package changelogs (core notes describe doc/comment-only API reference improvements). - Remove the consumed
.changeset/docs-beginner-friendly.mdfile.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/vitest/package.json | Version bump to 3.0.2 for @unthrown/vitest. |
| packages/vitest/CHANGELOG.md | Add 3.0.2 release notes referencing updated unthrown@3.0.2 dependency. |
| packages/standard-schema/package.json | Version bump to 3.0.2 for @unthrown/standard-schema. |
| packages/standard-schema/CHANGELOG.md | Add 3.0.2 release notes referencing updated unthrown@3.0.2 dependency. |
| packages/pattern/package.json | Version bump to 3.0.2 for @unthrown/pattern. |
| packages/pattern/CHANGELOG.md | Add 3.0.2 release notes referencing updated unthrown@3.0.2 dependency. |
| packages/oxlint/package.json | Version bump to 3.0.2 for @unthrown/oxlint. |
| packages/oxlint/CHANGELOG.md | Add 3.0.2 header entry for the release. |
| packages/neverthrow/package.json | Version bump to 3.0.2 for @unthrown/neverthrow. |
| packages/neverthrow/CHANGELOG.md | Add 3.0.2 release notes referencing updated unthrown@3.0.2 dependency. |
| packages/effect/package.json | Version bump to 3.0.2 for @unthrown/effect. |
| packages/effect/CHANGELOG.md | Add 3.0.2 release notes referencing updated unthrown@3.0.2 dependency. |
| packages/core/package.json | Version bump to 3.0.2 for unthrown. |
| packages/core/CHANGELOG.md | Add 3.0.2 release notes describing API reference doc/comment improvements. |
| packages/boxed/package.json | Version bump to 3.0.2 for @unthrown/boxed. |
| packages/boxed/CHANGELOG.md | Add 3.0.2 release notes referencing updated unthrown@3.0.2 dependency. |
| .changeset/docs-beginner-friendly.md | Remove consumed changeset as part of the release prep. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
692b577 to
397c5ac
Compare
397c5ac to
66429a6
Compare
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
@unthrown/boxed@3.0.2
Patch Changes
unthrown@3.0.2
Patch Changes
199c543: Polish the generated API reference (comment-only): give the
Types-sectionaliases practical framing and examples (
OkView/ErrView/DefectViewnote whateach guard narrows to;
OkOf/ErrOf/AsyncOkOf/AsyncErrOfshow a type-extractionexample), and group the
Result/AsyncResulttype aliases under theFacadecategory alongside their companion objects, cross-linked so the value+type pairing
is clear.
4b6754a: Improve the generated API reference: add
@categorygrouping (Constructors,Guards, Interop, Aggregate, Tagged errors, Facade, Types, …) to every exported
symbol, and give the standalone functions richer, convention-following
@exampleblocks (both Ok and Err branches,
// =>output comments). Comment-only — noruntime or type changes.
3fb471b: Make the fluent combinators discoverable in the generated API reference. Because
Result/AsyncResultare discriminated-union aliases, TypeDoc can't listtheir methods on the type page. Rather than expose a standalone method-surface
type for that (which would split the docs into two near-duplicate blocks), the
Result/AsyncResulttype docs now link to the intent-organized "Choosing acombinator" guide, which covers both in one shared table. The core
typedoc.jsonalso gets an explicitcategoryOrder(Facade→Types→Constructors→ … thenAggregate,Errors) so the core surface leads thereference instead of the default alphabetical order, which had buried it under
Aggregate.The
ResultMethods/AsyncResultMethodstypes stay internal — not part ofthe public API. (An earlier, still-unreleased change briefly exported them; this
removes those exports before any release, so no published type surface changes.)
@unthrown/effect@3.0.2
Patch Changes
@unthrown/neverthrow@3.0.2
Patch Changes
@unthrown/pattern@3.0.2
Patch Changes
@unthrown/standard-schema@3.0.2
Patch Changes
@unthrown/vitest@3.0.2
Patch Changes
@unthrown/oxlint@3.0.2