Skip to content

Commit bb05c5c

Browse files
committed
release: 15.2.0
1 parent 55eb884 commit bb05c5c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [15.2.0](https://github.com/NativeScript/angular/compare/15.0.2...15.2.0) (2023-03-11)
2+
3+
4+
### Features
5+
6+
* support standalone components bootstrap ([#108](https://github.com/NativeScript/angular/issues/108)) ([55eb884](https://github.com/NativeScript/angular/commit/55eb884d2c1b00925804ad33280dca4a92c743fd))
7+
* support for Angular 15.2+ fixing some minor breaking changes with ListViewComponent
8+
9+
10+
111
## [15.0.2](https://github.com/NativeScript/angular/compare/15.0.1...15.0.2) (2023-02-16)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "15.0.2",
3+
"version": "15.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": "15.2.0-dev.1",
3+
"version": "15.2.0",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)