Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 19, 2026

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

@namehash/[email protected]

Minor Changes

  • #1542 500388b Thanks @Goader! - Flipped dependency relationship between ensnode-sdk and ens-referrals. Introduced new ENSReferralsClient for referral leaderboard APIs. Consolidated duplicate types (ChainId, AccountId, UnixTimestamp, Duration) by importing from ensnode-sdk.

Patch Changes

@ensnode/[email protected]

Minor Changes

  • #1542 500388b Thanks @Goader! - Flipped dependency relationship between ensnode-sdk and ens-referrals. Introduced new ENSReferralsClient for referral leaderboard APIs. Consolidated duplicate types (ChainId, AccountId, UnixTimestamp, Duration) by importing from ensnode-sdk.

Patch Changes

@ensnode/[email protected]

Patch Changes

@namehash/[email protected]

Patch Changes

@ensnode/[email protected]

Patch Changes

@ensnode/[email protected]

@ensnode/[email protected]

@ensnode/[email protected]

@ensnode/[email protected]

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

@docs/[email protected]

@docs/[email protected]

@docs/[email protected]

@ensnode/[email protected]

@github-actions github-actions bot requested a review from a team as a code owner January 19, 2026 13:28
@coderabbitai
Copy link

coderabbitai bot commented Jan 19, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@vercel
Copy link

vercel bot commented Jan 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
admin.ensnode.io Ready Ready Preview, Comment Jan 20, 2026 0:39am
ensnode.io Ready Ready Preview, Comment Jan 20, 2026 0:39am
ensrainbow.io Ready Ready Preview, Comment Jan 20, 2026 0:39am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 19, 2026

Greptile Summary

Automated release PR generated by Changesets to publish version 1.6.0 across 18 packages in the monorepo. This release includes the architectural refactoring from PR #1542 that flipped the dependency relationship between ens-referrals and ensnode-sdk, introducing the new ENSReferralsClient.

Changes

  • Consumed and deleted changeset file .changeset/rich-shirts-spend.md
  • Bumped all package versions from 1.5.1 to 1.6.0
  • Updated CHANGELOG.md files with release notes for all affected packages
  • Two packages received minor version bumps: @namehash/ens-referrals and @ensnode/ensnode-sdk
  • Remaining 16 packages received patch version bumps for transitive dependency updates

Version Semantics

  • Minor (1.6.0): @namehash/ens-referrals (new ENSReferralsClient API), @ensnode/ensnode-sdk (dependency architecture change)
  • Patch (1.6.0): All dependent packages following monorepo versioning strategy

All version bumps, CHANGELOG entries, and changeset consumption follow standard Changesets conventions correctly.

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's an automated Changesets release following standard conventions
  • This is a standard automated release PR generated by the Changesets GitHub action. All changes are mechanical and correct: version bumps are consistent (1.5.1 → 1.6.0), CHANGELOG entries accurately reflect the changes from PR Flip dependency relationship between the ens-referrals and ensnode-sdk packages #1542, the changeset file was properly consumed and deleted, and semantic versioning rules are correctly applied (minor bumps for packages with new features, patch bumps for dependents). No code logic changes are present in this PR - only version metadata and documentation updates.
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/rich-shirts-spend.md Changeset file correctly consumed and deleted by the release process
packages/ens-referrals/package.json Version bumped to 1.6.0 (minor release for new ENSReferralsClient)
packages/ensnode-sdk/package.json Version bumped to 1.6.0 (minor release for dependency flip)
packages/ens-referrals/CHANGELOG.md CHANGELOG correctly documents minor changes and dependency updates
packages/ensnode-sdk/CHANGELOG.md CHANGELOG correctly documents minor changes and dependency updates

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant CS as Changesets CLI
    participant Repo as Repository
    participant NPM as NPM Registry
    
    Note over GHA,CS: Release PR #1549 Workflow
    
    GHA->>CS: Run changesets version
    CS->>Repo: Read .changeset/rich-shirts-spend.md
    Note over CS: Process changeset metadata<br/>- @namehash/ens-referrals: minor<br/>- @ensnode/ensnode-sdk: minor<br/>- ensapi: patch
    
    CS->>Repo: Update package.json files<br/>(1.5.1 → 1.6.0)
    CS->>Repo: Update CHANGELOG.md files<br/>(add 1.6.0 entries)
    CS->>Repo: Delete consumed changeset<br/>(.changeset/rich-shirts-spend.md)
    
    CS->>GHA: Version update complete
    GHA->>Repo: Create/update PR #1549
    
    Note over Repo: PR reviewed and merged
    
    GHA->>CS: Run changesets publish
    CS->>NPM: Publish packages to NPM<br/>(@namehash/[email protected]<br/>@ensnode/[email protected]<br/>etc.)
    
    NPM-->>CS: Publish successful
    CS-->>GHA: Release complete
Loading

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.

1 participant