Skip to content

Commit d3aa2fd

Browse files
author
amrelbialy
committed
chore: release of new version 1.0.3 ??
1 parent 1a1f820 commit d3aa2fd

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Types of changes:
2525
- ...
2626

2727
-------------
28+
## 1.0.3 - 2020-11-09
29+
### updated
30+
- utils version to add src to each size
2831

2932
## 1.0.4 - 2020-10-01
3033
### Fix

examples/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<Img
345345
:src="images[17].src"
346346
:sizes="{
347-
'(max-width: 575px)': { w: 400, h: 150 },
347+
'(max-width: 575px)': { src: 'https://img.scaleflex.com/truck.jpg', w: 400, h: 150 },
348348
'(min-width: 576px)': { r: 1 },
349349
'(min-width: 620px)': { h: 560 },
350350
'(min-width: 768px)': { w: '50vw' },

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cloudimage-responsive",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "dist/index.js",
55
"module": "dist/index.es.js",
66
"description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with blur hash placeholder.",
@@ -36,7 +36,7 @@
3636
"publish-demo": "npm run build-demo && npm run deploy"
3737
},
3838
"dependencies": {
39-
"cloudimage-responsive-utils": "^2.0.9",
39+
"cloudimage-responsive-utils": "^2.0.16",
4040
"core-js": "^3.6.5",
4141
"throttle-debounce": "^2.2.1"
4242
},

0 commit comments

Comments
 (0)