Skip to content

Commit

Permalink
Bump up version (#423)
Browse files Browse the repository at this point in the history
* Bump up version
  • Loading branch information
makoto authored Aug 14, 2019
1 parent f8b1e41 commit 531a540
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ens-app",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"homepage": "https://manager.ens.domains",
"dependencies": {
Expand All @@ -12,7 +12,7 @@
"@ensdomains/ethregistrar": "^1.2.2",
"@ensdomains/react-ens-address": "^0.0.11",
"@ensdomains/resolver": "^0.1.6",
"@ensdomains/ui": "^1.1.4",
"@ensdomains/ui": "^1.1.5",
"apollo-cache-inmemory": "^1.2.9",
"apollo-client": "^2.4.5",
"apollo-link": "^1.2.2",
Expand Down
1 change: 0 additions & 1 deletion src/components/SingleName/NameDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ function hasAnyRecord(domain) {
}

function NameDetails({ domain, isOwner, isOwnerOfParent, refetch, account }) {
const deedOwner = domain.deedOwner
const isDeedOwner = domain.deedOwner === account
const isRegistrant = domain.registrant === account
const isPermanentRegistrarDeployed = domain.available !== null
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1332,10 +1332,10 @@
lodash "^4.17.11"
web3 "1.0.0-beta.34"

"@ensdomains/ui@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@ensdomains/ui/-/ui-1.1.4.tgz#ae117c7e889a29c9a195c22be82be9728274c14a"
integrity sha512-QEkPTpbkliIFWv8+rCzOVBZU6DPcCMGlmwOaMVv6mpDF4pSso+A5VdSJbOKbYkJP6DhozAmR0LFpOyhy8B9KcA==
"@ensdomains/ui@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@ensdomains/ui/-/ui-1.1.5.tgz#5dd05b9eca04cbb420999e13ee7bfed3b09cb245"
integrity sha512-tUdy5Gd9b8j5KmTpJte6hRxYHAKuoBVJo2jMgzuPiMfAiQ9M21A2KzphsJ5gCxkmIL9kAeROQQADJhkJr0pnng==
dependencies:
"@0xproject/utils" "^2.0.2"
"@babel/runtime" "^7.4.4"
Expand Down

0 comments on commit 531a540

Please sign in to comment.