Skip to content

Commit

Permalink
Merge pull request #50 from Heatmanofurioso/feature/49-migrateToAngul…
Browse files Browse the repository at this point in the history
…ar15

Migrate to Angular v15
  • Loading branch information
Heatmanofurioso authored Dec 22, 2022
2 parents a98c13b + 7cfe41e commit 01f3152
Show file tree
Hide file tree
Showing 9 changed files with 9,029 additions and 44,163 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.0]
- Migrate to Angular V15

## [1.4.1]
- Updated several dependencies

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ export class AppModule { }
```

## Release Notes & History
* 1.5.0: Migrate to Angular V15
* 1.4.0: Migrate to Angular V14
* 1.3.2: Add referrerpolicy configuration to img tag. Update dependencies. Remove codelyzer.
* 1.3.1: Update dependencies
Expand Down
8 changes: 8 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,13 @@
}
}
}
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
Loading

0 comments on commit 01f3152

Please sign in to comment.