Skip to content

Commit 1ccea86

Browse files
Release New Version (#2074)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c38ad75 commit 1ccea86

59 files changed

Lines changed: 202 additions & 59 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/canonical-fields-omnigraph.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/drop-domains-where-canonical.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ensnode-sdk-root-registry-bridged-target.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/omnigraph-domains-version-filter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/registrar-controller-non-utf8-label.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/resolver-bridged-registry-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/ensadmin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ensadmin
22

3+
## 1.12.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4fb7b33`](https://github.com/namehash/ensnode/commit/4fb7b332fd46ee9924dc9dfb55b5a21ff8b8554a)]:
8+
- @ensnode/ensnode-sdk@1.12.0
9+
- @ensnode/ensnode-react@1.12.0
10+
- @namehash/namehash-ui@1.12.0
11+
- enssdk@1.12.0
12+
- @ensnode/datasources@1.12.0
13+
- @ensnode/scalar-react@0.0.0
14+
315
## 1.11.1
416

517
### Patch Changes

apps/ensadmin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ensadmin",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
44
"private": true,
55
"type": "module",
66
"description": "Inspect the ENS Protocol like never before",

apps/ensapi/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# ensapi
22

3+
## 1.12.0
4+
5+
### Minor Changes
6+
7+
- [#2061](https://github.com/namehash/ensnode/pull/2061) [`4fb7b33`](https://github.com/namehash/ensnode/commit/4fb7b332fd46ee9924dc9dfb55b5a21ff8b8554a) Thanks [@shrugs](https://github.com/shrugs)! - **Omnigraph**: expose `Domain.canonical` and `Registry.canonical` on the Omnigraph schema. Both are non-null `Boolean!` fields indicating whether the entity participates in the Canonical Nametree.
8+
9+
- [#2061](https://github.com/namehash/ensnode/pull/2061) [`4fb7b33`](https://github.com/namehash/ensnode/commit/4fb7b332fd46ee9924dc9dfb55b5a21ff8b8554a) Thanks [@shrugs](https://github.com/shrugs)! - **Omnigraph (breaking)**: drop the `canonical: Boolean = false` field from `DomainsWhereInput` (used by `Query.domains`). Every nameable Domain is canonical by definition, so the filter was redundant; the query now always scopes to Canonical Domains. Consumers passing `where: { canonical: true }` should drop the field; consumers relying on `canonical: false` (or default) to surface non-canonical Domains via this query no longer can — read `Domain.canonical` directly or scope by `Account.domains` / `Registry.domains` instead.
10+
11+
- [#2077](https://github.com/namehash/ensnode/pull/2077) [`c2e1047`](https://github.com/namehash/ensnode/commit/c2e10471b95cae47ba02044dd03f550589da8db3) Thanks [@shrugs](https://github.com/shrugs)! - **Omnigraph**: add an `ENSProtocolVersion` enum (`ENSv1` | `ENSv2`) and `where: { version }` filter on `Query.domains` and `Account.domains`.
12+
13+
- [#2061](https://github.com/namehash/ensnode/pull/2061) [`4fb7b33`](https://github.com/namehash/ensnode/commit/4fb7b332fd46ee9924dc9dfb55b5a21ff8b8554a) Thanks [@shrugs](https://github.com/shrugs)! - **Omnigraph (breaking)**: `Resolver.bridged` is no longer an `AccountId` scalar; it now returns the bridged target `Registry` interface. Consumers should change their selection from `bridged` (scalar) to `bridged { ... }` (Registry interface) — the new shape exposes the full `Registry` and allows navigation into the bridged sub-registry's canonical Domain etc.
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`4fb7b33`](https://github.com/namehash/ensnode/commit/4fb7b332fd46ee9924dc9dfb55b5a21ff8b8554a)]:
18+
- @ensnode/ensnode-sdk@1.12.0
19+
- @namehash/ens-referrals@1.12.0
20+
- @ensnode/ensdb-sdk@1.12.0
21+
- enssdk@1.12.0
22+
- @ensnode/datasources@1.12.0
23+
- @ensnode/ponder-subgraph@1.12.0
24+
325
## 1.11.1
426

527
### Patch Changes

apps/ensapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ensapi",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
44
"private": true,
55
"type": "module",
66
"description": "ENSNode's ENS API",

0 commit comments

Comments
 (0)