Skip to content

Commit

Permalink
release: 14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Aug 27, 2022
1 parent 5a976a2 commit 2c92f48
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12,121 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [14.2.0](https://github.com/NativeScript/angular/compare/14.0.4...14.2.0) (2022-08-27)


### Bug Fixes

* patch showModal call in zone ([#83](https://github.com/NativeScript/angular/issues/83)) ([7b8389e](https://github.com/NativeScript/angular/commit/7b8389e69096313a899af316dc7e9349be139db4))


### Features

* Angular 14.2.0 ([#84](https://github.com/NativeScript/angular/issues/84)) ([5a976a2](https://github.com/NativeScript/angular/commit/5a976a29c966bfde94af5297e97003cfb860dc3e))
* 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))



## [14.0.4](https://github.com/NativeScript/angular/compare/14.0.3...14.0.4) (2022-08-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-angular",
"version": "14.0.4",
"version": "14.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/angular",
"version": "14.0.4",
"version": "14.2.0",
"homepage": "https://nativescript.org/",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 2c92f48

Please sign in to comment.