Skip to content

Commit 969223a

Browse files
committed
release: 15.0.2
1 parent 5d3b52c commit 969223a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [15.0.2](https://github.com/NativeScript/angular/compare/15.0.1...15.0.2) (2023-02-16)
2+
3+
4+
### Bug Fixes
5+
6+
* add meta for TextBase and FormattedString ([#104](https://github.com/NativeScript/angular/issues/104)) ([8413e8e](https://github.com/NativeScript/angular/commit/8413e8e049d2bea3bf5a7833ea044663c0065eea))
7+
8+
9+
### Features
10+
11+
* support embedded applications ([#107](https://github.com/NativeScript/angular/issues/107)) ([08df232](https://github.com/NativeScript/angular/commit/08df232f0cb07f4567c415b4d50de9bdeb19ca89))
12+
13+
14+
115
## [15.0.1](https://github.com/NativeScript/angular/compare/15.0.0...15.0.1) (2022-12-14)
216

317

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

0 commit comments

Comments
 (0)