Skip to content

Commit 8071c64

Browse files
committedJun 10, 2021
chore: 12.0.1
1 parent 8e121dd commit 8071c64

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+

‎package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "nativescript-frontend-flavors",
3-
"version": "0.0.0",
2+
"name": "nativescript-angular",
3+
"version": "12.0.1",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -27,7 +27,8 @@
2727
"update": "nx migrate latest",
2828
"dep-graph": "nx dep-graph",
2929
"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"
3132
},
3233
"dependencies": {
3334
"@angular/animations": "~12.0.0",
@@ -65,6 +66,7 @@
6566
"@types/node": "14.14.33",
6667
"@typescript-eslint/eslint-plugin": "4.19.0",
6768
"@typescript-eslint/parser": "4.19.0",
69+
"conventional-changelog-cli": "^2.1.1",
6870
"dotenv": "8.2.0",
6971
"eslint": "7.22.0",
7072
"eslint-config-prettier": "8.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": "12.0.0",
3+
"version": "12.0.1",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.