Skip to content

Commit b3b1a54

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

41 files changed

Lines changed: 135 additions & 44 deletions

Some content is hidden

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

.changeset/eager-parrots-follow.md

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

.changeset/forward-compat-unrecognized-leaderboard-edition-metrics.md

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

.changeset/neat-signs-sort.md

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

.changeset/purple-lamps-show.md

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

.changeset/shiny-cameras-judge.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.7.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2d03bcd`](https://github.com/namehash/ensnode/commit/2d03bcd94107168e24b9620721e023cfa17d0440)]:
8+
- @ensnode/ensnode-sdk@1.7.0
9+
- @ensnode/ensnode-react@1.7.0
10+
- @namehash/namehash-ui@1.7.0
11+
- @ensnode/datasources@1.7.0
12+
- @ensnode/ensnode-schema@1.7.0
13+
314
## 1.6.0
415

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

apps/ensapi/CHANGELOG.md

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

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [#1719](https://github.com/namehash/ensnode/pull/1719) [`4cb6dee`](https://github.com/namehash/ensnode/commit/4cb6dee2a0198b630b4efdd02eb71c36c7d38025) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: BREAKING: Removed `ENSv1Domain.children` in favor of `Domain.subdomains`.
8+
9+
- [#1719](https://github.com/namehash/ensnode/pull/1719) [`4cb6dee`](https://github.com/namehash/ensnode/commit/4cb6dee2a0198b630b4efdd02eb71c36c7d38025) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: Introduce `*Connection.totalCount` for all `*Connection` fields, following the Relay specification.
10+
11+
- [#1719](https://github.com/namehash/ensnode/pull/1719) [`4cb6dee`](https://github.com/namehash/ensnode/commit/4cb6dee2a0198b630b4efdd02eb71c36c7d38025) Thanks [@shrugs](https://github.com/shrugs)! - ENSNode GraphQL API: BREAKING: Removed `Domain.subdomainCount` in favor of `Domain.subdomains.totalCount`.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`9ef8ab7`](https://github.com/namehash/ensnode/commit/9ef8ab740f03cbc9abba189ff959e4f94b093cbb), [`2d03bcd`](https://github.com/namehash/ensnode/commit/2d03bcd94107168e24b9620721e023cfa17d0440)]:
16+
- @namehash/ens-referrals@1.7.0
17+
- @ensnode/ensnode-sdk@1.7.0
18+
- @ensnode/datasources@1.7.0
19+
- @ensnode/ensnode-schema@1.7.0
20+
- @ensnode/ponder-subgraph@1.7.0
21+
322
## 1.6.0
423

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

apps/ensindexer/CHANGELOG.md

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

3+
## 1.7.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2d03bcd`](https://github.com/namehash/ensnode/commit/2d03bcd94107168e24b9620721e023cfa17d0440)]:
8+
- @ensnode/ensnode-sdk@1.7.0
9+
- @ensnode/ponder-sdk@1.7.0
10+
- @ensnode/ensrainbow-sdk@1.7.0
11+
- @ensnode/datasources@1.7.0
12+
- @ensnode/ensnode-schema@1.7.0
13+
314
## 1.6.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)