Skip to content

Commit fba89d9

Browse files
authored
0.8.8 (#1312)
1 parent 4b92931 commit fba89d9

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aragon",
33
"description": "Aragon DApp",
4-
"version": "0.8.7-hotfix",
4+
"version": "0.8.8",
55
"private": true,
66
"license": "AGPL-3.0-or-later",
77
"author": "Aragon Association <legal@aragon.org>",
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@aragon/templates-tokens": "^1.2.1",
28-
"@aragon/ui": "^1.2.1",
29-
"@aragon/wrapper": "^5.0.0-rc.23",
28+
"@aragon/ui": "^1.3.0",
29+
"@aragon/wrapper": "^5.0.0-rc.25",
3030
"@sentry/browser": "^5.5.0",
3131
"@ungap/event-target": "^0.1.0",
3232
"clipboard-polyfill": "^2.8.6",

yarn.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
resolved "https://registry.yarnpkg.com/@aragon/templates-tokens/-/templates-tokens-1.3.0.tgz#ada5dd9b8bf2ebfc4a69df06e17e56b04eb503ba"
2828
integrity sha512-qS69Hy23uBTRh1b9qf8zXdJB+m5jzW1jGiorw+nU59+SVbk1tHCUeyD7UZACIhjvABFGMzcy8JQZ7nE8IdGavw==
2929

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

50-
"@aragon/wrapper@^5.0.0-rc.23":
51-
version "5.0.0-rc.23"
52-
resolved "https://registry.yarnpkg.com/@aragon/wrapper/-/wrapper-5.0.0-rc.23.tgz#a54379cca2cc4f5da6d59387775e3c6bab93476d"
53-
integrity sha512-xnhc7d41iTZzZubLAweg+Q5DkiLBy/ZphDbCuRgtO2iX43e31nuvv/BkouqXvRV5wNPAT7J7xy7uAIj9POyzgw==
50+
"@aragon/wrapper@^5.0.0-rc.25":
51+
version "5.0.0-rc.25"
52+
resolved "https://registry.yarnpkg.com/@aragon/wrapper/-/wrapper-5.0.0-rc.25.tgz#309eb2674fe3e54ff39e6623f91ad740e4ea8dfb"
53+
integrity sha512-A2PSV24tqVEW0Jlq30YaNNr/KwGy43ji7COwAk1Vo4p2iShN9OIqTkjk7vaeD3juTVFVZzVOKauxaNnKDyBoNA==
5454
dependencies:
5555
"@aragon/os" "^4.2.1"
5656
"@aragon/rpc-messenger" "^2.0.0"
@@ -59,7 +59,6 @@
5959
dot-prop "^4.2.0"
6060
eth-ens-namehash "^2.0.8"
6161
ethjs-ens "^2.0.1"
62-
js-sha3 "^0.8.0"
6362
localforage "^1.7.3"
6463
localforage-memoryStorageDriver "^0.9.2"
6564
radspec "^1.5.0"

0 commit comments

Comments
 (0)