Skip to content

Commit 0c0c74e

Browse files
author
Amr Wagdy
committed
Revert "Chore: Release v4.0.0"
This reverts commit 5131fc9.
1 parent 55c8489 commit 0c0c74e

File tree

6 files changed

+22
-7636
lines changed

6 files changed

+22
-7636
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v4.0.0-blue.svg)](https://github.com/scaleflex/ng-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v3.0.1-blue.svg)](https://github.com/scaleflex/ng-cloudimage-responsive/releases)
22
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5)
33
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
44
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

README_v6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v4.0.0-blue.svg)](https://github.com/scaleflex/ng-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v3.0.1-blue.svg)](https://github.com/scaleflex/ng-cloudimage-responsive/releases)
22
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5)
33
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
44
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

angular.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,5 @@
147147
}
148148
}
149149
}
150-
},
151-
"cli": {
152-
"analytics": "51c6a022-8caf-42ba-8793-681398f160ec"
153150
}
154151
}

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-cloudimage-responsive",
3-
"version": "4.0.0",
3+
"version": "3.0.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "npm run build_lib && ng serve",
@@ -19,15 +19,15 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@angular-devkit/build-angular": "~13.3.3",
23-
"@angular/animations": "~13.3.3",
24-
"@angular/common": "~13.3.3",
25-
"@angular/compiler": "~13.3.3",
26-
"@angular/core": "~13.3.3",
27-
"@angular/forms": "~13.3.3",
28-
"@angular/platform-browser": "~13.3.3",
29-
"@angular/platform-browser-dynamic": "~13.3.3",
30-
"@angular/router": "~13.3.3",
22+
"@angular-devkit/build-angular": "^14.1.1",
23+
"@angular/animations": "^14.1.1",
24+
"@angular/common": "^14.1.1",
25+
"@angular/compiler": "^14.1.1",
26+
"@angular/core": "^14.1.1",
27+
"@angular/forms": "^14.1.1",
28+
"@angular/platform-browser": "^14.1.1",
29+
"@angular/platform-browser-dynamic": "^14.1.1",
30+
"@angular/router": "^14.1.1",
3131
"cloudimage-responsive-utils": "^2.4.9",
3232
"core-js": "^3.22.1",
3333
"ng-lazyload-image": "^9.1.2",
@@ -36,27 +36,27 @@
3636
"zone.js": "~0.11.4"
3737
},
3838
"devDependencies": {
39-
"@angular/cli": "^13.3.3",
40-
"@angular/compiler-cli": "~13.3.3",
41-
"@angular/language-service": "~13.3.3",
39+
"@angular/cli": "^14.1.1",
40+
"@angular/compiler-cli": "^14.1.1",
41+
"@angular/language-service": "^14.1.1",
4242
"@types/jasmine": "~3.6.0",
4343
"@types/jasminewd2": "^2.0.10",
4444
"@types/node": "^12.11.1",
4545
"codelyzer": "^6.0.0",
4646
"gh-pages": "^3.2.3",
47-
"jasmine-core": "~3.6.0",
47+
"highlight.js": "^9.18.1",
48+
"jasmine-core": "^3.8.0",
4849
"jasmine-spec-reporter": "~5.0.0",
4950
"karma": "~6.3.18",
5051
"karma-chrome-launcher": "~3.1.0",
5152
"karma-coverage-istanbul-reporter": "~3.0.2",
5253
"karma-jasmine": "~4.0.0",
5354
"karma-jasmine-html-reporter": "^1.5.0",
54-
"ng-packagr": "^13.3.1",
55+
"ng-packagr": "^14.1.0",
56+
"ngx-highlightjs": "^3.0.3",
5557
"protractor": "~7.0.0",
5658
"ts-node": "^10.7.0",
5759
"tslint": "~6.1.0",
58-
"typescript": "~4.6.3",
59-
"highlight.js": "^9.18.1",
60-
"ngx-highlightjs": "^3.0.3"
60+
"typescript": "~4.6.3"
6161
}
62-
}
62+
}

projects/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-cloudimage-responsive",
3-
"version": "4.0.0",
3+
"version": "3.0.1",
44
"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.",
55
"author": "scaleflex",
66
"license": "MIT",

0 commit comments

Comments
 (0)