Skip to content

Commit 2c92f48

Browse files
committed
release: 14.2.0
1 parent 5a976a2 commit 2c92f48

File tree

4 files changed

+17
-12121
lines changed

4 files changed

+17
-12121
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [14.2.0](https://github.com/NativeScript/angular/compare/14.0.4...14.2.0) (2022-08-27)
2+
3+
4+
### Bug Fixes
5+
6+
* patch showModal call in zone ([#83](https://github.com/NativeScript/angular/issues/83)) ([7b8389e](https://github.com/NativeScript/angular/commit/7b8389e69096313a899af316dc7e9349be139db4))
7+
8+
9+
### Features
10+
11+
* Angular 14.2.0 ([#84](https://github.com/NativeScript/angular/issues/84)) ([5a976a2](https://github.com/NativeScript/angular/commit/5a976a29c966bfde94af5297e97003cfb860dc3e))
12+
* support adding TextNode elements (automatically sets text property by default) ([#80](https://github.com/NativeScript/angular/issues/80)) ([1be9c3a](https://github.com/NativeScript/angular/commit/1be9c3a441023f4fa7cc0fce1e9bdcf3e0fd8aa4))
13+
14+
15+
116
## [14.0.4](https://github.com/NativeScript/angular/compare/14.0.3...14.0.4) (2022-08-05)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "14.0.4",
3+
"version": "14.2.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

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": "14.0.4",
3+
"version": "14.2.0",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)