From 969223ae5107023008fa9673711e0db92b2cb595 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 15 Feb 2023 16:00:51 -0800 Subject: [PATCH] release: 15.0.2 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- packages/angular/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa5d23..bb96b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [15.0.2](https://github.com/NativeScript/angular/compare/15.0.1...15.0.2) (2023-02-16) + + +### Bug Fixes + +* add meta for TextBase and FormattedString ([#104](https://github.com/NativeScript/angular/issues/104)) ([8413e8e](https://github.com/NativeScript/angular/commit/8413e8e049d2bea3bf5a7833ea044663c0065eea)) + + +### Features + +* support embedded applications ([#107](https://github.com/NativeScript/angular/issues/107)) ([08df232](https://github.com/NativeScript/angular/commit/08df232f0cb07f4567c415b4d50de9bdeb19ca89)) + + + ## [15.0.1](https://github.com/NativeScript/angular/compare/15.0.0...15.0.1) (2022-12-14) diff --git a/package.json b/package.json index ee68dca..6232caf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-angular", - "version": "15.0.1", + "version": "15.0.2", "license": "MIT", "private": true, "scripts": { diff --git a/packages/angular/package.json b/packages/angular/package.json index 2821a17..b1d2eba 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/angular", - "version": "15.0.1", + "version": "15.0.2", "homepage": "https://nativescript.org/", "repository": { "type": "git",