Skip to content

Commit 80c9489

Browse files
author
amrelbialy
committed
chore: release of new version 1.0.5 ??
1 parent 176e87c commit 80c9489

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.5 - 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
@@ -357,7 +357,7 @@
357357
:src="images[17].src"
358358
v-bind:blurhash="images[17].blur_hash"
359359
:sizes="{
360-
'(max-width: 575px)': { w: 400, h: 150 },
360+
'(max-width: 575px)': { src: 'https://img.scaleflex.com/truck.jpg', w: 400, h: 150 },
361361
'(min-width: 576px)': { r: 1 },
362362
'(min-width: 620px)': { h: 560 },
363363
'(min-width: 768px)': { w: '50vw' },

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-blur-hash",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "dist/index.cjs.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.10",
39+
"cloudimage-responsive-utils": "^2.0.16",
4040
"core-js": "^3.6.5",
4141
"throttle-debounce": "^2.3.0"
4242
},

0 commit comments

Comments
 (0)