Skip to content

Commit 8a765a3

Browse files
RELEASING: Releasing 19 package(s)
Releases: ensapi@1.8.0 ensindexer@1.8.0 ensadmin@1.8.0 ensrainbow@1.8.0 fallback-ensapi@1.8.0 @ensnode/datasources@1.8.0 @ensnode/ensrainbow-sdk@1.8.0 @ensnode/ensnode-schema@1.8.0 @ensnode/ensnode-react@1.8.0 @ensnode/ensnode-sdk@1.8.0 @ensnode/ponder-sdk@1.8.0 @ensnode/ponder-subgraph@1.8.0 @ensnode/shared-configs@1.8.0 @docs/ensnode@1.8.0 @docs/ensrainbow@1.8.0 @docs/mintlify@1.8.0 @namehash/ens-referrals@1.8.0 @namehash/namehash-ui@1.8.0 @ensnode/integration-test-env@0.0.1 [skip ci]
1 parent da33e32 commit 8a765a3

43 files changed

Lines changed: 141 additions & 45 deletions

Some content is hidden

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

.changeset/breezy-corners-tickle.md

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

.changeset/fluffy-hairs-draw.md

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

.changeset/shy-wolves-judge.md

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

.changeset/strong-baboons-help.md

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

.changeset/wide-chicken-dream.md

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

apps/ensadmin/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @ensnode/datasources@1.8.0
9+
- @ensnode/ensnode-schema@1.8.0
10+
- @ensnode/ensnode-react@1.8.0
11+
- @ensnode/ensnode-sdk@1.8.0
12+
- @namehash/namehash-ui@1.8.0
13+
314
## 1.7.0
415

516
### 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.7.0",
3+
"version": "1.8.0",
44
"private": true,
55
"type": "module",
66
"description": "Explore the ENS Protocol like never before",

apps/ensapi/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#1744](https://github.com/namehash/ensnode/pull/1744) [`9429530`](https://github.com/namehash/ensnode/commit/9429530dd7966735252e6216b2769ebb6941c987) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: `Registration.start` is now available, indicating the start timestamp of the Registration.
8+
9+
- [#1730](https://github.com/namehash/ensnode/pull/1730) [`5c64d89`](https://github.com/namehash/ensnode/commit/5c64d8976fdaf93cd9f9256b93b5216b34d48a90) Thanks [@shrugs](https://github.com/shrugs)! - The `subgraph` and `ensv2` plugins can now be activated in parallel.
10+
11+
- [#1744](https://github.com/namehash/ensnode/pull/1744) [`9429530`](https://github.com/namehash/ensnode/commit/9429530dd7966735252e6216b2769ebb6941c987) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: Add `where` filters to all `*.events` connections (`Domain.events`, `Resolver.events`, `Permissions.events`, `Account.events`). Supports filtering by `selector_in`, `timestamp_gte`, `timestamp_lte`, and `from` (where applicable). Also adds `Account.events` field to find events by transaction sender.
12+
13+
- [#1733](https://github.com/namehash/ensnode/pull/1733) [`10b368a`](https://github.com/namehash/ensnode/commit/10b368a052e24d165327b8b0f97ef952699e924b) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: `ENSv1Domain.rootRegistryOwner` is now available, indicating the owner of the Domain's node within the ENSv1 Registry contract.
14+
15+
- [#1744](https://github.com/namehash/ensnode/pull/1744) [`9429530`](https://github.com/namehash/ensnode/commit/9429530dd7966735252e6216b2769ebb6941c987) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: `Account.events` now provides the set of Events for which this Account is the sender (i.e. `Transaction.from`).
16+
17+
### Patch Changes
18+
19+
- Updated dependencies []:
20+
- @ensnode/datasources@1.8.0
21+
- @ensnode/ensnode-schema@1.8.0
22+
- @ensnode/ensnode-sdk@1.8.0
23+
- @ensnode/ponder-subgraph@1.8.0
24+
- @namehash/ens-referrals@1.8.0
25+
326
## 1.7.0
427

528
### Minor 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.7.0",
3+
"version": "1.8.0",
44
"private": true,
55
"type": "module",
66
"description": "ENSNode's ENS API",

apps/ensindexer/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#1730](https://github.com/namehash/ensnode/pull/1730) [`5c64d89`](https://github.com/namehash/ensnode/commit/5c64d8976fdaf93cd9f9256b93b5216b34d48a90) Thanks [@shrugs](https://github.com/shrugs)! - The `subgraph` and `ensv2` plugins can now be activated in parallel.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @ensnode/datasources@1.8.0
13+
- @ensnode/ensrainbow-sdk@1.8.0
14+
- @ensnode/ensnode-schema@1.8.0
15+
- @ensnode/ensnode-sdk@1.8.0
16+
- @ensnode/ponder-sdk@1.8.0
17+
318
## 1.7.0
419

520
### Patch Changes

0 commit comments

Comments
 (0)