Skip to content

feat(json-schema): release 0.1.0 - #144

Merged
sdougbrown merged 1 commit into
mainfrom
release/json-schema-0.1.0
Aug 14, 2026
Merged

feat(json-schema): release 0.1.0#144
sdougbrown merged 1 commit into
mainfrom
release/json-schema-0.1.0

Conversation

@sdougbrown

Copy link
Copy Markdown
Collaborator

Summary

  • sets @umpire/json-schema to 0.1.0 for its first manual publish
  • applies the pending @umpire/json v1 contract patch as 1.0.2
  • updates both package changelogs through Changesets

Verification

  • root build and typecheck
  • package and alias-disabled tests
  • final spec sync check
  • versioned tarball inspection

@greptile-apps

greptile-apps Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 4/5

This PR should not merge until @umpire/json-schema is added to a publishing path, otherwise its declared 0.1.0 release will remain unavailable to consumers.

The version and changelog updates are internally consistent, but the repository's automated and manual publishers both omit the newly released package.

Files Needing Attention: packages/json-schema/package.json and the repository publishing configuration

Important Files Changed

Filename Overview
packages/json-schema/package.json Declares the first 0.1.0 release, but the package remains absent from both hardcoded publishing paths.
packages/json-schema/CHANGELOG.md Adds the expected 0.1.0 feature and @umpire/json dependency release notes.
packages/json/package.json Correctly advances @umpire/json from 1.0.1 to the patch release 1.0.2.
packages/json/CHANGELOG.md Adds a release entry consistent with the consumed @umpire/json patch Changeset.

Fix all with Greploop

Fix All in Claude Code Fix All in Codex

Reviews (1): Last reviewed commit: "✨ feat: release @umpire/json-schema 0.1...." | Re-trigger Greptile

{
"name": "@umpire/json-schema",
"version": "0.0.0",
"version": "0.1.0",

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.

P1 Publishing path omits new package

When the repository's automated or manual release process runs, both hardcoded publishing lists omit json-schema, so this new 0.1.0 version is not published and consumers cannot install the release declared here.

Fix in Claude Code Fix in Codex

@umpire-bot umpire-bot Bot 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.

This PR is marked... HOME RUN! ⚾🎉

All changed files reviewed — no issues found.

@sdougbrown sdougbrown added the 🐪 bump Version bump / changeset release label Aug 14, 2026
@sdougbrown
sdougbrown merged commit 9a8479b into main Aug 14, 2026
6 of 8 checks passed
@sdougbrown
sdougbrown deleted the release/json-schema-0.1.0 branch August 14, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐪 bump Version bump / changeset release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant