Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Aug 17, 2020
1 parent 1fff067 commit c3b5ac7
Show file tree
Hide file tree
Showing 22 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions examples/bundler-parcel/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "bundler-parcel",
"private": true,
"version": "0.5.3",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"dependencies": {
"@aragon/connect-react": "^0.5.3",
"@aragon/connect-react": "^0.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"string.ify": "^1.0.64"
Expand Down
4 changes: 2 additions & 2 deletions examples/bundler-webpack-ts-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bundler-webpack-ts-loader",
"main": "dist/index.js",
"version": "0.5.3",
"version": "0.6.0",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo"
},
"dependencies": {
"@aragon/connect": "^0.5.3",
"@aragon/connect": "^0.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/connect-react-intro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "connect-react-intro",
"private": true,
"version": "0.5.3",
"version": "0.6.0",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build"
Expand Down
6 changes: 3 additions & 3 deletions examples/list-balances-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "list-balances-cli",
"private": true,
"version": "0.5.3",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"typescript": "^3.9.6"
},
"dependencies": {
"@aragon/connect": "^0.5.3",
"@aragon/connect-voting": "^0.5.3",
"@aragon/connect": "^0.6.0",
"@aragon/connect-voting": "^0.6.0",
"token-amount": "^0.1.0"
}
}
6 changes: 3 additions & 3 deletions examples/list-votes-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "list-votes-cli",
"private": true,
"version": "0.5.3",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"typescript": "^3.9.6"
},
"dependencies": {
"@aragon/connect": "^0.5.3",
"@aragon/connect-voting": "^0.5.3"
"@aragon/connect": "^0.6.0",
"@aragon/connect-voting": "^0.6.0"
}
}
6 changes: 3 additions & 3 deletions examples/list-votes-react/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "list-votes-react",
"private": true,
"version": "0.5.3",
"version": "0.6.0",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build"
},
"dependencies": {
"@aragon/connect-react": "^0.5.3",
"@aragon/connect-voting": "^0.5.3",
"@aragon/connect-react": "^0.6.0",
"@aragon/connect-voting": "^0.6.0",
"@emotion/core": "^10.0.28",
"ethers": "^5.0.7",
"react": "^16.13.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-setup-web/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "minimal-setup-web",
"private": true,
"version": "0.5.3",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"dependencies": {
"@aragon/connect-react": "^0.5.3",
"@aragon/connect-react": "^0.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodejs",
"main": "dist/index.js",
"version": "0.5.3",
"version": "0.6.0",
"private": true,
"scripts": {
"build": "yarn clean && yarn compile",
Expand All @@ -22,10 +22,10 @@
"start-create-karma-template": "yarn build; node dist/src/create-karma-template.js"
},
"dependencies": {
"@aragon/connect": "^0.5.3",
"@aragon/connect-thegraph": "^0.5.3",
"@aragon/connect-tokens": "^0.5.3",
"@aragon/connect-voting": "^0.5.3",
"@aragon/connect": "^0.6.0",
"@aragon/connect-thegraph": "^0.6.0",
"@aragon/connect-tokens": "^0.6.0",
"@aragon/connect-voting": "^0.6.0",
"ethers": "^5.0.0",
"graphql-tag": "^2.10.3"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/org-viewer-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org-viewer-react",
"version": "0.5.3",
"version": "0.6.0",
"private": true,
"scripts": {
"start": "yarn clean && webpack-dev-server",
Expand All @@ -9,7 +9,7 @@
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo"
},
"dependencies": {
"@aragon/connect-react": "^0.5.3",
"@aragon/connect-react": "^0.6.0",
"@emotion/core": "^10.0.28",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/org-viewer-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "org-viewer-web",
"main": "dist/index.js",
"version": "0.5.3",
"version": "0.6.0",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -12,7 +12,7 @@
"compile": "tsc"
},
"dependencies": {
"@aragon/connect": "^0.5.3",
"@aragon/connect": "^0.6.0",
"@emotion/core": "^10.0.28",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"oao": "^2.0.0",
"ts-jest": "^26.1.0"
},
"version": "0.5.3"
"version": "0.6.0"
}
6 changes: 3 additions & 3 deletions packages/connect-agreement/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect-agreement",
"version": "0.5.3",
"version": "0.6.0",
"private": true,
"license": "LGPL-3.0-or-later",
"description": "Access and interact with Aragon Organizations and their apps.",
Expand Down Expand Up @@ -35,8 +35,8 @@
"lint": "eslint --ext .ts ./src"
},
"dependencies": {
"@aragon/connect-core": "^0.5.3",
"@aragon/connect-thegraph": "^0.5.3",
"@aragon/connect-core": "^0.6.0",
"@aragon/connect-thegraph": "^0.6.0",
"graphql-tag": "^2.10.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect-core",
"version": "0.5.3",
"version": "0.6.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect-ethereum",
"version": "0.5.3",
"version": "0.6.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@aragon/connect-core": "^0.5.3"
"@aragon/connect-core": "^0.6.0"
},
"description": "Access and interact with Aragon Organizations and their apps.",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-finance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect-finance",
"version": "0.5.3",
"version": "0.6.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@aragon/connect-core": "^0.5.3",
"@aragon/connect-thegraph": "^0.5.3",
"@aragon/connect-core": "^0.6.0",
"@aragon/connect-thegraph": "^0.6.0",
"graphql-tag": "^2.10.3"
},
"description": "Access and interact with Aragon Organizations and their apps.",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect-react",
"version": "0.5.3",
"version": "0.6.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@aragon/connect": "^0.5.3"
"@aragon/connect": "^0.6.0"
},
"peerDependencies": {
"react": "^16.13.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-thegraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect-thegraph",
"version": "0.5.3",
"version": "0.6.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@aragon/connect-core": "^0.5.3",
"@aragon/connect-core": "^0.6.0",
"@urql/core": "^1.11.7",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect-tokens",
"version": "0.5.3",
"version": "0.6.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@aragon/connect-core": "^0.5.3",
"@aragon/connect-thegraph": "^0.5.3",
"@aragon/connect-core": "^0.6.0",
"@aragon/connect-thegraph": "^0.6.0",
"graphql-tag": "^2.10.3"
},
"description": "Access and interact with Aragon Organizations and their apps.",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/connect-types",
"private": true,
"version": "0.5.3",
"version": "0.6.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-voting-disputable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect-voting-disputable",
"version": "0.5.3",
"version": "0.6.0",
"private": true,
"license": "LGPL-3.0-or-later",
"description": "Access and interact with Aragon Organizations and their apps.",
Expand Down Expand Up @@ -35,8 +35,8 @@
"lint": "eslint --ext .ts ./src"
},
"dependencies": {
"@aragon/connect-core": "^0.5.3",
"@aragon/connect-thegraph": "^0.5.3",
"@aragon/connect-core": "^0.6.0",
"@aragon/connect-thegraph": "^0.6.0",
"graphql-tag": "^2.10.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-voting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect-voting",
"version": "0.5.3",
"version": "0.6.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@aragon/connect-core": "^0.5.3",
"@aragon/connect-thegraph": "^0.5.3",
"@aragon/connect-core": "^0.6.0",
"@aragon/connect-thegraph": "^0.6.0",
"graphql-tag": "^2.10.3"
},
"description": "Access and interact with Aragon Organizations and their apps.",
Expand Down
8 changes: 4 additions & 4 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect",
"version": "0.5.3",
"version": "0.6.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,9 +33,9 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@aragon/connect-core": "^0.5.3",
"@aragon/connect-ethereum": "^0.5.3",
"@aragon/connect-thegraph": "^0.5.3"
"@aragon/connect-core": "^0.6.0",
"@aragon/connect-ethereum": "^0.6.0",
"@aragon/connect-thegraph": "^0.6.0"
},
"description": "Access and interact with Aragon Organizations and their apps.",
"keywords": [
Expand Down

0 comments on commit c3b5ac7

Please sign in to comment.