9.1.3 • Published 7 years ago
@behance/lightbox v9.1.3
Lightbox

A component, which opens an image or a set of images in their own scrollable view with the goal of removing distractions from the page.
Cutting a Release
- Before cutting a new release, make sure your changes are merged, your master branch is up to date (pull from upstream), and you're on your
masterbranch. - To create a new release, use
npm version major,npm version minor, ornpm version patchto update package.json and create a release commit and git version tag. - Finally, use
git push upstream master --tags(assuming yourupstreamis pointed at behance/lightbox) to push the version commit and tags to the repo. - Run
npm publish --access public