Skip to content

Commit

Permalink
release: 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jun 15, 2022
1 parent af32ad7 commit 2840b0f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-angular",
"version": "13.0.4",
"version": "14.0.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/angular",
"version": "14.0.0-rc.0",
"version": "14.0.0",
"homepage": "https://nativescript.org/",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2840b0f

Please sign in to comment.