Skip to content

Commit

Permalink
chore(release): 2.3.5-rc.1
Browse files Browse the repository at this point in the history
## [2.3.5-rc.1](v2.3.4...v2.3.5-rc.1) (2021-07-31)

### Bug Fixes

* bring package version back in sync ([a285f36](a285f36))

 [skip ci]
  • Loading branch information
imgix-git-robot committed Jul 31, 2021
1 parent a285f36 commit ee7ca41
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/luminous-basic.min.css

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

2 changes: 1 addition & 1 deletion dist/Luminous.js → dist/luminous.js

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

2 changes: 1 addition & 1 deletion dist/Luminous.min.js → dist/luminous.min.js

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

2 changes: 1 addition & 1 deletion dist/luminous.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luminous-lightbox",
"version": "2.3.4",
"version": "2.3.5-rc.1",
"description": "A simple, lightweight, no-dependencies JavaScript image lightbox.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/js/Luminous.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class Luminous {
* @param {Object=} options Luminous options
*/
constructor(trigger, options = {}) {
this.VERSION = "2.3.4";
this.VERSION = "2.3.5-rc.1";
this.destroy = this.destroy.bind(this);
this.open = this.open.bind(this);
this.close = this.close.bind(this);
Expand Down

0 comments on commit ee7ca41

Please sign in to comment.