Skip to content

Commit 66df47c

Browse files
author
Amr Wagdy
committed
Revert changes
1 parent 8675bd7 commit 66df47c

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CHANGELOG.md

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

2727
-------------
28-
## 3.0.0 - 2022-08-30
29-
### Changed
30-
- **BREAKING**: Upgrade to Vue 3
31-
3228
## 2.0.1 - 2022-08-19
3329
### Fixed
3430
- Prevent the config to be visible on DOM.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ In order to use Cloudimage responsive plugins on your single-page application, p
120120
</details>
121121

122122
## <a name="compatibility"></a> Compatibility
123-
| Version | Vue Version |
123+
| Version | React Version |
124124
|---------|--------------|
125-
| >3.0.0 | >=3.x.x |
126-
| <=3.0.0 | <=2.x.x |
125+
| >4.0.0 | >=18.0.0 |
126+
| <=1.6.9 | <=17.x.x |
127127

128128

129129
## <a name="requirements"/> Requirements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cloudimage-responsive-plain",
3-
"version": "3.0.0",
3+
"version": "2.0.1",
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.",
66
"author": "scaleflex",

0 commit comments

Comments
 (0)