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

Commit

Permalink
chore: bump version and add param to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Mar 4, 2020
1 parent 1b7eb9b commit ada59ca
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
3 changes: 2 additions & 1 deletion LERNA.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@ Lerna publish supports automaticall creation of CHANGELOG.md if you use [commits

```bash
# start interactive publish mode
lerna publish
# you need to provide public access
lerna publish --access public
```
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"@dv4all/icons": "^0.1.2",
"@dv4all/wcp-utils": "^0.1.2"
},
"gitHead": "dc38d634ec2a60092f31bd95e26403bbbb8ad444"
"gitHead": "1b7eb9b21d7b61c21c73c4fa3385141b470fe16a"
}
3 changes: 2 additions & 1 deletion icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
},
"dependencies": {
"@dv4all/wcp-utils": "^0.1.2"
}
},
"gitHead": "1b7eb9b21d7b61c21c73c4fa3385141b470fe16a"
}
3 changes: 2 additions & 1 deletion loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"dependencies": {
"@dv4all/icons": "^0.1.2",
"@dv4all/wcp-utils": "^0.1.2"
}
},
"gitHead": "1b7eb9b21d7b61c21c73c4fa3385141b470fe16a"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build:components":"lerna run build:components",
"new-version":"lerna version --conventional-commits",
"diff":"lerna diff",
"publish":"git push --tags",
"release":"lerna publish"
"publish:git":"git push --tags",
"release":"lerna publish --access public "
},
"devDependencies": {
"lerna": "^3.19.0"
Expand Down
3 changes: 2 additions & 1 deletion utils/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"rimraf": "^3.0.1",
"rollup": "1.30.1",
"rollup-plugin-babel": "4.3.3"
}
},
"gitHead": "1b7eb9b21d7b61c21c73c4fa3385141b470fe16a"
}
3 changes: 2 additions & 1 deletion utils/wcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
"rimraf": "^3.0.1",
"rollup": "1.30.1",
"rollup-plugin-babel": "4.3.3"
}
},
"gitHead": "1b7eb9b21d7b61c21c73c4fa3385141b470fe16a"
}

0 comments on commit ada59ca

Please sign in to comment.