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

Commit

Permalink
v0.3.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Sarrouy committed Mar 29, 2019
1 parent 1bd55a2 commit c38c4cb
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.2.9"
"packages": [
"packages/*"
],
"version": "0.3.0-alpha.0"
}
8 changes: 4 additions & 4 deletions packages/git-pando/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pando/git-pando",
"version": "0.1.0",
"version": "0.3.0-alpha.0",
"description": "Git extension for pando",
"author": "Pando Network <contact@pando.network>",
"contributors": [
Expand Down Expand Up @@ -30,9 +30,9 @@
"@aragon/apm": "^3.1.0-beta.1",
"@aragon/os": "^4.0.1",
"@aragon/wrapper": "^3.0.0-beta.4",
"@pando/colony": "^0.1.0",
"@pando/kit": "^0.1.0",
"@pando/repository": "^0.1.0",
"@pando/colony": "^0.3.0-alpha.0",
"@pando/kit": "^0.3.0-alpha.0",
"@pando/repository": "^0.3.0-alpha.0",
"eth-ens-namehash": "^2.0.8",
"eth-provider": "^0.2.1",
"find-up": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/git-remote-pando/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pando/git-remote-pando",
"version": "0.1.0",
"version": "0.3.0-alpha.0",
"description": "git-remote-helper for pando",
"author": "Pando Network <contact@pando.network>",
"contributors": [
Expand All @@ -27,7 +27,7 @@
"build": "tsc"
},
"dependencies": {
"@pando/repository": "^0.1.0",
"@pando/repository": "^0.3.0-alpha.0",
"cids": "^0.5.7",
"debug": "^4.1.1",
"eth-provider": "^0.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/pando-colony/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pando/colony",
"version": "0.1.0",
"version": "0.3.0-alpha.0",
"author": "Pando Network <contact@pando.network>",
"contributors": [
"Olivier Sarrouy <olivier@pando.network>",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@aragon/os": "^4.0.1",
"@pando/repository": "^0.1.0"
"@pando/repository": "^0.3.0-alpha.0"
},
"devDependencies": {
"@aragon/cli": "^5.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/pando-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pando/kit",
"version": "0.1.0",
"version": "0.3.0-alpha.0",
"author": "Pando Network <contact@pando.network>",
"contributors": [
"Olivier Sarrouy <olivier@pando.network>"
Expand Down Expand Up @@ -28,11 +28,11 @@
"@aragon/apps-vault": "^4.0.0",
"@aragon/apps-voting": "^2.0.0",
"@aragon/os": "4.0.1",
"@pando/colony": "^0.1.0"
"@pando/colony": "^0.3.0-alpha.0"
},
"devDependencies": {
"@aragon/cli": "^5.5.0",
"@pando/repository": "^0.1.0",
"@pando/repository": "^0.3.0-alpha.0",
"eslint": "5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint-config-standard": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pando-repository/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pando/repository",
"version": "0.1.0",
"version": "0.3.0-alpha.0",
"author": "Pando Network <contact@pando.network>",
"contributors": [
"Olivier Sarrouy <olivier@pando.network>",
Expand Down

0 comments on commit c38c4cb

Please sign in to comment.