Skip to content

Commit abdf398

Browse files
committed
release: 15.0.0
1 parent 51ad39e commit abdf398

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [15.0.0](https://github.com/NativeScript/angular/compare/14.2.7...15.0.0) (2022-11-30)
2+
3+
### Features
4+
5+
* Angular 15 support ([#97](https://github.com/NativeScript/angular/issues/97)) ([51ad39e](https://github.com/NativeScript/angular/commit/51ad39e6c52f99d9e1249efeecc2e61d339cd061))
6+
7+
8+
## [14.2.7](https://github.com/NativeScript/angular/compare/14.2.6...14.2.7) (2022-11-30)
9+
10+
11+
### Bug Fixes
12+
13+
* **router:** fix navigation when clearing history and navigating before the navigatedTo event fires ([#100](https://github.com/NativeScript/angular/issues/100)) ([f276f56](https://github.com/NativeScript/angular/commit/f276f5690a9e6dd99fb2a613343fd7f07f8bab33))
14+
15+
16+
117
## [14.2.6](https://github.com/NativeScript/angular/compare/14.2.5...14.2.6) (2022-11-23)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "14.2.7",
3+
"version": "15.0.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "14.2.7",
3+
"version": "15.0.0",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)