Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Update packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
osarrouy committed Dec 13, 2019
1 parent c6ddcb1 commit 1515585
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 33 deletions.
14 changes: 7 additions & 7 deletions apps/aragon-fundraising/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ablack/fundraising-aragon-fundraising",
"version": "0.1.0",
"version": "1.0.0",
"author": "Aragon Assocation <[email protected]>",
"contributors": [
"Olivier Sarrouy <[email protected]>",
Expand Down Expand Up @@ -41,16 +41,16 @@
"/test"
],
"dependencies": {
"@ablack/fundraising-batched-bancor-market-maker": "^0.1.0",
"@ablack/fundraising-presale": "^0.1.0",
"@ablack/fundraising-shared-interfaces": "^0.1.0",
"@ablack/fundraising-tap": "^0.1.0",
"@ablack/fundraising-batched-bancor-market-maker": "^1.0.0",
"@ablack/fundraising-presale": "^1.0.0",
"@ablack/fundraising-shared-interfaces": "^1.0.0",
"@ablack/fundraising-tap": "^1.0.0",
"@aragon/apps-agent": "^2.0.0-rc.1",
"@aragon/os": "4.2.1"
},
"devDependencies": {
"@ablack/fundraising-bancor-formula": "^0.1.0",
"@ablack/fundraising-shared-test-helpers": "^0.1.0",
"@ablack/fundraising-bancor-formula": "^1.0.0",
"@ablack/fundraising-shared-test-helpers": "^1.0.0",
"@aragon/apps-shared-migrations": "^1.0.0",
"@aragon/apps-shared-minime": "^1.0.0",
"@aragon/apps-token-manager": "^2.1.0",
Expand Down
3 changes: 1 addition & 2 deletions apps/bancor-formula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ablack/fundraising-bancor-formula",
"version": "0.1.0",
"version": "1.0.0",
"author": "Aragon Assocation <[email protected]>",
"contributors": [
"Olivier Sarrouy <[email protected]>",
Expand All @@ -24,7 +24,6 @@
"/build",
"/contracts"
],
"dependencies": {},
"devDependencies": {
"@aragon/cli": "^6.2.5",
"@aragon/os": "4.2.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/batched-bancor-market-maker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ablack/fundraising-batched-bancor-market-maker",
"version": "0.1.0",
"version": "1.0.0",
"author": "Aragon Assocation <[email protected]>",
"contributors": [
"Olivier Sarrouy <[email protected]>",
Expand Down Expand Up @@ -31,14 +31,14 @@
"/test"
],
"dependencies": {
"@ablack/fundraising-bancor-formula": "^0.1.0",
"@ablack/fundraising-shared-interfaces": "^0.1.0",
"@ablack/fundraising-bancor-formula": "^1.0.0",
"@ablack/fundraising-shared-interfaces": "^1.0.0",
"@aragon/apps-token-manager": "^2.1.0",
"@aragon/apps-vault": "^4.1.0",
"@aragon/os": "4.2.1"
},
"devDependencies": {
"@ablack/fundraising-shared-test-helpers": "^0.1.0",
"@ablack/fundraising-shared-test-helpers": "^1.0.0",
"@aragon/apps-agent": "^2.0.0-rc.1",
"@aragon/apps-shared-migrations": "^1.0.0",
"@aragon/apps-shared-minime": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/presale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ablack/fundraising-presale",
"version": "0.1.0",
"version": "1.0.0",
"author": "Aragon Black <[email protected]>",
"contributors": [
"Alejandro Santander <[email protected]>",
Expand Down Expand Up @@ -31,12 +31,12 @@
"/test"
],
"dependencies": {
"@ablack/fundraising-shared-interfaces": "^0.1.0",
"@ablack/fundraising-shared-interfaces": "^1.0.0",
"@aragon/apps-token-manager": "^2.1.0",
"@aragon/os": "4.2.1"
},
"devDependencies": {
"@ablack/fundraising-shared-test-helpers": "^0.1.0",
"@ablack/fundraising-shared-test-helpers": "^1.0.0",
"@aragon/apps-shared-migrations": "^1.0.0",
"@aragon/apps-shared-minime": "^1.0.0",
"@aragon/apps-vault": "^4.1.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/tap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ablack/fundraising-tap",
"version": "0.1.0",
"version": "1.0.0",
"author": "Aragon Assocation <[email protected]>",
"contributors": [
"Olivier Sarrouy <[email protected]>",
Expand Down Expand Up @@ -31,12 +31,12 @@
"/test"
],
"dependencies": {
"@ablack/fundraising-shared-interfaces": "^0.1.0",
"@ablack/fundraising-shared-interfaces": "^1.0.0",
"@aragon/apps-vault": "^4.1.0",
"@aragon/os": "4.2.1"
},
"devDependencies": {
"@ablack/fundraising-shared-test-helpers": "^0.1.0",
"@ablack/fundraising-shared-test-helpers": "^1.0.0",
"@aragon/apps-shared-migrations": "^1.0.0",
"@aragon/cli": "^6.2.5",
"@aragon/test-helpers": "^2.0.0",
Expand Down
3 changes: 1 addition & 2 deletions shared/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ablack/fundraising-shared-interfaces",
"version": "0.1.0",
"version": "1.0.0",
"author": "Aragon Assocation <[email protected]>",
"contributors": [
"Olivier Sarrouy <[email protected]>"
Expand All @@ -15,7 +15,6 @@
"/build",
"/contracts"
],
"dependencies": {},
"devDependencies": {
"solium": "^1.2.3",
"truffle": "4.1.14"
Expand Down
7 changes: 3 additions & 4 deletions shared/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ablack/fundraising-shared-test-helpers",
"version": "0.1.0",
"version": "1.0.0",
"author": "Aragon Assocation <[email protected]>",
"contributors": [
"Olivier Sarrouy <[email protected]>"
Expand All @@ -13,10 +13,9 @@
"*.js"
],
"dependencies": {
"@ablack/fundraising-shared-interfaces": "^0.1.0",
"@ablack/fundraising-shared-interfaces": "^1.0.0",
"@aragon/os": "4.2.1",
"@aragon/test-helpers": "^2.0.0",
"js-sha3": "^0.8.0"
},
"devDependencies": {}
}
}
16 changes: 8 additions & 8 deletions templates/multisig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ablack/fundraising-templates-multisig",
"version": "0.1.0",
"version": "1.0.0",
"author": "Aragon Assocation <[email protected]>",
"contributors": [
"Olivier Sarrouy <[email protected]>"
Expand Down Expand Up @@ -47,11 +47,11 @@
"/test"
],
"dependencies": {
"@ablack/fundraising-aragon-fundraising": "^0.1.0",
"@ablack/fundraising-bancor-formula": "^0.1.0",
"@ablack/fundraising-batched-bancor-market-maker": "^0.1.0",
"@ablack/fundraising-presale": "^0.1.0",
"@ablack/fundraising-tap": "^0.1.0",
"@ablack/fundraising-aragon-fundraising": "^1.0.0",
"@ablack/fundraising-bancor-formula": "^1.0.0",
"@ablack/fundraising-batched-bancor-market-maker": "^1.0.0",
"@ablack/fundraising-presale": "^1.0.0",
"@ablack/fundraising-tap": "^1.0.0",
"@aragon/apps-agent": "^2.0.0-rc.1",
"@aragon/apps-finance": "^3.0.0",
"@aragon/apps-shared-minime": "^1.0.0",
Expand All @@ -63,8 +63,8 @@
"@aragon/templates-shared": "1.0.0"
},
"devDependencies": {
"@ablack/fundraising-shared-interfaces": "^0.1.0",
"@ablack/fundraising-shared-test-helpers": "^0.1.0",
"@ablack/fundraising-shared-interfaces": "^1.0.0",
"@ablack/fundraising-shared-test-helpers": "^1.0.0",
"@aragon/apps-payroll": "^1.0.0-rc.1",
"@aragon/apps-survey": "^1.0.0",
"@aragon/cli": "^6.2.5",
Expand Down

0 comments on commit 1515585

Please sign in to comment.