Skip to content

Commit

Permalink
Tagged 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jul 10, 2024
1 parent 0c9ccb1 commit ade2041
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-wolves-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-fireants-prove.md

This file was deleted.

50 changes: 33 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ade2041

Please sign in to comment.