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

Commit e97c62a

Browse files
committed
v2.8.2
1 parent a20eb15 commit e97c62a

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

examples/cli-create2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-cli-create2",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"private": true,
55
"description": "Example project for using create2",
66
"main": "index.js",
@@ -10,7 +10,7 @@
1010
"author": "[email protected]",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@openzeppelin/cli": "2.8.1",
13+
"@openzeppelin/cli": "2.8.2",
1414
"@openzeppelin/upgrades": "2.8.0",
1515
"web3": "1.2.2"
1616
},

examples/creating-instances-from-solidity/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-creating-instances-from-solidity",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"private": true,
55
"description": "",
66
"main": "truffle-config.js",
@@ -16,7 +16,7 @@
1616
"@openzeppelin/upgrades": "2.8.0"
1717
},
1818
"devDependencies": {
19-
"@openzeppelin/cli": "2.8.1",
19+
"@openzeppelin/cli": "2.8.2",
2020
"truffle": "^5.0.5"
2121
}
2222
}

examples/first-project/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-first-project",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "",
55
"private": true,
66
"main": "index.js",
@@ -14,7 +14,7 @@
1414
"web3": "1.2.2"
1515
},
1616
"devDependencies": {
17-
"@openzeppelin/cli": "2.8.1",
17+
"@openzeppelin/cli": "2.8.2",
1818
"@openzeppelin/upgrades": "2.8.0",
1919
"ganache-cli": "^6.4.3"
2020
}

examples/linking-contracts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-linking-contracts",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"private": true,
55
"description": "",
66
"main": "index.js",
@@ -12,7 +12,7 @@
1212
"openzeppelin-eth": "^2.2.0"
1313
},
1414
"devDependencies": {
15-
"@openzeppelin/cli": "2.8.1",
15+
"@openzeppelin/cli": "2.8.2",
1616
"ganache-cli": "^6.4.3"
1717
}
1818
}

examples/truffle-migrate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-truffle-migrate",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "OpenZeppelin SDK example: using truffle migrations",
55
"main": "index.js",
66
"private": true,
@@ -14,7 +14,7 @@
1414
"@openzeppelin/upgrades": "2.8.0"
1515
},
1616
"devDependencies": {
17-
"@openzeppelin/cli": "2.8.1",
17+
"@openzeppelin/cli": "2.8.2",
1818
"truffle": "^5.0.5"
1919
}
2020
}

examples/upgrades-library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-openzeppelin-upgrades-simple",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"private": true,
55
"main": "index.js",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"@openzeppelin/upgrades": "2.8.0"
1313
},
1414
"devDependencies": {
15-
"@openzeppelin/cli": "2.8.1",
15+
"@openzeppelin/cli": "2.8.2",
1616
"@openzeppelin/test-environment": "^0.1.2",
1717
"chai": "^4.1.2",
1818
"mocha": "^6.2.2"

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "2.8.1",
4+
"version": "2.8.2",
55
"command": {
66
"publish": {
77
"ignoreChanges": [

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/cli",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Command-line interface for the OpenZeppelin smart contract platform",
55
"main": "./lib/index.js",
66
"private": false,

tests/cli/workdir/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tests-cli-workdir",
33
"private": true,
4-
"version": "2.8.1",
4+
"version": "2.8.2",
55
"description": "CLI app project for ZeppelinOS integration test",
66
"author": "[email protected]",
77
"license": "MIT",
@@ -12,7 +12,7 @@
1212
"truffle-hdwallet-provider": "0.0.6"
1313
},
1414
"devDependencies": {
15-
"@openzeppelin/cli": "2.8.1",
15+
"@openzeppelin/cli": "2.8.2",
1616
"truffle": "^4.1.14"
1717
}
1818
}

tests/regular-deploys/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "regular-deploys",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"scripts": {
55
"test": "node test.js"
66
},
77
"license": "MIT",
88
"private": true,
99
"dependencies": {
10-
"@openzeppelin/cli": "2.8.1",
10+
"@openzeppelin/cli": "2.8.2",
1111
"@openzeppelin/test-environment": "^0.1.2"
1212
}
1313
}

0 commit comments

Comments
 (0)