Skip to content

Commit 3b4dadd

Browse files
committed
chore(release): 11.2.0
1 parent 13a3562 commit 3b4dadd

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

nativescript-angular-package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "11.0.0",
3+
"version": "11.2.0",
44
"description": "Compatibility with old style nativescript-angular imports.",
55
"homepage": "https://www.nativescript.org/",
66
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
@@ -30,7 +30,7 @@
3030
"@nativescript/angular": "ns-angular"
3131
}
3232
},
33-
"whitelistedNonPeerDependencies": [
33+
"allowedNonPeerDependencies": [
3434
"."
3535
]
3636
},

nativescript-angular/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "11.0.1",
3+
"version": "11.2.0",
44
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
55
"homepage": "https://www.nativescript.org/",
66
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
@@ -52,7 +52,7 @@
5252
"@nativescript/core": "ns-core"
5353
}
5454
},
55-
"whitelistedNonPeerDependencies": [
55+
"allowedNonPeerDependencies": [
5656
"."
5757
]
5858
},
@@ -70,22 +70,22 @@
7070
"@angular/router": "^11.0.0"
7171
},
7272
"devDependencies": {
73-
"@angular/animations": "~11.0.0",
74-
"@angular/common": "~11.0.0",
75-
"@angular/compiler": "~11.0.0",
76-
"@angular/compiler-cli": "~11.0.0",
77-
"@angular/core": "~11.0.0",
78-
"@angular/forms": "~11.0.0",
79-
"@angular/platform-browser": "~11.0.0",
80-
"@angular/platform-browser-dynamic": "~11.0.0",
81-
"@angular/router": "~11.0.0",
82-
"@nativescript/core": "~7.1.0",
73+
"@angular/animations": "~11.2.0",
74+
"@angular/common": "~11.2.0",
75+
"@angular/compiler": "~11.2.0",
76+
"@angular/compiler-cli": "~11.2.0",
77+
"@angular/core": "~11.2.0",
78+
"@angular/forms": "~11.2.0",
79+
"@angular/platform-browser": "~11.2.0",
80+
"@angular/platform-browser-dynamic": "~11.2.0",
81+
"@angular/router": "~11.2.0",
82+
"@nativescript/core": "~7.3.0",
8383
"codelyzer": "^5.2.0",
8484
"conventional-changelog-cli": "^2.0.34",
8585
"husky": "^4.2.5",
8686
"lint-staged": "^10.2.11",
8787
"nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master",
88-
"ng-packagr": "~11.0.0",
88+
"ng-packagr": "~11.2.0",
8989
"prettier": "^2.0.5",
9090
"rxjs": "~6.6.0",
9191
"tslint": "^6.1.2",

nativescript-angular/testing/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"@nativescript/core": "ns-core"
77
}
88
},
9-
"whitelistedNonPeerDependencies": [
9+
"allowedNonPeerDependencies": [
1010
"."
1111
]
1212
},
1313
"devDependencies": {
14-
"@nativescript/angular": "rc",
15-
"@nativescript/core": "rc"
14+
"@nativescript/angular": "latest",
15+
"@nativescript/core": "latest"
1616
}
1717
}

0 commit comments

Comments
 (0)