Skip to content

Commit 68525b0

Browse files
committedMay 26, 2024·
release: 18.0.0
1 parent 4f6e156 commit 68525b0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
 

Diff for: ‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [18.0.0](https://github.com/NativeScript/angular/compare/17.1.1...18.0.0) (2024-05-26)
2+
3+
4+
### Features
5+
6+
* Angular 18 support ([#134](https://github.com/NativeScript/angular/issues/134)) ([4f6e156](https://github.com/NativeScript/angular/commit/4f6e156dc4cda0f1159ab3ef9125596ea0e1531a))
7+
8+
9+
110
## [17.1.1](https://github.com/NativeScript/angular/compare/17.1.0...17.1.1) (2024-05-10)
211

312

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": "17.1.1",
3+
"version": "18.0.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.0-rc.0",
3+
"version": "18.0.0",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.