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

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Feb 10, 2020
1 parent cd5d5b5 commit ecb1911
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 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.7.0-rc.4",
"version": "2.7.0",
"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.7.0-rc.4",
"@openzeppelin/upgrades": "2.7.0-rc.4",
"@openzeppelin/cli": "2.7.0",
"@openzeppelin/upgrades": "2.7.0",
"web3": "1.2.2"
},
"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.7.0-rc.4",
"version": "2.7.0",
"private": true,
"description": "",
"main": "truffle-config.js",
Expand All @@ -13,10 +13,10 @@
"author": "",
"license": "MIT",
"dependencies": {
"@openzeppelin/upgrades": "2.7.0-rc.4"
"@openzeppelin/upgrades": "2.7.0"
},
"devDependencies": {
"@openzeppelin/cli": "2.7.0-rc.4",
"@openzeppelin/cli": "2.7.0",
"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.7.0-rc.4",
"version": "2.7.0",
"description": "",
"private": true,
"main": "index.js",
Expand All @@ -14,8 +14,8 @@
"web3": "1.2.2"
},
"devDependencies": {
"@openzeppelin/cli": "2.7.0-rc.4",
"@openzeppelin/upgrades": "2.7.0-rc.4",
"@openzeppelin/cli": "2.7.0",
"@openzeppelin/upgrades": "2.7.0",
"ganache-cli": "^6.4.3"
}
}
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.7.0-rc.4",
"version": "2.7.0",
"private": true,
"description": "",
"main": "index.js",
"keywords": [],
"author": "Santiago Palladino <[email protected]>",
"license": "MIT",
"dependencies": {
"@openzeppelin/upgrades": "2.7.0-rc.4",
"@openzeppelin/upgrades": "2.7.0",
"openzeppelin-eth": "^2.2.0"
},
"devDependencies": {
"@openzeppelin/cli": "2.7.0-rc.4",
"@openzeppelin/cli": "2.7.0",
"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.7.0-rc.4",
"version": "2.7.0",
"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.7.0-rc.4"
"@openzeppelin/upgrades": "2.7.0"
},
"devDependencies": {
"@openzeppelin/cli": "2.7.0-rc.4",
"@openzeppelin/cli": "2.7.0",
"truffle": "^5.0.5"
}
}
6 changes: 3 additions & 3 deletions examples/upgrades-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-openzeppelin-upgrades-simple",
"version": "2.7.0-rc.4",
"version": "2.7.0",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -9,10 +9,10 @@
},
"license": "ISC",
"dependencies": {
"@openzeppelin/upgrades": "2.7.0-rc.4"
"@openzeppelin/upgrades": "2.7.0"
},
"devDependencies": {
"@openzeppelin/cli": "2.7.0-rc.4",
"@openzeppelin/cli": "2.7.0",
"@openzeppelin/test-environment": "^0.1.1",
"chai": "^4.1.2",
"mocha": "^6.2.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.7.0-rc.4",
"version": "2.7.0",
"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.7.0-rc.4",
"version": "2.7.0",
"description": "Command-line interface for the OpenZeppelin smart contract platform",
"main": "./lib/index.js",
"private": false,
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@openzeppelin/fuzzy-solidity-import-parser": "^0.1.2",
"@openzeppelin/test-environment": "^0.1.0",
"@openzeppelin/upgrades": "2.7.0-rc.4",
"@openzeppelin/upgrades": "2.7.0",
"@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/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/upgrades",
"version": "2.7.0-rc.4",
"version": "2.7.0",
"description": "JavaScript library for the OpenZeppelin smart contract platform",
"main": "./lib/index.js",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion tests/cli/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tests-cli-test",
"private": true,
"version": "2.7.0-rc.4",
"version": "2.7.0",
"description": "Integration tests for CLI app",
"author": "[email protected]",
"license": "MIT",
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.7.0-rc.4",
"version": "2.7.0",
"description": "CLI app project for ZeppelinOS integration test",
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@openzeppelin/upgrades": "2.7.0-rc.4",
"@openzeppelin/upgrades": "2.7.0",
"bignumber.js": "^7.2.0",
"mock-stdlib": "file:../dependencies/mock-stdlib-1.1.0",
"truffle-hdwallet-provider": "0.0.6"
},
"devDependencies": {
"@openzeppelin/cli": "2.7.0-rc.4",
"@openzeppelin/cli": "2.7.0",
"truffle": "^4.1.14"
}
}
2 changes: 1 addition & 1 deletion tests/kits/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tests-kit-test",
"private": true,
"version": "2.7.0-rc.4",
"version": "2.7.0",
"description": "Integration tests for Starter kits and an unpack command",
"author": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion tests/mocks/mock-dependency/package-lock.json

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

2 changes: 1 addition & 1 deletion tests/mocks/mock-dependency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-dependency",
"version": "2.7.0-rc.4",
"version": "2.7.0",
"description": "Mock dependency for tests in zos-lib",
"private": true,
"author": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion tests/mocks/mock-solc-0.6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-solc-0.6",
"version": "2.7.0-rc.4",
"version": "2.7.0",
"description": "",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit ecb1911

Please sign in to comment.