Skip to content

Commit

Permalink
INT: fixed angular common version
Browse files Browse the repository at this point in the history
  • Loading branch information
kukjevov committed Feb 17, 2022
1 parent 8e473d8 commit ffe647e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## Version 8.0.0 (2020-11-27)
## Version 8.0.0 (2022-02-17)

### BREAKING CHANGES

- minimal supported version of *Angular* is `11.0.0`
- minimal supported version of `@jscrpt/common` is `1.2.0`
- minimal supported version of `@anglr/common` is `8.0.0`
- minimal supported version of `@anglr/common` is `9.0.0`
- `translateString` last parameter is no longer optional

## Version 7.0.0
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"@angular/common": ">=11.0.0",
"rxjs": ">=6.5.0",
"@ngx-translate/core": ">=13.0.0",
"@jscrpt/common": ">=1.2.0-beta",
"@anglr/common": ">=8.0.0-beta"
"@jscrpt/common": ">=1.2.0",
"@anglr/common": ">=9.0.0"
},
"devDependencies": {
"@angular/core": "^11.0.0",
"@angular/common": "^11.0.0",
"rxjs": "^6.5.0",
"@ngx-translate/core": "^13.0.0",
"@jscrpt/common": "^1.2.0-beta.20201113143549",
"@anglr/common": "^8.0.0-beta.20201020083428",
"@jscrpt/common": "^1.2.0",
"@anglr/common": "^9.0.0",
"@angular/compiler-cli": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/language-service": "^11.0.0",
Expand Down

0 comments on commit ffe647e

Please sign in to comment.