Skip to content

Commit

Permalink
Prepare release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Apr 20, 2018
1 parent 6a961b1 commit 62ef6de
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog for 2.x
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org).

2.3.1 - 2018-04-20
------------------

* Fix dist files not compiled correctly for 2.3.0 release.

2.3.0 - 2017-07-17
------------------

Expand Down
2 changes: 1 addition & 1 deletion dist/lity.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Lity - v2.3.0 - 2018-04-20
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
Expand Down
4 changes: 2 additions & 2 deletions dist/lity.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Lity - v2.3.0 - 2018-04-20
/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
(function(window, factory) {
Expand Down Expand Up @@ -627,7 +627,7 @@
}
}

lity.version = '2.3.0';
lity.version = '2.3.1';
lity.options = $.proxy(settings, lity, _defaultOptions);
lity.handlers = $.proxy(settings, lity, _defaultOptions.handlers);
lity.current = currentInstance;
Expand Down
2 changes: 1 addition & 1 deletion dist/lity.min.css

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

4 changes: 2 additions & 2 deletions dist/lity.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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "http://sorgalla.com"
},
"homepage": "http://sorgalla.com/lity/",
"version": "2.3.0",
"version": "2.3.1",
"main": "dist/lity.js",
"peerDependencies": {
"jquery": ">=1.7"
Expand Down

0 comments on commit 62ef6de

Please sign in to comment.