Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 9, 2023
1 parent b345f66 commit 28f2dcb
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,32 @@




## v6.0.0 (2023-11-09)

#### :boom: Breaking Change
* [#731](https://github.com/adopted-ember-addons/ember-cp-validations/pull/731) Update ember-cli to v4.4 and drop support for node v12 ([@fsmanuel](https://github.com/fsmanuel))

#### :rocket: Enhancement
* [#741](https://github.com/adopted-ember-addons/ember-cp-validations/pull/741) Replace require with @embroider/macros fixing embroider support ([@achambers](https://github.com/achambers))

#### :memo: Documentation
* [#747](https://github.com/adopted-ember-addons/ember-cp-validations/pull/747) Add compatibility to readme ([@mansona](https://github.com/mansona))
* [#744](https://github.com/adopted-ember-addons/ember-cp-validations/pull/744) Remove Ember. from doc strings ([@mansona](https://github.com/mansona))

#### :house: Internal
* [#748](https://github.com/adopted-ember-addons/ember-cp-validations/pull/748) fix peer-dependencies ([@mansona](https://github.com/mansona))
* [#746](https://github.com/adopted-ember-addons/ember-cp-validations/pull/746) Remove obsolete config changelog.js and release.js ([@mansona](https://github.com/mansona))
* [#745](https://github.com/adopted-ember-addons/ember-cp-validations/pull/745) Don’t use isArray on ember data objects ([@mansona](https://github.com/mansona))
* [#743](https://github.com/adopted-ember-addons/ember-cp-validations/pull/743) bump default ember-data version ([@mansona](https://github.com/mansona))
* [#742](https://github.com/adopted-ember-addons/ember-cp-validations/pull/742) update to v4.12 with ember-cli-update ([@mansona](https://github.com/mansona))
* [#732](https://github.com/adopted-ember-addons/ember-cp-validations/pull/732) Update ember-cli to v4.8 ([@fsmanuel](https://github.com/fsmanuel))

#### Committers: 3
- Aaron Chambers ([@achambers](https://github.com/achambers))
- Chris Manson ([@mansona](https://github.com/mansona))
- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel))

## v5.0.0 (2022-10-27)

#### :boom: Breaking Change
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,8 @@ An EmberJS validation framework that is completely and utterly computed property

| Addon | Ember | Node |
|-------|---------|---------|
| 5.x | >= 3.28 | >= 14.x |
| 6.x | >= 3.28 | >= 14.x |
| 5.x | >= 3.28 | >= 12.x |
| 4.x | <= 3.28 | >= 12.x |


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cp-validations",
"version": "5.0.0",
"version": "6.0.0",
"description": "Ember computed property based validation library",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 28f2dcb

Please sign in to comment.