Skip to content

Commit 5df1888

Browse files
committed
release: 18.1.0
1 parent 5f873e8 commit 5df1888

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [18.1.0](https://github.com/NativeScript/angular/compare/18.0.1...18.1.0) (2024-07-18)
2+
3+
4+
### Features
5+
6+
* allow providing custom dialog view ([#126](https://github.com/NativeScript/angular/issues/126)) ([16bfffb](https://github.com/NativeScript/angular/commit/16bfffbf3767560d63054334f46689e00c34a998))
7+
* make nativescript identify as browser in angular ([#136](https://github.com/NativeScript/angular/issues/136)) ([c49fb86](https://github.com/NativeScript/angular/commit/c49fb862aaa15050a4edbb289412686e793e4129))
8+
* standalone component architecture ([#122](https://github.com/NativeScript/angular/issues/122)) ([5f873e8](https://github.com/NativeScript/angular/commit/5f873e88eda6bd0f68182173f283fdad18064253))
9+
10+
11+
112
## [18.0.1](https://github.com/NativeScript/angular/compare/18.0.0...18.0.1) (2024-06-04)
213

314

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "18.0.1",
3+
"version": "18.1.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

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

0 commit comments

Comments
 (0)