Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/modern-pugs-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/public-roses-heal.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
uses: changesets/action@v1.4.10
id: changesets
with:
commit: "chore(release): version apps"
Expand Down
14 changes: 14 additions & 0 deletions apps/ensadmin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ensadmin

## 0.29.0

### Minor Changes

- [#800](https://github.com/namehash/ensnode/pull/800) [`d5b13cc`](https://github.com/namehash/ensnode/commit/d5b13cccc7ddf1fd55813ceb92acabba94ab35f1) Thanks [@shrugs](https://github.com/shrugs)! - rename the ENS_DEPLOYMENT_CHAIN configuration variable to NAMESPACE

### Patch Changes

- Updated dependencies [[`d5b13cc`](https://github.com/namehash/ensnode/commit/d5b13cccc7ddf1fd55813ceb92acabba94ab35f1)]:
- @ensnode/datasources@0.29.0
- @ensnode/ponder-metadata@0.29.0
- @ensnode/ensnode-schema@0.29.0
- @ensnode/ensnode-sdk@0.29.0

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ensadmin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ensadmin",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"type": "module",
"description": "Explore the ENS Protocol like never before",
Expand Down
16 changes: 16 additions & 0 deletions apps/ensindexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# ensindexer

## 0.29.0

### Minor Changes

- [#800](https://github.com/namehash/ensnode/pull/800) [`d5b13cc`](https://github.com/namehash/ensnode/commit/d5b13cccc7ddf1fd55813ceb92acabba94ab35f1) Thanks [@shrugs](https://github.com/shrugs)! - rename the ENS_DEPLOYMENT_CHAIN configuration variable to NAMESPACE

### Patch Changes

- Updated dependencies [[`d5b13cc`](https://github.com/namehash/ensnode/commit/d5b13cccc7ddf1fd55813ceb92acabba94ab35f1)]:
- @ensnode/datasources@0.29.0
- @ensnode/ensrainbow-sdk@0.29.0
- @ensnode/ponder-metadata@0.29.0
- @ensnode/ensnode-schema@0.29.0
- @ensnode/ponder-subgraph@0.29.0
- @ensnode/ensnode-sdk@0.29.0

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ensindexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ensindexer",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"type": "module",
"description": "A multichain ENS indexer, powered by Ponder",
Expand Down
8 changes: 8 additions & 0 deletions apps/ensrainbow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ensrainbow

## 0.29.0

### Patch Changes

- Updated dependencies []:
- @ensnode/ensrainbow-sdk@0.29.0
- @ensnode/ensnode-sdk@0.29.0

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ensrainbow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ensrainbow",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"type": "module",
"description": "ENSRainbow is an ENSNode service for healing ENS labels",
Expand Down
6 changes: 6 additions & 0 deletions packages/datasources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ensnode/ens-deployments

## 0.29.0

### Minor Changes

- [#800](https://github.com/namehash/ensnode/pull/800) [`d5b13cc`](https://github.com/namehash/ensnode/commit/d5b13cccc7ddf1fd55813ceb92acabba94ab35f1) Thanks [@shrugs](https://github.com/shrugs)! - renamed @ensnode/ens-deployments to @ensnode/datasources

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/datasources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/datasources",
"version": "0.28.0",
"version": "0.29.0",
"type": "module",
"description": "Catalog of ENSNode-related datasources including chain, contract addresses, start blocks, and event filters.",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/ensnode-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ensnode/ensnode-schema

## 0.29.0

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ensnode-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ensnode-schema",
"version": "0.28.0",
"version": "0.29.0",
"type": "module",
"description": "The ponder schema for ENSNode",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/ensnode-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ensnode/ensnode-sdk

## 0.29.0

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ensnode-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ensnode-sdk",
"version": "0.28.0",
"version": "0.29.0",
"type": "module",
"description": "A utility library for interacting with ENSNode and ENS data",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/ensrainbow-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ensnode/ensrainbow-sdk

## 0.29.0

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ensrainbow-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ensrainbow-sdk",
"version": "0.28.0",
"version": "0.29.0",
"type": "module",
"description": "ENSRainbow SDK for interacting with the ENSRainbow API.",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/ponder-metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ensnode/ponder-metadata

## 0.29.0

### Patch Changes

- Updated dependencies []:
- @ensnode/ensrainbow-sdk@0.29.0

## 0.28.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ponder-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ponder-metadata",
"version": "0.28.0",
"version": "0.29.0",
"type": "module",
"description": "A Hono middleware for making Ponder app metadata available to clients.",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/ponder-subgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ensnode/ponder-subgraph

## 0.29.0

## 0.28.0

## 0.27.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ponder-subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensnode/ponder-subgraph",
"version": "0.28.0",
"version": "0.29.0",
"type": "module",
"description": "A Hono middleware for generating Subgraph-compatible GraphQL schema.",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/shared-configs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ensnode/shared-configs

## 0.29.0

## 0.28.0

## 0.27.0
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ensnode/shared-configs",
"private": true,
"version": "0.28.0",
"version": "0.29.0",
"type": "module",
"description": "Shared configs for the ENSNode project.",
"license": "MIT",
Expand Down