diff --git a/.changeset/angry-sloths-complain.md b/.changeset/angry-sloths-complain.md new file mode 100644 index 0000000..463ceb1 --- /dev/null +++ b/.changeset/angry-sloths-complain.md @@ -0,0 +1,5 @@ +--- +"@ember-intl/cp-validations": patch +--- + +Required consumers to install ember-cp-validations and ember-intl diff --git a/package.json b/package.json index 55f082c..6916b8f 100644 --- a/package.json +++ b/package.json @@ -87,8 +87,11 @@ "ember-intl": "^6.1.0 || ^7.0.0" }, "peerDependenciesMeta": { + "ember-cp-validations": { + "optional": false + }, "ember-intl": { - "optional": true + "optional": false } }, "engines": {