Skip to content

Commit

Permalink
chore(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed May 13, 2021
1 parent d8fa4ad commit 0fe972d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [6.0.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v5.1.0...v6.0.0) (2021-05-13)


### ⚠ BREAKING CHANGES

* ngx-valdemort now targets Angular 12.0.0 and Ivy only. If you want to use it with Angular 11.x or View Engine, stick to the previous version of ngx-valdemort. Partial Ivy compilation is now enabled, allowing ngcc to skip this package and you to have faster builds! 🚀

### Features

* enable Ivy partial compilation ([5166464](https://github.com/Ninja-Squad/ngx-valdemort/commit/51664645d535aa7892dd7f1154dc83f553e827a8))


### Bug Fixes

* renovate config ([80edb78](https://github.com/Ninja-Squad/ngx-valdemort/commit/80edb787cdc564faf2433cddfa46b0a1f7fe34fe))

## [5.1.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v5.1.0-beta.1...v5.1.0) (2021-04-09)

### Features
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": "5.1.0",
"version": "6.0.0",
"description": "Simple, consistent validation error messages for your Angular forms",
"peerDependencies": {
"@angular/common": "^12.0.0",
Expand Down

0 comments on commit 0fe972d

Please sign in to comment.