Skip to content

Commit

Permalink
Merge 1f7b27d into f3d83b9
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Sep 19, 2018
2 parents f3d83b9 + 1f7b27d commit d1a0da3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Changelog
=========

4.1.1.2 (unreleased)
--------------------
4.1.2 (unreleased)
------------------

- Nothing changed yet.
- Do not import the UMD version of lazysizes to avoid the "Error: Mismatched anonymous define" error.
[thet]

- Upgrade lazysizes to v4.1.2.
[thet]


4.1.1.1 (2018-09-10)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages
from setuptools import setup

version = '4.1.1.2.dev0'
version = '4.1.2.dev0'
description = 'Integration of lazysizes, a lightweight lazy loader, into Plone.'
long_description = (
open('README.rst').read() + '\n' +
Expand Down
2 changes: 1 addition & 1 deletion webpack/app/lazysizes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import 'lazysizes/plugins/print/ls.print.js';
import 'lazysizes/plugins/twitter/ls.twitter.js';
import 'lazysizes/lazysizes-umd.js';
import 'lazysizes/lazysizes.js';
2 changes: 1 addition & 1 deletion webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"repository": {},
"license": "GPL-2.0",
"dependencies": {
"lazysizes": "4.1.1",
"lazysizes": "4.1.2",
"sc.recipe.staticresources": "simplesconsultoria/sc.recipe.staticresources#1.0b1"
}
}

0 comments on commit d1a0da3

Please sign in to comment.