Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Oct 26, 2018
1 parent 1baafb6 commit 7b2ed4a
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 159 deletions.
8 changes: 4 additions & 4 deletions examples/cli-with-deps/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "cli-with-deps",
"version": "2.0.0",
"version": "2.0.1",
"description": "Sample CLI project for ZeppelinOS",
"author": "[email protected]",
"private": true,
"license": "MIT",
"devDependencies": {
"dep-basic": "^2.0.0",
"dep-basic": "^2.0.1",
"openzeppelin-zos": "^1.9.1",
"truffle": "^4.1.14",
"zos": "^2.0.0",
"zos-lib": "^2.0.0"
"zos": "^2.0.1",
"zos-lib": "^2.0.1"
}
}
6 changes: 3 additions & 3 deletions examples/dep-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "dep-basic",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"description": "Sample basic dependency library for ZeppelinOS",
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"truffle": "^4.1.14",
"zos": "^2.0.0",
"zos-lib": "^2.0.0"
"zos": "^2.0.1",
"zos-lib": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/lib-complex/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/lib-complex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zos-lib-complex-example",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "Example of using the upgradeability-lib's App",
"main": "index.js",
Expand All @@ -21,7 +21,7 @@
"minimist": "^1.2.0",
"openzeppelin-zos": "git+https://github.com/OpenZeppelin/openzeppelin-zos.git#19610325924e03f008bb57dd8868f196bb7e3c98",
"truffle": "^4.1.13",
"zos-lib": "^2.0.0"
"zos-lib": "^2.0.1"
},
"devDependencies": {
"babel-polyfill": "^6.23.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/lib-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zos-lib-simple-example",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -10,6 +10,6 @@
"license": "ISC",
"dependencies": {
"truffle": "^4.1.14",
"zos-lib": "^2.0.0"
"zos-lib": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tests/*",
"tests/cli-app/workdir"
],
"version": "2.0.0",
"version": "2.0.1",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
103 changes: 1 addition & 102 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zos",
"version": "2.0.0",
"version": "2.0.1",
"description": "Command-line interface for the ZeppelinOS smart contract platform",
"main": "./lib/index.js",
"private": false,
Expand Down Expand Up @@ -45,7 +45,7 @@
"truffle-core": "^4.1.13",
"truffle-workflow-compile": "^1.0.6",
"web3-provider-engine": "14.0.6",
"zos-lib": "^2.0.0"
"zos-lib": "^2.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand All @@ -62,8 +62,8 @@
"mock-stdlib-invalid": "file:./test/mocks/mock-stdlib-invalid",
"mock-stdlib-undeployed": "file:./test/mocks/mock-stdlib-undeployed",
"mock-stdlib-undeployed-2": "file:./test/mocks/mock-stdlib-undeployed-2",
"mock-stdlib-unsupported": "file:./test/mocks/mock-stdlib-unsupported",
"mock-stdlib-unpublished": "file:./test/mocks/mock-stdlib-unpublished",
"mock-stdlib-unsupported": "file:./test/mocks/mock-stdlib-unsupported",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"sinon": "^6.1.4",
Expand Down
Loading

0 comments on commit 7b2ed4a

Please sign in to comment.