Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThis is an automated release PR generated by the Changesets GitHub Action, bumping all packages in the monorepo from
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
CS1[".changeset/breezy-lies-jam.md\nensnode-sdk: minor"] --> SDK
CS2[".changeset/proud-cars-change.md\nensindexer: minor"] --> IDX
SDK["@ensnode/ensnode-sdk\n1.8.1 → 1.9.0\n(minor: updated RPC auto-gen rules)"]
DS["@ensnode/datasources\n1.8.1 → 1.9.0"]
SDK --> REACT["@ensnode/ensnode-react\n1.8.1 → 1.9.0"]
SDK --> ENSDB["@ensnode/ensdb-sdk\n1.8.1 → 1.9.0"]
SDK --> REFS["@namehash/ens-referrals\n1.8.1 → 1.9.0"]
SDK --> NHUI["@namehash/namehash-ui\n1.8.1 → 1.9.0"]
SDK --> ITE["@ensnode/integration-test-env\n0.0.2 → 0.0.3"]
DS --> SDK
DS --> NHUI
DS --> ITE
SDK --> IDX["ensindexer\n1.8.1 → 1.9.0\n(minor: RPC_AUTO_GEN_MODE env var)"]
ENSDB --> IDX
DS --> IDX
SDK --> ENSADMIN["ensadmin\n1.8.1 → 1.9.0"]
REACT --> ENSADMIN
NHUI --> ENSADMIN
SDK --> ENSAPI["ensapi\n1.8.1 → 1.9.0"]
REFS --> ENSAPI
ENSDB --> ENSAPI
SDK --> ENSRAINBOW["ensrainbow\n1.8.1 → 1.9.0"]
SDK --> FALLBACK["fallback-ensapi\n1.8.1 → 1.9.0"]
DS --> FALLBACK
Reviews (1): Last reviewed commit: "RELEASING: Releasing 19 package(s)" | Re-trigger Greptile |
5101d23 to
2200359
Compare
2200359 to
8096389
Compare
8096389 to
ca51011
Compare
ca51011 to
f95cf68
Compare
f95cf68 to
81d2fce
Compare
81d2fce to
9880bfc
Compare
Releases: @ensnode/ensnode-sdk@1.9.0 @ensnode/ensdb-sdk@1.9.0 @docs/ensrainbow@1.9.0 @ensnode/ponder-sdk@1.9.0 @namehash/ens-referrals@1.9.0 ensapi@1.9.0 ensindexer@1.9.0 @docs/ensnode@1.9.0 ensadmin@1.9.0 ensrainbow@1.9.0 fallback-ensapi@1.9.0 @ensnode/ensnode-react@1.9.0 @ensnode/ensrainbow-sdk@1.9.0 @ensnode/integration-test-env@0.0.3 @namehash/namehash-ui@1.9.0 @ensnode/datasources@1.9.0 @ensnode/ponder-subgraph@1.9.0 @ensnode/shared-configs@1.9.0 @docs/mintlify@1.9.0 [skip ci]
9880bfc to
9a41a90
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
@namehash/ens-referrals@1.9.0
Minor Changes
113232bThanks @Y3drk! - Updated package documentation with a client methods overview.Patch Changes
70e6f24,387715e]:@ensnode/ensdb-sdk@1.9.0
Minor Changes
#1832
9f52a66Thanks @tk-o! - Hotfixed thebuildConcreteEnsIndexerSchemafunction by replacing the cloning approach with working mutation approach.#1809
aaa471fThanks @tk-o! - Renamed theclientgetter onEnsDbReaderclass toensDb.Patch Changes
70e6f24,387715e]:@ensnode/ensnode-sdk@1.9.0
Minor Changes
#1822
70e6f24Thanks @tk-o! - Updated auto-generation rules for HTTP and WS RPCs.#1836
387715eThanks @tk-o! - Removed theEnsIndexerUrlEnvironmentinterface as it was unused.Patch Changes
@ensnode/ponder-sdk@1.9.0
Minor Changes
#1836
387715eThanks @tk-o! - ExtendedPonderAppContextdata model withlocalPonderAppUrlfield.#1836
387715eThanks @tk-o! - ReplacedlocalPonderAppUrlreference withponderAppContext.localPonderAppUrlin the constructor forLocalPonderClient.@ensnode/ensnode-react@1.9.0
Patch Changes
70e6f24,387715e]:@namehash/namehash-ui@1.9.0
Patch Changes
70e6f24,387715e]:@ensnode/datasources@1.9.0
@ensnode/ensrainbow-sdk@1.9.0
@ensnode/ponder-subgraph@1.9.0
ensapi@1.9.0
Minor Changes
#1809
aaa471fThanks @tk-o! - Updated custom queries for ENSDb to implement data model from ENSDb SDK.#1809
aaa471fThanks @tk-o! - Decoupled ENSApi from ENSIndexer by updating the data source forEnsIndexerPublicConfigfrom ENSIndexer to ENSDb.#1809
aaa471fThanks @tk-o! - Decoupled ENSApi from ENSIndexer by updating the data source for Indexing Status snapshots, from ENSIndexer's Indexing Status API route to ENSDb.Patch Changes
70e6f24,9f52a66,aaa471f,387715e,113232b]:ensindexer@1.9.0
Minor Changes
#1822
70e6f24Thanks @tk-o! - Introduced a newRPC_AUTO_GEN_MODEenvironment variable (optional, by default set tohttp-only).#1836
387715eThanks @tk-o! - Cleaned up all references toconfig.ensIndexerUrl. The local Ponder app URL is now automatically derived from the Ponder app runtime context, eliminating the need for manual configuration.Patch Changes
70e6f24,9f52a66,aaa471f,387715e,387715e,387715e]:@docs/ensnode@1.9.0
Minor Changes
c9fc7f8Thanks @Y3drk! - Updated ensnode.io's landing page to use standardized footer component.Patch Changes
@docs/ensrainbow@1.9.0
Minor Changes
c9fc7f8Thanks @Y3drk! - Updated ensrainbow.io's landing page to use standardized footer component.Patch Changes
ensadmin@1.9.0
Patch Changes
70e6f24,387715e]:ensrainbow@1.9.0
Patch Changes
70e6f24,387715e]:fallback-ensapi@1.9.0
Patch Changes
70e6f24,387715e]:@ensnode/integration-test-env@0.0.3
Patch Changes
70e6f24,9f52a66,aaa471f,387715e]:@docs/mintlify@1.9.0
@ensnode/shared-configs@1.9.0