Skip to content

Commit 17b90a5

Browse files
committed
release: 14.2.4
1 parent 3c80919 commit 17b90a5

File tree

3 files changed

+34
-25
lines changed

3 files changed

+34
-25
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [14.2.4](https://github.com/NativeScript/angular/compare/14.2.3...14.2.4) (2022-09-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **animations:** no known animation properties specified ([#91](https://github.com/NativeScript/angular/issues/91)) ([3c80919](https://github.com/NativeScript/angular/commit/3c80919a2083ae2c085cd7356f4c88f9b943657c))
7+
8+
9+
110
## [14.2.3](https://github.com/NativeScript/angular/compare/14.2.2...14.2.3) (2022-09-13)
211

312

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "14.2.3",
3+
"version": "14.2.4",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -35,14 +35,14 @@
3535
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3636
},
3737
"dependencies": {
38-
"@angular/animations": "14.2.0",
39-
"@angular/common": "14.2.0",
40-
"@angular/compiler": "14.2.0",
41-
"@angular/core": "14.2.0",
42-
"@angular/forms": "14.2.0",
43-
"@angular/platform-browser": "14.2.0",
44-
"@angular/platform-browser-dynamic": "14.2.0",
45-
"@angular/router": "14.2.0",
38+
"@angular/animations": "14.2.3",
39+
"@angular/common": "14.2.3",
40+
"@angular/compiler": "14.2.3",
41+
"@angular/core": "14.2.3",
42+
"@angular/forms": "14.2.3",
43+
"@angular/platform-browser": "14.2.3",
44+
"@angular/platform-browser-dynamic": "14.2.3",
45+
"@angular/router": "14.2.3",
4646
"@nativescript/core": "~8.3.4",
4747
"@nativescript/theme": "~3.0.2",
4848
"@ngx-translate/core": "~14.0.0",
@@ -51,23 +51,23 @@
5151
"zone.js": "~0.11.8"
5252
},
5353
"devDependencies": {
54-
"@angular-devkit/build-angular": "14.2.0",
54+
"@angular-devkit/build-angular": "14.2.3",
5555
"@angular-eslint/eslint-plugin": "14.0.3",
5656
"@angular-eslint/eslint-plugin-template": "14.0.3",
5757
"@angular-eslint/template-parser": "14.0.3",
58-
"@angular/compiler-cli": "14.2.0",
58+
"@angular/compiler-cli": "14.2.3",
5959
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
6060
"@nativescript/types": "~8.3.1",
6161
"@nativescript/unit-test-runner": "^3.0.4",
6262
"@nativescript/webpack": "~5.0.8",
63-
"@ngtools/webpack": "14.2.0",
64-
"@nrwl/angular": "14.5.10",
65-
"@nrwl/cli": "14.5.10",
66-
"@nrwl/eslint-plugin-nx": "14.5.10",
67-
"@nrwl/jest": "14.5.10",
68-
"@nrwl/js": "14.5.10",
69-
"@nrwl/node": "14.5.10",
70-
"@nrwl/workspace": "14.5.10",
63+
"@ngtools/webpack": "14.2.3",
64+
"@nrwl/angular": "14.7.11",
65+
"@nrwl/cli": "14.7.11",
66+
"@nrwl/eslint-plugin-nx": "14.7.11",
67+
"@nrwl/jest": "14.7.11",
68+
"@nrwl/js": "14.7.11",
69+
"@nrwl/node": "14.7.11",
70+
"@nrwl/workspace": "14.7.11",
7171
"@nstudio/angular": "14.3.0",
7272
"@nstudio/nativescript": "14.3.0",
7373
"@nstudio/nativescript-angular": "14.3.0",
@@ -84,16 +84,16 @@
8484
"eslint-config-prettier": "8.5.0",
8585
"fs-extra": "^10.1.0",
8686
"husky": "~8.0.1",
87-
"jest": "29.0.1",
88-
"karma": "6.4.0",
87+
"jest": "28.1.3",
88+
"karma": "6.4.1",
8989
"karma-coverage": "2.2.0",
9090
"karma-jasmine": "5.1.0",
9191
"karma-mocha-reporter": "^2.2.5",
9292
"karma-nativescript-launcher": "0.4.0",
9393
"karma-sinon": "^1.0.5",
9494
"lint-staged": "^13.0.3",
95-
"ng-packagr": "14.2.0",
96-
"nx": "14.5.10",
95+
"ng-packagr": "14.2.1",
96+
"nx": "14.7.11",
9797
"nyc": "15.1.0",
9898
"postcss": "^8.4.16",
9999
"postcss-import": "14.1.0",
@@ -105,7 +105,7 @@
105105
"ts-jest": "28.0.8",
106106
"ts-node": "10.9.1",
107107
"tslib": "^2.4.0",
108-
"typescript": "~4.8.2"
108+
"typescript": "~4.7.2"
109109
},
110110
"xplat": {
111111
"prefix": "nativescript",

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "14.2.3",
3+
"version": "14.2.4",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)