Skip to content

Commit d69ebb2

Browse files
committed
chore: release 3.6.0-beta.19
1 parent d897047 commit d69ebb2

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@
1313
* [__Plain (CSS free)__](https://github.com/scaleflex/react-cloudimage-responsive-plain)
1414

1515
<p align="center">
16-
<img
17-
height="175"
18-
alt="The Lounge"
19-
src="https://demo.cloudimg.io/height/350/n/https://scaleflex.airstore.io/filerobot/filerobot-cloudimage.png?sanitize=true">
16+
<a href="https://www.cloudimage.io/#gh-light-mode-only">
17+
<img
18+
alt="The Lounge"
19+
src="https://scaleflex.cloudimg.io/v7/cloudimage.io/LOGO+WITH+SCALEFLEX-01.png?vh=f6080d&w=350">
20+
</a>
21+
<a href="https://www.cloudimage.io/#gh-dark-mode-only">
22+
<img
23+
alt="The Lounge"
24+
src="https://scaleflex.cloudimg.io/v7/cloudimage.io/cloudimage-logo-light.png?vh=b798ab&w=350">
25+
</a>
2026
</p>
2127

2228
<h1 align="center">

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cloudimage-responsive",
3-
"version": "3.6.0-beta.18",
3+
"version": "3.6.0-beta.19",
44
"main": "dist/index.js",
55
"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 fancy animation on image load.",
66
"author": "scaleflex",
@@ -40,7 +40,7 @@
4040
"publish-demo": "npm run build-demo && npm run deploy"
4141
},
4242
"dependencies": {
43-
"cloudimage-responsive-utils": "^2.4.4",
43+
"cloudimage-responsive-utils": "^2.4.5",
4444
"core-js": "^3.15.2",
4545
"prop-types": "^15.8.1",
4646
"react-lazyload": "^3.2.0",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,9 +2005,10 @@
20052005
"strip-ansi" "^5.2.0"
20062006
"wrap-ansi" "^5.1.0"
20072007

2008-
"cloudimage-responsive-utils@file:../../cloudimage-responsive-utils":
2009-
"resolved" "file:../../cloudimage-responsive-utils"
2010-
"version" "2.4.4"
2008+
"cloudimage-responsive-utils@^2.4.5":
2009+
"integrity" "sha512-S9yk/DEh9AkTfxN+P3UIfcB3+IbKDQg/tA+0fFU+ZDDKC31fzvshge03zLCeV371o/Y6FXZlh6HmcqRNE42o0A=="
2010+
"resolved" "https://registry.npmjs.org/cloudimage-responsive-utils/-/cloudimage-responsive-utils-2.4.5.tgz"
2011+
"version" "2.4.5"
20112012

20122013
"collection-visit@^1.0.0":
20132014
"integrity" "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA="

0 commit comments

Comments
 (0)