diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f6724..f89b796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [14.0.0](https://github.com/NativeScript/angular/compare/13.0.4...14.0.0) (2022-06-15) + + +### Features + +* Angular 14 ([#72](https://github.com/NativeScript/angular/issues/72)) ([af32ad7](https://github.com/NativeScript/angular/commit/af32ad7dd8a0eedb1702917e8207fcb55230b900)) + + + ## [13.0.4](https://github.com/NativeScript/angular/compare/13.0.3...13.0.4) (2022-05-31) diff --git a/package.json b/package.json index 519f4ef..4335dd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "13.0.4", + "version": "14.0.0", "license": "MIT", "private": true, "scripts": { @@ -51,7 +51,7 @@ "zone.js": "~0.11.5" }, "devDependencies": { - "@angular-devkit/build-angular": "14.0.1", + "@angular-devkit/build-angular": "14.0.2", "@angular-eslint/eslint-plugin": "13.2.1", "@angular-eslint/eslint-plugin-template": "13.2.1", "@angular-eslint/template-parser": "13.2.1", @@ -60,14 +60,14 @@ "@nativescript/types": "~8.2.0", "@nativescript/unit-test-runner": "^3.0.2", "@nativescript/webpack": "~5.0.0", - "@ngtools/webpack": "14.0.1", - "@nrwl/angular": "14.2.4", - "@nrwl/cli": "14.2.4", - "@nrwl/eslint-plugin-nx": "14.2.4", - "@nrwl/jest": "14.2.4", - "@nrwl/js": "14.2.4", - "@nrwl/node": "14.2.4", - "@nrwl/workspace": "14.2.4", + "@ngtools/webpack": "14.0.2", + "@nrwl/angular": "14.3.3", + "@nrwl/cli": "14.3.3", + "@nrwl/eslint-plugin-nx": "14.3.3", + "@nrwl/jest": "14.3.3", + "@nrwl/js": "14.3.3", + "@nrwl/node": "14.3.3", + "@nrwl/workspace": "14.3.3", "@nstudio/angular": "14.0.1", "@nstudio/nativescript": "14.0.1", "@nstudio/nativescript-angular": "14.0.1", @@ -93,7 +93,7 @@ "karma-sinon": "^1.0.5", "lint-staged": "^11.0.0", "ng-packagr": "14.0.1", - "nx": "14.2.4", + "nx": "14.3.3", "nyc": "15.1.0", "postcss": "^8.3.9", "postcss-import": "14.1.0", diff --git a/packages/angular/package.json b/packages/angular/package.json index 3205148..b0a0c5f 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/angular", - "version": "14.0.0-rc.0", + "version": "14.0.0", "homepage": "https://nativescript.org/", "repository": { "type": "git",