Skip to content

Commit d75c580

Browse files
author
m.zuccaroli
committed
Merge branch 'Swamp3-feature/114-ng-14-support' into develop
2 parents c627fb6 + 691ff84 commit d75c580

File tree

10 files changed

+27484
-16820
lines changed

10 files changed

+27484
-16820
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.6.0] - 2022-06-25
8+
9+
### Added
10+
- Angular 14 support
11+
### Changed
12+
### Removed
13+
714

815
## [1.5.1] - 2022-06-02
916

angular.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
}
3131
}
3232
}
33-
}},
34-
"defaultProject": "angular-google-tag-manager"
33+
}
34+
},
35+
"cli": {
36+
"analytics": false
37+
}
3538
}

demo-application/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ testem.log
4444
# System Files
4545
.DS_Store
4646
Thumbs.db
47+
/.angular/

0 commit comments

Comments
 (0)