Skip to content

Commit

Permalink
Release 0.13.2 (#475)
Browse files Browse the repository at this point in the history
* build: bump zNS-SDK version
Fixes a bug in domains with many subdomains

* feat: change "Date Staked" to "Date Claimed" (#468)

* build: increment version number
  • Loading branch information
colbr authored Apr 5, 2022
1 parent 9f5877b commit ca7ef6e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zns-dapp",
"version": "0.13.1",
"version": "0.13.2",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.13",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@web3-react/walletlink-connector": "^6.1.9",
"@zero-tech/zauction-sdk": "0.0.58",
"@zero-tech/zfi-sdk": "0.1.16",
"@zero-tech/zns-sdk": "0.1.28",
"@zero-tech/zns-sdk": "0.1.31",
"@zero-tech/zsale-sdk": "0.0.5",
"apollo": "^2.32.5",
"autosize": "^5.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const TABLE_HEADERS = [
className: '',
},
{
label: 'Date Staked',
label: 'Date Claimed',
accessor: '',
className: '',
},
Expand Down

0 comments on commit ca7ef6e

Please sign in to comment.