Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Nov 4, 2021
1 parent 2fa7cb0 commit 05f2a83
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [7.0.0](https://github.com/Ninja-Squad/ngx-valdemort/compare/v6.0.0...v7.0.0) (2021-11-04)


### ⚠ BREAKING CHANGES

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

### Bug Fixes

* angular config invalid tsconfig reference ([0921257](https://github.com/Ninja-Squad/ngx-valdemort/commit/0921257c121388371faf08526b5ec241336a36ce))
* remove debug expression from demo ([0502df0](https://github.com/Ninja-Squad/ngx-valdemort/commit/0502df0409fc25e2a19168c12b33ec4c4c2a717b))


* migrate to ng and cli v13 ([2fa7cb0](https://github.com/Ninja-Squad/ngx-valdemort/commit/2fa7cb0ff012ef8853425056a6299410f242db76))

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

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

0 comments on commit 05f2a83

Please sign in to comment.