Skip to content

Commit

Permalink
add changeset files
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Nov 10, 2024
1 parent f8c39e9 commit 6f148db
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/ensjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ensdomains/ensjs

## 4.0.2

### Patch Changes

- Fix pagination bug for names with identical createdAt and expiryDate in getNamesForAddress

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ensjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensdomains/ensjs",
"version": "4.0.1",
"version": "4.0.2",
"description": "ENS javascript library for contract interaction",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ensdomains/ensjs-react

## 0.0.4

### Patch Changes

- Updated dependencies []:
- @ensdomains/ensjs@4.0.2

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensdomains/ensjs-react",
"version": "0.0.3",
"version": "0.0.4",
"description": "ENS javascript library for contract interaction",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 6f148db

Please sign in to comment.