Skip to content

Commit 2840b0f

Browse files
committed
release: 14.0.0
1 parent af32ad7 commit 2840b0f

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [14.0.0](https://github.com/NativeScript/angular/compare/13.0.4...14.0.0) (2022-06-15)
2+
3+
4+
### Features
5+
6+
* Angular 14 ([#72](https://github.com/NativeScript/angular/issues/72)) ([af32ad7](https://github.com/NativeScript/angular/commit/af32ad7dd8a0eedb1702917e8207fcb55230b900))
7+
8+
9+
110
## [13.0.4](https://github.com/NativeScript/angular/compare/13.0.3...13.0.4) (2022-05-31)
211

312

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "13.0.4",
3+
"version": "14.0.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -51,7 +51,7 @@
5151
"zone.js": "~0.11.5"
5252
},
5353
"devDependencies": {
54-
"@angular-devkit/build-angular": "14.0.1",
54+
"@angular-devkit/build-angular": "14.0.2",
5555
"@angular-eslint/eslint-plugin": "13.2.1",
5656
"@angular-eslint/eslint-plugin-template": "13.2.1",
5757
"@angular-eslint/template-parser": "13.2.1",
@@ -60,14 +60,14 @@
6060
"@nativescript/types": "~8.2.0",
6161
"@nativescript/unit-test-runner": "^3.0.2",
6262
"@nativescript/webpack": "~5.0.0",
63-
"@ngtools/webpack": "14.0.1",
64-
"@nrwl/angular": "14.2.4",
65-
"@nrwl/cli": "14.2.4",
66-
"@nrwl/eslint-plugin-nx": "14.2.4",
67-
"@nrwl/jest": "14.2.4",
68-
"@nrwl/js": "14.2.4",
69-
"@nrwl/node": "14.2.4",
70-
"@nrwl/workspace": "14.2.4",
63+
"@ngtools/webpack": "14.0.2",
64+
"@nrwl/angular": "14.3.3",
65+
"@nrwl/cli": "14.3.3",
66+
"@nrwl/eslint-plugin-nx": "14.3.3",
67+
"@nrwl/jest": "14.3.3",
68+
"@nrwl/js": "14.3.3",
69+
"@nrwl/node": "14.3.3",
70+
"@nrwl/workspace": "14.3.3",
7171
"@nstudio/angular": "14.0.1",
7272
"@nstudio/nativescript": "14.0.1",
7373
"@nstudio/nativescript-angular": "14.0.1",
@@ -93,7 +93,7 @@
9393
"karma-sinon": "^1.0.5",
9494
"lint-staged": "^11.0.0",
9595
"ng-packagr": "14.0.1",
96-
"nx": "14.2.4",
96+
"nx": "14.3.3",
9797
"nyc": "15.1.0",
9898
"postcss": "^8.3.9",
9999
"postcss-import": "14.1.0",

packages/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "14.0.0-rc.0",
3+
"version": "14.0.0",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)