Skip to content

Commit 0d0898c

Browse files
authored
Merge pull request #2 from flatlogic/upgrade_ng_cli_version
Upgrade ng cli version
2 parents 7f96010 + 9b75609 commit 0d0898c

File tree

10 files changed

+4013
-3739
lines changed

10 files changed

+4013
-3739
lines changed
File renamed without changes.

angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"cli": {
4+
"analytics": "e08c68e1-44a7-45ac-b4bd-9a6e0380538f"
5+
},
36
"version": 1,
47
"newProjectRoot": "projects",
58
"projects": {
@@ -41,7 +44,6 @@
4144
"optimization": true,
4245
"outputHashing": "all",
4346
"sourceMap": false,
44-
"extractCss": true,
4547
"namedChunks": false,
4648
"extractLicenses": true,
4749
"vendorChunk": false,

changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [1.0.7] - 05/05/2021
4+
### Updated
5+
6+
- Updated the Angular builder;
7+
- Updated the Angular CLI;
8+
- Update Angular Material;
9+
10+
###Updated packages
11+
@angular/animations: 10.2.5 -> 11.2.12
12+
@angular/cdk: 9.2.4 -> 11.2.11
13+
@angular/common: 10.2.5 -> 11.2.12
14+
@angular/compiler: 10.2.5 -> 11.2.12
15+
@angular/core: 10.2.5 -> 11.2.12
16+
@angular/forms: 10.2.5 -> 11.2.12
17+
@angular/material: 9.2.4 -> 11.2.11
18+
@angular/platform-browser: 10.2.5 -> 11.2.12
19+
@angular/platform-browser-dynamic: 10.2.5 -> 11.2.12
20+
@angular/router: 10.2.5 -> 11.2.12
21+
@angular-devkit/build-angular: 0.1002.3 -> 0.1102.11
22+
@angular/cli: 10.2.3 -> 11.2.11
23+
@angular/compiler-cli: 10.2.5 -> 11.2.12
24+
@angular/language-service: 10.2.5 -> 11.2.12
25+
@types/jasmine: 3.5.14 -> 3.6.0
26+
codelyzer: 5.1.2 -> 6.0.0
27+
typescript: 4.0.7 -> 4.1.5
28+
329
## [1.0.6]
430

531
### Fixed

0 commit comments

Comments
 (0)