Skip to content

Commit 7cbb2d8

Browse files
committed
release: 18.1.3
1 parent 8627e18 commit 7cbb2d8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [18.1.3](https://github.com/NativeScript/angular/compare/18.1.1...18.1.3) (2024-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* fallback to parentNode on removeChild (undocumented breaking change from https://github.com/angular/angular/pull/57203) ([a93c771](https://github.com/NativeScript/angular/commit/a93c771eee38d65857de38deb48dd5ac1506c09e))
7+
8+
9+
110
## [18.1.1](https://github.com/NativeScript/angular/compare/18.1.0...18.1.1) (2024-07-18)
211

312

package.json

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

0 commit comments

Comments
 (0)