Skip to content

Commit

Permalink
chore(release): 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed May 5, 2023
1 parent 12d5c74 commit 76c6bce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [10.0.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v9.0.0...v10.0.0) (2023-05-05)


### ⚠ BREAKING CHANGES

* `ngx-valdemort` is now based on Angular 16.x. If you want to use it with an older version of Angular, then stick to a previous version of `ngx-valdemort`.

### Features

* make valError input required ([12d5c74](https://github.com/Ninja-Squad/ngx-valdemort/commit/12d5c74acdec7f2f2e9a247df2872eca506be7c7))
* upgrade to Angular 16 ([02d8d46](https://github.com/Ninja-Squad/ngx-valdemort/commit/02d8d4647d267a3715819c5e862203f47f61c26b))

## [9.0.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v8.1.0...v9.0.0) (2022-11-18)

All components and directives are now standalone. The `ValdemortModule` is still usable as it was before,
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-valdemort/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-valdemort",
"version": "9.0.0",
"version": "10.0.0",
"description": "Simple, consistent validation error messages for your Angular forms",
"peerDependencies": {
"@angular/common": "^15.0.0",
Expand Down

0 comments on commit 76c6bce

Please sign in to comment.