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

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Jul 26, 2019
1 parent 81c427a commit 7861f81
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions examples/cli-create2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-cli-create2",
"version": "2.5.1",
"version": "2.5.2",
"private": true,
"description": "Example project for using create2",
"main": "index.js",
Expand All @@ -10,8 +10,8 @@
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@openzeppelin/cli": "2.5.1",
"@openzeppelin/upgrades": "2.5.1",
"@openzeppelin/cli": "^2.5.2",
"@openzeppelin/upgrades": "^2.5.2",
"web3": "1.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/creating-instances-from-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-creating-instances-from-solidity",
"version": "2.5.1",
"version": "2.5.2",
"private": true,
"description": "",
"main": "truffle-config.js",
Expand All @@ -13,10 +13,10 @@
"author": "",
"license": "MIT",
"dependencies": {
"@openzeppelin/upgrades": "2.5.1"
"@openzeppelin/upgrades": "^2.5.2"
},
"devDependencies": {
"@openzeppelin/cli": "2.5.1",
"@openzeppelin/cli": "^2.5.2",
"truffle": "^5.0.5"
}
}
6 changes: 3 additions & 3 deletions examples/first-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-first-project",
"version": "2.5.1",
"version": "2.5.2",
"description": "",
"private": true,
"main": "index.js",
Expand All @@ -10,8 +10,8 @@
"web3": "^1.2.0"
},
"devDependencies": {
"@openzeppelin/cli": "2.5.1",
"@openzeppelin/upgrades": "2.5.1",
"@openzeppelin/cli": "^2.5.2",
"@openzeppelin/upgrades": "^2.5.2",
"ganache-cli": "^6.4.3"
}
}
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": "example-openzeppelin-upgrades-complex",
"version": "2.5.1",
"version": "2.5.2",
"private": true,
"description": "Example of using the upgradeability-lib's App",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
"author": "ajs",
"license": "ISC",
"dependencies": {
"@openzeppelin/upgrades": "2.5.1",
"@openzeppelin/upgrades": "^2.5.2",
"minimist": "^1.2.0",
"openzeppelin-zos": "git+https://github.com/OpenZeppelin/openzeppelin-zos.git#19610325924e03f008bb57dd8868f196bb7e3c98",
"truffle": "^4.1.13",
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": "example-openzeppelin-upgrades-simple",
"version": "2.5.1",
"version": "2.5.2",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"license": "ISC",
"dependencies": {
"@openzeppelin/upgrades": "2.5.1",
"@openzeppelin/upgrades": "^2.5.2",
"truffle": "^5.0.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/linking-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "example-linking-contracts",
"version": "2.5.1",
"version": "2.5.2",
"private": true,
"description": "",
"main": "index.js",
"keywords": [],
"author": "Santiago Palladino <[email protected]>",
"license": "MIT",
"dependencies": {
"@openzeppelin/upgrades": "2.5.1",
"@openzeppelin/upgrades": "^2.5.2",
"openzeppelin-eth": "^2.2.0"
},
"devDependencies": {
"@openzeppelin/cli": "2.5.1",
"@openzeppelin/cli": "^2.5.2",
"ganache-cli": "^6.4.3"
}
}
6 changes: 3 additions & 3 deletions examples/truffle-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-truffle-migrate",
"version": "2.5.1",
"version": "2.5.2",
"description": "OpenZeppelin SDK example: using truffle migrations",
"main": "index.js",
"private": true,
Expand All @@ -11,10 +11,10 @@
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@openzeppelin/upgrades": "2.5.1"
"@openzeppelin/upgrades": "^2.5.2"
},
"devDependencies": {
"@openzeppelin/cli": "2.5.1",
"@openzeppelin/cli": "^2.5.2",
"truffle": "^5.0.5"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tests/kits/test",
"tests/kits/workdir"
],
"version": "2.5.1",
"version": "2.5.2",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/cli",
"version": "2.5.1",
"version": "2.5.2",
"description": "Command-line interface for the OpenZeppelin smart contract platform",
"main": "./lib/index.js",
"private": false,
Expand Down Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@openzeppelin/resolver-engine-core": "^0.3.3",
"@openzeppelin/resolver-engine-imports-fs": "^0.3.3",
"@openzeppelin/upgrades": "2.5.1",
"@openzeppelin/upgrades": "^2.5.2",
"@types/fs-extra": "^7.0.0",
"@types/npm": "^2.0.29",
"@types/semver": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oz-sdk-docs",
"version": "2.5.1",
"version": "2.5.2",
"description": "Documentation for the OpenZeppelin smart contract platform",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/upgrades",
"version": "2.5.1",
"version": "2.5.2",
"description": "JavaScript library for the OpenZeppelin smart contract platform",
"main": "./lib/index.js",
"private": false,
Expand Down
6 changes: 3 additions & 3 deletions tests/cli/workdir/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "tests-cli-workdir",
"private": true,
"version": "2.5.1",
"version": "2.5.2",
"description": "CLI app project for ZeppelinOS integration test",
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@openzeppelin/upgrades": "2.5.1",
"@openzeppelin/upgrades": "^2.5.2",
"bignumber.js": "^7.2.0",
"mock-stdlib": "file:../dependencies/mock-stdlib-1.1.0",
"truffle-hdwallet-provider": "0.0.6"
},
"devDependencies": {
"@openzeppelin/cli": "2.5.1",
"@openzeppelin/cli": "^2.5.2",
"truffle": "^4.1.14"
}
}

0 comments on commit 7861f81

Please sign in to comment.