blacklight-gallery
Advanced tools
Comparing version 4.2.0 to 4.3.0
{ | ||
"name": "blacklight-gallery", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "Gallery views for Blacklight search results", | ||
@@ -23,5 +23,5 @@ "main": "app/assets/javascripts/blacklight_gallery/default.js", | ||
"dependencies": { | ||
"blacklight-frontend": ">=7.1.0-alpha", | ||
"blacklight-frontend": ">=7.1.0 <9", | ||
"jquery": ">=3.0" | ||
} | ||
} |
@@ -52,1 +52,9 @@ # Blacklight::Gallery | ||
5. Create new Pull Request | ||
## Releasing | ||
1. Edit `lib/version.rb` and `package.json` to set the new version | ||
1. Commit the changes e.g. `git commit -am "Bump version to X.X.X"` | ||
1. Push release to rubygems `bundle exec rake release` | ||
1. Push release to NPM `npm publish` | ||
1. Create a release on github with the tag that was just created: https://github.com/projectblacklight/blacklight-gallery/releases/new |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41961
59