Skip to content

Commit

Permalink
0.8.8 (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Feb 19, 2020
1 parent 4b92931 commit fba89d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "aragon",
"description": "Aragon DApp",
"version": "0.8.7-hotfix",
"version": "0.8.8",
"private": true,
"license": "AGPL-3.0-or-later",
"author": "Aragon Association <legal@aragon.org>",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@aragon/templates-tokens": "^1.2.1",
"@aragon/ui": "^1.2.1",
"@aragon/wrapper": "^5.0.0-rc.23",
"@aragon/ui": "^1.3.0",
"@aragon/wrapper": "^5.0.0-rc.25",
"@sentry/browser": "^5.5.0",
"@ungap/event-target": "^0.1.0",
"clipboard-polyfill": "^2.8.6",
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Expand Up @@ -27,10 +27,10 @@
resolved "https://registry.yarnpkg.com/@aragon/templates-tokens/-/templates-tokens-1.3.0.tgz#ada5dd9b8bf2ebfc4a69df06e17e56b04eb503ba"
integrity sha512-qS69Hy23uBTRh1b9qf8zXdJB+m5jzW1jGiorw+nU59+SVbk1tHCUeyD7UZACIhjvABFGMzcy8JQZ7nE8IdGavw==

"@aragon/ui@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@aragon/ui/-/ui-1.2.1.tgz#129e2898a11b2e07aff48d7fef58bc16bf2b6227"
integrity sha512-SkJ0lyTAU9ytmWv1qEjHyqv/gARBB4LsxehO2+dILzw48nDrXR87gjE3FVShLp9yUZn3JaCB0lE5p33Yo+XbRg==
"@aragon/ui@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@aragon/ui/-/ui-1.3.0.tgz#ca113f11ebb1760d7f7fdf3ce263b3b9e0a7ff33"
integrity sha512-EUr/4125KsyebctvZ68otynzpwfdAVU2+MJEtnLo5Bfr2KzcrggsEdSbq532AL7xj07i/FSpOMIjG8LM0nNrpQ==
dependencies:
"@babel/runtime" "^7.3.1"
airbnb-prop-types "^2.9.0"
Expand All @@ -47,10 +47,10 @@
react-spring "^7.2.11"
recursive-copy "^2.0.9"

"@aragon/wrapper@^5.0.0-rc.23":
version "5.0.0-rc.23"
resolved "https://registry.yarnpkg.com/@aragon/wrapper/-/wrapper-5.0.0-rc.23.tgz#a54379cca2cc4f5da6d59387775e3c6bab93476d"
integrity sha512-xnhc7d41iTZzZubLAweg+Q5DkiLBy/ZphDbCuRgtO2iX43e31nuvv/BkouqXvRV5wNPAT7J7xy7uAIj9POyzgw==
"@aragon/wrapper@^5.0.0-rc.25":
version "5.0.0-rc.25"
resolved "https://registry.yarnpkg.com/@aragon/wrapper/-/wrapper-5.0.0-rc.25.tgz#309eb2674fe3e54ff39e6623f91ad740e4ea8dfb"
integrity sha512-A2PSV24tqVEW0Jlq30YaNNr/KwGy43ji7COwAk1Vo4p2iShN9OIqTkjk7vaeD3juTVFVZzVOKauxaNnKDyBoNA==
dependencies:
"@aragon/os" "^4.2.1"
"@aragon/rpc-messenger" "^2.0.0"
Expand All @@ -59,7 +59,6 @@
dot-prop "^4.2.0"
eth-ens-namehash "^2.0.8"
ethjs-ens "^2.0.1"
js-sha3 "^0.8.0"
localforage "^1.7.3"
localforage-memoryStorageDriver "^0.9.2"
radspec "^1.5.0"
Expand Down

0 comments on commit fba89d9

Please sign in to comment.