Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 15, 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

@ensnode/ensnode-react@1.5.1

Patch Changes

  • Updated dependencies []:
    • @ensnode/ensnode-sdk@1.5.1

@ensnode/ensnode-sdk@1.5.1

Patch Changes

  • Updated dependencies []:
    • @ensnode/datasources@1.5.1
    • @namehash/ens-referrals@1.5.1

@namehash/namehash-ui@1.5.1

Patch Changes

  • Updated dependencies []:
    • @ensnode/datasources@1.5.1
    • @ensnode/ensnode-react@1.5.1
    • @ensnode/ensnode-sdk@1.5.1

@ensnode/ponder-metadata@1.5.1

Patch Changes

  • Updated dependencies []:
    • @ensnode/ensrainbow-sdk@1.5.1

@ensnode/datasources@1.5.1

@namehash/ens-referrals@1.5.1

@ensnode/ensnode-schema@1.5.1

@ensnode/ensrainbow-sdk@1.5.1

@ensnode/ponder-subgraph@1.5.1

ensadmin@1.5.1

Patch Changes

  • Updated dependencies []:
    • @ensnode/datasources@1.5.1
    • @ensnode/ponder-metadata@1.5.1
    • @ensnode/ensnode-schema@1.5.1
    • @ensnode/ensnode-react@1.5.1
    • @ensnode/ensnode-sdk@1.5.1

ensapi@1.5.1

Patch Changes

  • #1529 b25605b Thanks @notrab! - Add production and testnet servers to OpenAPI spec

    The OpenAPI specification now includes the following servers:

  • Updated dependencies []:

    • @ensnode/datasources@1.5.1
    • @ensnode/ensnode-schema@1.5.1
    • @ensnode/ponder-subgraph@1.5.1
    • @ensnode/ensnode-sdk@1.5.1
    • @namehash/ens-referrals@1.5.1

ensindexer@1.5.1

Patch Changes

  • #1534 bc1897d Thanks @lightwalker-eth! - Updated default plugin activations when SUBGRAPH_COMPAT=false (default) to also include protocol-acceleration, registrars, and tokenscope.

  • Updated dependencies []:

    • @ensnode/datasources@1.5.1
    • @ensnode/ensrainbow-sdk@1.5.1
    • @ensnode/ponder-metadata@1.5.1
    • @ensnode/ensnode-schema@1.5.1
    • @ensnode/ensnode-sdk@1.5.1

ensrainbow@1.5.1

Patch Changes

  • Updated dependencies []:
    • @ensnode/ensrainbow-sdk@1.5.1
    • @ensnode/ensnode-sdk@1.5.1

fallback-ensapi@1.5.1

Patch Changes

  • Updated dependencies []:
    • @ensnode/datasources@1.5.1
    • @ensnode/ensnode-sdk@1.5.1

@docs/mintlify@1.5.1

Patch Changes

  • #1530 4f7bfdb Thanks @notrab! - Introduced new documentation site at docs.ensnode.io powered by Mintlify for browsing API endpoints, and make requests using the API Playground.

  • #1530 4f7bfdb Thanks @notrab! - Added OpenAPI documentation for ENSNode APIs. The interactive API reference allows developers to explore and test API endpoints directly from the documentation.

  • #1535 de666e0 Thanks @tk-o! - Improved a method for how mintlify CLI is included when running development server locally.

@docs/ensnode@1.5.1

Patch Changes

@docs/ensrainbow@1.5.1

@ensnode/shared-configs@1.5.1

@github-actions github-actions bot requested a review from a team as a code owner January 15, 2026 01:10
@vercel
Copy link

vercel bot commented Jan 15, 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 15, 2026 9:06pm
ensnode.io Ready Ready Preview, Comment Jan 15, 2026 9:06pm
ensrainbow.io Ready Ready Preview, Comment Jan 15, 2026 9:06pm

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 15, 2026

Greptile Summary

Automated release PR bumping 17 packages from v1.5.0 to v1.5.1 following the successful merge of PR #1529 (OpenAPI servers feature).

  • The primary change is in ensapi which added production and testnet servers to the OpenAPI specification
  • All other packages receive version bumps due to transitive dependencies, even though they have no code changes
  • Changeset file .changeset/update-openapi-servers.md correctly deleted after being processed
  • All CHANGELOG.md files properly updated with v1.5.1 entries
  • Version numbers consistent across all 17 package.json files

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a standard automated release PR generated by Changesets. All changes are mechanical version bumps and changelog updates with consistent patterns across all packages. No code changes are introduced in this PR.
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/update-openapi-servers.md Changeset file deleted as expected after version release
apps/ensapi/CHANGELOG.md Added v1.5.1 entry with OpenAPI servers feature from PR #1529
apps/ensapi/package.json Version bumped from 1.5.0 to 1.5.1
packages/datasources/package.json Version bumped from 1.5.0 to 1.5.1
packages/ensnode-sdk/package.json Version bumped from 1.5.0 to 1.5.1

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub Actions
    participant CS as Changesets
    participant NPM as NPM Registry
    
    Note over Dev,CS: PR #1529 merged to main
    Dev->>GH: Merge PR #1529 (OpenAPI servers)
    GH->>CS: Trigger Changesets Release Action
    CS->>CS: Read .changeset/update-openapi-servers.md
    CS->>CS: Calculate affected packages (17 packages)
    CS->>CS: Bump versions 1.5.0 → 1.5.1
    CS->>CS: Update all CHANGELOG.md files
    CS->>CS: Delete processed changeset file
    CS->>GH: Create Release PR #1533
    
    Note over Dev,NPM: When Release PR is merged
    Dev->>GH: Merge Release PR #1533
    GH->>NPM: Publish 17 packages at v1.5.1
Loading

Releases:
  @docs/mintlify@1.5.1
  ensindexer@1.5.1
  @docs/ensnode@1.5.1
  ensapi@1.5.1
  ensadmin@1.5.1
  ensrainbow@1.5.1
  fallback-ensapi@1.5.1
  @ensnode/datasources@1.5.1
  @ensnode/ensrainbow-sdk@1.5.1
  @ensnode/ponder-metadata@1.5.1
  @ensnode/ensnode-schema@1.5.1
  @ensnode/ensnode-react@1.5.1
  @ensnode/ponder-subgraph@1.5.1
  @ensnode/ensnode-sdk@1.5.1
  @ensnode/shared-configs@1.5.1
  @docs/ensrainbow@1.5.1
  @namehash/ens-referrals@1.5.1
  @namehash/namehash-ui@1.5.1

[skip ci]
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