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

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Aug 14, 2018
1 parent 9e26f2b commit 0dd1161
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
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": "0.0.1",
"version": "1.4.0",
"private": true,
"description": "Example of using the upgradeability-lib's App",
"main": "index.js",
Expand All @@ -22,7 +22,7 @@
"openzeppelin-solidity": "~1.10.0",
"openzeppelin-zos": "~1.9.1",
"truffle": "^4.1.13",
"zos-lib": "^1.3.0"
"zos-lib": "^1.4.0"
},
"devDependencies": {
"babel-polyfill": "^6.23.0",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0",
"version": "1.4.0",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
10 changes: 6 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"packages": [
"packages/*",
"examples/*"
"examples/*",
"packages/*"
],
"version": "0.0.0",
"version": "1.4.0",
"command": {
"publish": {
"ignoreChanges": ["examples/**"]
"ignoreChanges": [
"examples/**"
]
}
}
}
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": "zos",
"version": "1.1.0",
"version": "1.4.0",
"description": "ZeppelinOS command line interface",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"truffle-core": "^4.1.13",
"truffle-flattener": "github:alcuadrado/truffle-flattener#master",
"truffle-workflow-compile": "^1.0.6",
"zos-lib": "^1.3.0"
"zos-lib": "^1.4.0"
},
"devDependencies": {
"babel-cli": "^6.26.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": "zos-docs",
"version": "0.1.0",
"version": "1.4.0",
"description": "Documentation site for ZeppelinOS",
"private": true,
"main": "index.js",
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": "zos-lib",
"version": "1.3.0",
"version": "1.4.0",
"description": "ZeppelinOS library",
"scripts": {
"test": "scripts/test.sh",
Expand Down

0 comments on commit 0dd1161

Please sign in to comment.