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

Commit 7b2ed4a

Browse files
committed
v2.0.1
1 parent 1baafb6 commit 7b2ed4a

File tree

17 files changed

+48
-159
lines changed

17 files changed

+48
-159
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "cli-with-deps",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Sample CLI project for ZeppelinOS",
55
"author": "[email protected]",
66
"private": true,
77
"license": "MIT",
88
"devDependencies": {
9-
"dep-basic": "^2.0.0",
9+
"dep-basic": "^2.0.1",
1010
"openzeppelin-zos": "^1.9.1",
1111
"truffle": "^4.1.14",
12-
"zos": "^2.0.0",
13-
"zos-lib": "^2.0.0"
12+
"zos": "^2.0.1",
13+
"zos-lib": "^2.0.1"
1414
}
1515
}

examples/dep-basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "dep-basic",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "Sample basic dependency library for ZeppelinOS",
66
"author": "[email protected]",
77
"license": "MIT",
88
"devDependencies": {
99
"truffle": "^4.1.14",
10-
"zos": "^2.0.0",
11-
"zos-lib": "^2.0.0"
10+
"zos": "^2.0.1",
11+
"zos-lib": "^2.0.1"
1212
}
1313
}

examples/lib-complex/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/lib-complex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zos-lib-complex-example",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"description": "Example of using the upgradeability-lib's App",
66
"main": "index.js",
@@ -21,7 +21,7 @@
2121
"minimist": "^1.2.0",
2222
"openzeppelin-zos": "git+https://github.com/OpenZeppelin/openzeppelin-zos.git#19610325924e03f008bb57dd8868f196bb7e3c98",
2323
"truffle": "^4.1.13",
24-
"zos-lib": "^2.0.0"
24+
"zos-lib": "^2.0.1"
2525
},
2626
"devDependencies": {
2727
"babel-polyfill": "^6.23.0",

examples/lib-simple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zos-lib-simple-example",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -10,6 +10,6 @@
1010
"license": "ISC",
1111
"dependencies": {
1212
"truffle": "^4.1.14",
13-
"zos-lib": "^2.0.0"
13+
"zos-lib": "^2.0.1"
1414
}
1515
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tests/*",
66
"tests/cli-app/workdir"
77
],
8-
"version": "2.0.0",
8+
"version": "2.0.1",
99
"command": {
1010
"publish": {
1111
"ignoreChanges": [

packages/cli/package-lock.json

Lines changed: 1 addition & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zos",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Command-line interface for the ZeppelinOS smart contract platform",
55
"main": "./lib/index.js",
66
"private": false,
@@ -45,7 +45,7 @@
4545
"truffle-core": "^4.1.13",
4646
"truffle-workflow-compile": "^1.0.6",
4747
"web3-provider-engine": "14.0.6",
48-
"zos-lib": "^2.0.0"
48+
"zos-lib": "^2.0.1"
4949
},
5050
"devDependencies": {
5151
"babel-cli": "^6.26.0",
@@ -62,8 +62,8 @@
6262
"mock-stdlib-invalid": "file:./test/mocks/mock-stdlib-invalid",
6363
"mock-stdlib-undeployed": "file:./test/mocks/mock-stdlib-undeployed",
6464
"mock-stdlib-undeployed-2": "file:./test/mocks/mock-stdlib-undeployed-2",
65-
"mock-stdlib-unsupported": "file:./test/mocks/mock-stdlib-unsupported",
6665
"mock-stdlib-unpublished": "file:./test/mocks/mock-stdlib-unpublished",
66+
"mock-stdlib-unsupported": "file:./test/mocks/mock-stdlib-unsupported",
6767
"react": "^16.3.2",
6868
"react-dom": "^16.3.2",
6969
"sinon": "^6.1.4",

0 commit comments

Comments
 (0)