File tree 3 files changed +21
-4
lines changed
3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 12.0.1] ( https://github.com/NativeScript/angular/compare/12.0.0...12.0.1 ) (2021-06-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * backport tab-view ([ #5 ] ( https://github.com/NativeScript/angular/issues/5 ) ) ([ 8e121dd] ( https://github.com/NativeScript/angular/commit/8e121dd1faeccf3b820420c5a1c32f35296c48c0 ) )
7
+
8
+
9
+
10
+ # 12.0.0 (2021-06-08)
11
+
12
+ * Angular 12 compatibility with a new revamped engine.
13
+
14
+
15
+
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " nativescript-frontend-flavors " ,
3
- "version" : " 0 .0.0 " ,
2
+ "name" : " nativescript-angular " ,
3
+ "version" : " 12 .0.1 " ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"scripts" : {
27
27
"update" : " nx migrate latest" ,
28
28
"dep-graph" : " nx dep-graph" ,
29
29
"help" : " nx help" ,
30
- "workspace-generator" : " nx workspace-generator"
30
+ "workspace-generator" : " nx workspace-generator" ,
31
+ "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s"
31
32
},
32
33
"dependencies" : {
33
34
"@angular/animations" : " ~12.0.0" ,
65
66
"@types/node" : " 14.14.33" ,
66
67
"@typescript-eslint/eslint-plugin" : " 4.19.0" ,
67
68
"@typescript-eslint/parser" : " 4.19.0" ,
69
+ "conventional-changelog-cli" : " ^2.1.1" ,
68
70
"dotenv" : " 8.2.0" ,
69
71
"eslint" : " 7.22.0" ,
70
72
"eslint-config-prettier" : " 8.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/angular" ,
3
- "version" : " 12.0.0 " ,
3
+ "version" : " 12.0.1 " ,
4
4
"homepage" : " https://nativescript.org/" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments