Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Jul 29, 2020
1 parent c6aa395 commit 18b5f98
Show file tree
Hide file tree
Showing 16 changed files with 90 additions and 31 deletions.
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": "1.0.0",
"version": "0.5.0",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build"
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0",
"version": "0.5.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0",
"version": "0.5.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/list-votes-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "list-votes-react",
"private": true,
"version": "1.0.0",
"version": "0.5.0",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal-setup-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minimal-setup-web",
"private": true,
"version": "1.0.0",
"version": "0.5.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.4.2",
"version": "0.5.0",
"private": true,
"scripts": {
"build": "yarn clean && yarn compile",
Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"name": "@aragon/connect",
"description": "Access and interact with Aragon Organizations and their apps.",
"keywords": ["ethereum", "javascript", "web3", "dapp", "aragon"],
"keywords": [
"ethereum",
"javascript",
"web3",
"dapp",
"aragon"
],
"author": "Aragon Association <[email protected]>",
"license": "LGPL-3.0-or-later",
"homepage": "https://github.com/aragon/connect",
"repository": "https://github.com/aragon/connect",
"bugs": "https://github.com/aragon/connect/issues",
"private": true,
"workspaces": {
"packages": ["packages/*", "examples/*"],
"packages": [
"packages/*",
"examples/*"
],
"nohoist": [
"**/@graphprotocol/graph-ts",
"**/@graphprotocol/graph-ts/**",
Expand Down Expand Up @@ -44,5 +53,5 @@
"oao": "^1.8.0",
"ts-jest": "^26.1.0"
},
"version": "0.4.2"
"version": "0.5.0"
}
14 changes: 11 additions & 3 deletions 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.4.2",
"version": "0.5.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -18,7 +18,9 @@
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo",
"lint": "eslint --ext .ts ./src"
},
"files": ["dist"],
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^26.0.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
Expand All @@ -35,7 +37,13 @@
"radspec": "^2.0.0-rc.1"
},
"description": "Access and interact with Aragon Organizations and their apps.",
"keywords": ["ethereum", "javascript", "web3", "dapp", "aragon"],
"keywords": [
"ethereum",
"javascript",
"web3",
"dapp",
"aragon"
],
"author": "Aragon Association <[email protected]>",
"homepage": "https://github.com/aragon/connect",
"bugs": "https://github.com/aragon/connect/issues",
Expand Down
14 changes: 11 additions & 3 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.4.2",
"version": "0.5.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -18,7 +18,9 @@
"clean": "rm -rf ./dist && rm -f tsconfig.tsbuildinfo",
"lint": "eslint --ext .ts ./src"
},
"files": ["dist"],
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^26.0.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
Expand All @@ -34,7 +36,13 @@
"@aragon/connect-core": "*"
},
"description": "Access and interact with Aragon Organizations and their apps.",
"keywords": ["ethereum", "javascript", "web3", "dapp", "aragon"],
"keywords": [
"ethereum",
"javascript",
"web3",
"dapp",
"aragon"
],
"author": "Aragon Association <[email protected]>",
"homepage": "https://github.com/aragon/connect",
"bugs": "https://github.com/aragon/connect/issues",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.1",
"version": "0.5.0",
"license": "LGPL-3.0-or-later",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.2",
"version": "0.5.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
14 changes: 11 additions & 3 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.4.2",
"version": "0.5.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -18,7 +18,9 @@
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo",
"lint": "eslint --ext .ts ./src"
},
"files": ["dist"],
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/react": "^16.9.34",
Expand All @@ -41,7 +43,13 @@
"subscriptions-transport-ws": "^0.9.16"
},
"description": "Access and interact with Aragon Organizations and their apps.",
"keywords": ["ethereum", "javascript", "web3", "dapp", "aragon"],
"keywords": [
"ethereum",
"javascript",
"web3",
"dapp",
"aragon"
],
"author": "Aragon Association <[email protected]>",
"homepage": "https://github.com/aragon/connect",
"bugs": "https://github.com/aragon/connect/issues",
Expand Down
14 changes: 11 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.4.2",
"version": "0.5.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -18,7 +18,9 @@
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo",
"lint": "eslint --ext .ts ./src"
},
"files": ["dist"],
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/react": "^16.9.34",
Expand All @@ -36,7 +38,13 @@
"graphql-tag": "^2.10.3"
},
"description": "Access and interact with Aragon Organizations and their apps.",
"keywords": ["ethereum", "javascript", "web3", "dapp", "aragon"],
"keywords": [
"ethereum",
"javascript",
"web3",
"dapp",
"aragon"
],
"author": "Aragon Association <[email protected]>",
"homepage": "https://github.com/aragon/connect",
"bugs": "https://github.com/aragon/connect/issues",
Expand Down
6 changes: 4 additions & 2 deletions packages/connect-types/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@aragon/connect-types",
"private": true,
"version": "0.4.2",
"version": "0.5.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc --build",
Expand Down
14 changes: 11 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.4.2",
"version": "0.5.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -18,7 +18,9 @@
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo",
"lint": "eslint --ext .ts ./src"
},
"files": ["dist"],
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/react": "^16.9.34",
Expand All @@ -36,7 +38,13 @@
"graphql-tag": "^2.10.3"
},
"description": "Access and interact with Aragon Organizations and their apps.",
"keywords": ["ethereum", "javascript", "web3", "dapp", "aragon"],
"keywords": [
"ethereum",
"javascript",
"web3",
"dapp",
"aragon"
],
"author": "Aragon Association <[email protected]>",
"homepage": "https://github.com/aragon/connect",
"bugs": "https://github.com/aragon/connect/issues",
Expand Down
14 changes: 11 additions & 3 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/connect",
"version": "0.4.2",
"version": "0.5.0",
"license": "LGPL-3.0-or-later",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -18,7 +18,9 @@
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo",
"lint": "eslint --ext .ts ./src"
},
"files": ["dist"],
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^26.0.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
Expand All @@ -36,7 +38,13 @@
"@aragon/connect-thegraph": "*"
},
"description": "Access and interact with Aragon Organizations and their apps.",
"keywords": ["ethereum", "javascript", "web3", "dapp", "aragon"],
"keywords": [
"ethereum",
"javascript",
"web3",
"dapp",
"aragon"
],
"author": "Aragon Association <[email protected]>",
"homepage": "https://github.com/aragon/connect",
"bugs": "https://github.com/aragon/connect/issues",
Expand Down

0 comments on commit 18b5f98

Please sign in to comment.