diff --git a/.changeset/gorgeous-wolves-buy.md b/.changeset/gorgeous-wolves-buy.md deleted file mode 100644 index e375d96..0000000 --- a/.changeset/gorgeous-wolves-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ember-intl/cp-validations": major ---- - -Updated project dependencies diff --git a/.changeset/nasty-fireants-prove.md b/.changeset/nasty-fireants-prove.md deleted file mode 100644 index 0b6ddac..0000000 --- a/.changeset/nasty-fireants-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ember-intl/cp-validations": patch ---- - -Tested compatibilities with ember-intl@v6 and ember-intl@v7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c02eac..f8e1c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,43 +1,59 @@ # Changelog +## 7.0.0 + +### Major Changes + +- [#105](https://github.com/ember-intl/cp-validations/pull/105) Updated minimum requirements ([@ijlee2](https://github.com/ijlee2)) + +### Patch Changes + +- [#106](https://github.com/ember-intl/cp-validations/pull/106) Tested compatibilities with ember-intl@v6 and ember-intl@v7 ([@ijlee2](https://github.com/ijlee2)) ## v6.0.0 (2023-05-30) #### :boom: Breaking Change -* [#99](https://github.com/ember-intl/cp-validations/pull/99) Update ember-cli to 4.8 (drops node v12) ([@fsmanuel](https://github.com/fsmanuel)) -* [#87](https://github.com/ember-intl/cp-validations/pull/87) Update ember-cli to v3.28 ([@fsmanuel](https://github.com/fsmanuel)) -* [#88](https://github.com/ember-intl/cp-validations/pull/88) Change import from 'ember-intl-cp-validations' to '@ember-intl/cp-validations' ([@fsmanuel](https://github.com/fsmanuel)) + +- [#99](https://github.com/ember-intl/cp-validations/pull/99) Update ember-cli to 4.8 (drops node v12) ([@fsmanuel](https://github.com/fsmanuel)) +- [#87](https://github.com/ember-intl/cp-validations/pull/87) Update ember-cli to v3.28 ([@fsmanuel](https://github.com/fsmanuel)) +- [#88](https://github.com/ember-intl/cp-validations/pull/88) Change import from 'ember-intl-cp-validations' to '@ember-intl/cp-validations' ([@fsmanuel](https://github.com/fsmanuel)) #### :rocket: Enhancement -* [#90](https://github.com/ember-intl/cp-validations/pull/90) Remove deprecations to support ember 4.x ([@fsmanuel](https://github.com/fsmanuel)) + +- [#90](https://github.com/ember-intl/cp-validations/pull/90) Remove deprecations to support ember 4.x ([@fsmanuel](https://github.com/fsmanuel)) #### :house: Internal -* [#101](https://github.com/ember-intl/cp-validations/pull/101) Update release-it ([@fsmanuel](https://github.com/fsmanuel)) -* [#100](https://github.com/ember-intl/cp-validations/pull/100) Reroll yarn.lock ([@fsmanuel](https://github.com/fsmanuel)) -* [#99](https://github.com/ember-intl/cp-validations/pull/99) Update ember-cli to 4.8 (drops node v12) ([@fsmanuel](https://github.com/fsmanuel)) -* [#93](https://github.com/ember-intl/cp-validations/pull/93) Fix CHANGELOG.md ([@fsmanuel](https://github.com/fsmanuel)) -* [#89](https://github.com/ember-intl/cp-validations/pull/89) Run yarn-deduplicate && yarn ([@fsmanuel](https://github.com/fsmanuel)) + +- [#101](https://github.com/ember-intl/cp-validations/pull/101) Update release-it ([@fsmanuel](https://github.com/fsmanuel)) +- [#100](https://github.com/ember-intl/cp-validations/pull/100) Reroll yarn.lock ([@fsmanuel](https://github.com/fsmanuel)) +- [#99](https://github.com/ember-intl/cp-validations/pull/99) Update ember-cli to 4.8 (drops node v12) ([@fsmanuel](https://github.com/fsmanuel)) +- [#93](https://github.com/ember-intl/cp-validations/pull/93) Fix CHANGELOG.md ([@fsmanuel](https://github.com/fsmanuel)) +- [#89](https://github.com/ember-intl/cp-validations/pull/89) Run yarn-deduplicate && yarn ([@fsmanuel](https://github.com/fsmanuel)) #### Committers: 1 -- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel)) +- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel)) ## v5.0.0 (2022-09-19) #### :boom: Breaking Change -* [#84](https://github.com/ember-intl/cp-validations/pull/84) Remove warn() from validators/messages.js and update ember imports ([@bekzod](https://github.com/bekzod)) -* [#78](https://github.com/ember-intl/cp-validations/pull/78) Support node versions >= 10.* and use GitHub Actions ([@buschtoens](https://github.com/buschtoens)) + +- [#84](https://github.com/ember-intl/cp-validations/pull/84) Remove warn() from validators/messages.js and update ember imports ([@bekzod](https://github.com/bekzod)) +- [#78](https://github.com/ember-intl/cp-validations/pull/78) Support node versions >= 10.\* and use GitHub Actions ([@buschtoens](https://github.com/buschtoens)) #### :memo: Documentation -* [#47](https://github.com/ember-intl/cp-validations/pull/47) Fix README messageKey/descriptionKey examples ([@Techn1x](https://github.com/Techn1x)) + +- [#47](https://github.com/ember-intl/cp-validations/pull/47) Fix README messageKey/descriptionKey examples ([@Techn1x](https://github.com/Techn1x)) #### :house: Internal -* [#86](https://github.com/ember-intl/cp-validations/pull/86) Run yarn create rwjblue-release-it-setup ([@fsmanuel](https://github.com/fsmanuel)) -* [#75](https://github.com/ember-intl/cp-validations/pull/75) Bump ember-cli-babel from 6.7.1 to 7.26.10 ([@herzzanu](https://github.com/herzzanu)) -* [#62](https://github.com/ember-intl/cp-validations/pull/62) chore: migrate to travis-ci.com ([@jasonmit](https://github.com/jasonmit)) -* [#60](https://github.com/ember-intl/cp-validations/pull/60) Update ember observer badge link ([@vasind](https://github.com/vasind)) + +- [#86](https://github.com/ember-intl/cp-validations/pull/86) Run yarn create rwjblue-release-it-setup ([@fsmanuel](https://github.com/fsmanuel)) +- [#75](https://github.com/ember-intl/cp-validations/pull/75) Bump ember-cli-babel from 6.7.1 to 7.26.10 ([@herzzanu](https://github.com/herzzanu)) +- [#62](https://github.com/ember-intl/cp-validations/pull/62) chore: migrate to travis-ci.com ([@jasonmit](https://github.com/jasonmit)) +- [#60](https://github.com/ember-intl/cp-validations/pull/60) Update ember observer badge link ([@vasind](https://github.com/vasind)) #### Committers: 7 + - Brad Overton ([@Techn1x](https://github.com/Techn1x)) - Jan Buschtöns ([@buschtoens](https://github.com/buschtoens)) - Jason Mitchell ([@jasonmit](https://github.com/jasonmit)) diff --git a/package.json b/package.json index 18d6a65..67fea79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-intl/cp-validations", - "version": "6.0.0", + "version": "7.0.0", "description": "ember-intl support for ember-cp-validations", "keywords": [ "ember-addon",