From ffe647e550ec958234432a4db8f5eea4e263e611 Mon Sep 17 00:00:00 2001 From: kukjevov Date: Thu, 17 Feb 2022 13:00:55 +0100 Subject: [PATCH] INT: fixed angular common version --- changelog.md | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index c1c75aa..34d111e 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package.json b/package.json index 08915bf..7ba4259 100644 --- a/package.json +++ b/package.json @@ -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",