Skip to content

Release New Version#1981

Merged
shrugs merged 1 commit intomainfrom
changeset-release/main
Apr 22, 2026
Merged

Release New Version#1981
shrugs merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 22, 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/ens-referrals@1.10.1

Patch Changes

  • #1973 9d50f64 Thanks @Goader! - Refine internal ReferrerRaceState fields in the rev-share-cap race algorithm: rename totalRevenueContributionAmount/cappedAwardAmount/wasQualified to totalRevenueContribution (PriceEth) / cappedAward (PriceUsdc) / hasQualified, and rewrite the loop body to operate on Price objects end-to-end. Extract the repeated baseAnnualRevenueContribution × (duration / 1 year) formula into a calcBaseRevenueContribution domain helper and apply it at all rev-share-cap call sites.

  • Updated dependencies [9d50f64]:

    • @ensnode/ensnode-sdk@1.10.1
    • enssdk@1.10.1

@ensnode/ensdb-sdk@1.10.1

Patch Changes

  • #1984 e92fa4d Thanks @shrugs! - Hotfix: moved the pg_trgm extension into the ensnode schema to avoid implicit dependency on 'public' schema existing.

  • Updated dependencies [9d50f64]:

    • @ensnode/ensnode-sdk@1.10.1
    • enssdk@1.10.1

enskit@1.10.1

Patch Changes

  • Updated dependencies []:
    • enssdk@1.10.1

@ensnode/ensnode-react@1.10.1

Patch Changes

  • Updated dependencies [9d50f64]:
    • @ensnode/ensnode-sdk@1.10.1
    • enssdk@1.10.1

@ensnode/ensnode-sdk@1.10.1

Patch Changes

  • #1973 9d50f64 Thanks @Goader! - Add subtractPrice, minPrice, and maxPrice helpers to @ensnode/ensnode-sdk.

  • Updated dependencies []:

    • enssdk@1.10.1
    • @ensnode/datasources@1.10.1

@ensnode/ensrainbow-sdk@1.10.1

Patch Changes

  • Updated dependencies []:
    • enssdk@1.10.1

@namehash/namehash-ui@1.10.1

Patch Changes

  • Updated dependencies [9d50f64]:
    • @ensnode/ensnode-sdk@1.10.1
    • @ensnode/ensnode-react@1.10.1
    • enssdk@1.10.1
    • @ensnode/datasources@1.10.1

@ensnode/datasources@1.10.1

enssdk@1.10.1

ensskills@1.10.1

@ensnode/ponder-sdk@1.10.1

@ensnode/ponder-subgraph@1.10.1

ensadmin@1.10.1

Patch Changes

  • Updated dependencies [9d50f64]:
    • @ensnode/ensnode-sdk@1.10.1
    • @ensnode/ensnode-react@1.10.1
    • @namehash/namehash-ui@1.10.1
    • enssdk@1.10.1
    • @ensnode/datasources@1.10.1

ensapi@1.10.1

Patch Changes

  • Updated dependencies [e92fa4d, 9d50f64, 9d50f64]:
    • @ensnode/ensdb-sdk@1.10.1
    • @ensnode/ensnode-sdk@1.10.1
    • @namehash/ens-referrals@1.10.1
    • enssdk@1.10.1
    • @ensnode/datasources@1.10.1
    • @ensnode/ponder-subgraph@1.10.1

ensindexer@1.10.1

Patch Changes

  • #1984 e92fa4d Thanks @shrugs! - Hotfix: moved the pg_trgm extension into the ensnode schema to avoid implicit dependency on 'public' schema existing.

  • Updated dependencies [e92fa4d, 9d50f64]:

    • @ensnode/ensdb-sdk@1.10.1
    • @ensnode/ensnode-sdk@1.10.1
    • @ensnode/ensrainbow-sdk@1.10.1
    • enssdk@1.10.1
    • @ensnode/datasources@1.10.1
    • @ensnode/ponder-sdk@1.10.1

ensrainbow@1.10.1

Patch Changes

  • Updated dependencies [9d50f64]:
    • @ensnode/ensnode-sdk@1.10.1
    • @ensnode/ensrainbow-sdk@1.10.1
    • enssdk@1.10.1

fallback-ensapi@1.10.1

Patch Changes

  • Updated dependencies [9d50f64]:
    • @ensnode/ensnode-sdk@1.10.1
    • @ensnode/datasources@1.10.1

@docs/ensnode@1.10.1

Patch Changes

  • Updated dependencies []:
    • @namehash/namehash-ui@1.10.1

@docs/ensrainbow@1.10.1

Patch Changes

  • Updated dependencies []:
    • @namehash/namehash-ui@1.10.1

@ensnode/enskit-react-example@0.0.2

Patch Changes

  • Updated dependencies []:
    • enssdk@1.10.1
    • enskit@1.10.1

@ensnode/integration-test-env@1.10.1

Patch Changes

  • Updated dependencies [e92fa4d, 9d50f64]:
    • @ensnode/ensdb-sdk@1.10.1
    • @ensnode/ensnode-sdk@1.10.1
    • @ensnode/datasources@1.10.1
    • @ensnode/shared-configs@1.10.1

enscli@1.10.1

@ensnode/shared-configs@1.10.1

@github-actions github-actions Bot requested a review from a team as a code owner April 22, 2026 13:46
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 22, 2026

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

Project Deployment Actions Updated (UTC)
admin.ensnode.io Ready Ready Preview, Comment Apr 22, 2026 5:54pm
ensnode.io Ready Ready Preview, Comment Apr 22, 2026 5:54pm
ensrainbow.io Ready Ready Preview, Comment Apr 22, 2026 5:54pm

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 22, 2026

Greptile Summary

This is an automated release PR generated by Changesets, bumping all packages from 1.10.0 to 1.11.0 (and @ensnode/enskit-react-example from 0.0.1 to 0.0.2). The substantive changes driving this release are the addition of subtractPrice, minPrice, and maxPrice helpers to @ensnode/ensnode-sdk (minor bump), and an internal refactor of ReferrerRaceState fields plus extraction of calcBaseRevenueContribution in @namehash/ens-referrals (patch bump). All version increments and CHANGELOG entries are consistent and well-formed.

Confidence Score: 5/5

This PR is safe to merge — it is a fully automated Changesets release with consistent version bumps and accurate changelogs across all 23 packages.

All version increments are consistent (1.10.0 → 1.11.0 monorepo-wide, with the expected 0.0.1 → 0.0.2 exception for enskit-react-example), changeset files are correctly deleted, and CHANGELOG entries match the underlying PR changes. No logic, code, or configuration files are modified — only versions and documentation.

No files require special attention.

Important Files Changed

Filename Overview
packages/ensnode-sdk/package.json Version bumped from 1.10.0 to 1.11.0 — reflects the minor addition of price helper functions.
packages/ens-referrals/package.json Version bumped from 1.10.0 to 1.11.0 — reflects internal refactor of ReferrerRaceState fields.
packages/ensnode-sdk/CHANGELOG.md Changelog entry added for 1.11.0 correctly documents the new subtractPrice, minPrice, and maxPrice helpers as a minor change.
packages/ens-referrals/CHANGELOG.md Changelog entry added for 1.11.0 accurately describes the internal refactor of ReferrerRaceState and calcBaseRevenueContribution extraction.
.changeset/quick-signals-align.md Changeset file correctly deleted as part of the release process after being consumed into CHANGELOG.
.changeset/tidy-cobras-race.md Changeset file correctly deleted as part of the release process after being consumed into CHANGELOG.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Changesets Action] --> B[Consume changeset files]
    B --> C[quick-signals-align.md]
    B --> D[tidy-cobras-race.md]
    C --> E[Bump @ensnode/ensnode-sdk 1.10.0 → 1.11.0]
    D --> F[Bump @namehash/ens-referrals 1.10.0 → 1.11.0]
    E --> G[Cascade bumps to dependents]
    F --> G
    G --> H[All packages 1.10.0 → 1.11.0]
    G --> I[enskit-react-example 0.0.1 → 0.0.2]
    H --> J[Update CHANGELOGs]
    I --> J
    J --> K[PR Ready to Merge → npm publish]
Loading

Reviews (1): Last reviewed commit: "RELEASING: Releasing 23 package(s)" | Re-trigger Greptile

Releases:
  @ensnode/ensdb-sdk@1.10.1
  ensindexer@1.10.1
  @ensnode/ensnode-sdk@1.10.1
  @namehash/ens-referrals@1.10.1
  ensapi@1.10.1
  @ensnode/integration-test-env@1.10.1
  ensadmin@1.10.1
  ensrainbow@1.10.1
  fallback-ensapi@1.10.1
  @ensnode/ensnode-react@1.10.1
  @ensnode/ensrainbow-sdk@1.10.1
  @namehash/namehash-ui@1.10.1
  @docs/ensnode@1.10.1
  @docs/ensrainbow@1.10.1
  enssdk@1.10.1
  enscli@1.10.1
  enskit@1.10.1
  ensskills@1.10.1
  @ensnode/datasources@1.10.1
  @ensnode/ponder-sdk@1.10.1
  @ensnode/ponder-subgraph@1.10.1
  @ensnode/shared-configs@1.10.1
  @ensnode/enskit-react-example@0.0.2

[skip ci]
@shrugs shrugs merged commit 44b4385 into main Apr 22, 2026
9 checks passed
@shrugs shrugs deleted the changeset-release/main branch April 22, 2026 17:54
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