Skip to content

Commit 46410a1

Browse files
angular 18 package release
1 parent 02dec05 commit 46410a1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ npm install angular-reactive-validation --save
2525
## Compatibility
2626
| Angular version | Package version |
2727
|-----------------|-----------------|
28+
| 18 | 12.x |
2829
| 17 | 11.x |
2930
| 16 | 10.x |
3031
| 15 | 9.x |

angular.json

+3
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,8 @@
127127
}
128128
}
129129
}
130+
},
131+
"cli": {
132+
"analytics": false
130133
}
131134
}

projects/angular-reactive-validation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-reactive-validation",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)