File tree Expand file tree Collapse file tree 3 files changed +48
-5
lines changed Expand file tree Collapse file tree 3 files changed +48
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "solution" : {
33 "ember-changeset-validations" : {
4- "impact" : " minor " ,
5- "oldVersion" : " 4.1.2 " ,
6- "newVersion" : " 4.2 .0" ,
4+ "impact" : " major " ,
5+ "oldVersion" : " 4.2.0 " ,
6+ "newVersion" : " 5.0 .0" ,
77 "tagName" : " latest" ,
88 "constraints" : [
9+ {
10+ "impact" : " major" ,
11+ "reason" : " Appears in changelog section :boom: Breaking Change"
12+ },
913 {
1014 "impact" : " minor" ,
1115 "reason" : " Appears in changelog section :rocket: Enhancement"
1216 },
17+ {
18+ "impact" : " patch" ,
19+ "reason" : " Appears in changelog section :bug: Bug Fix"
20+ },
21+ {
22+ "impact" : " patch" ,
23+ "reason" : " Appears in changelog section :memo: Documentation"
24+ },
1325 {
1426 "impact" : " patch" ,
1527 "reason" : " Appears in changelog section :house: Internal"
1830 "pkgJSONPath" : " ./package.json"
1931 }
2032 },
21- "description" : " ## Release (2025-03-31)\n\n * ember-changeset-validations 4.2.0 (minor)\n\n #### :rocket: Enhancement\n * `ember-changeset-validations`\n * [#368](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/368) Bump validated-changeset to 1.4.1 ([@SergeAstapov](https://github.com/SergeAstapov))\n\n #### :house: Internal\n * `ember-changeset-validations`\n * [#369](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/369) Bump pnpm to 10.7.0 ([@SergeAstapov](https://github.com/SergeAstapov))\n\n #### Committers: 1\n - Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n "
33+ "description": "## Release (2025-04-29)\n\n* ember-changeset-validations 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-changeset-validations`\n * [#374](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/374) Drop support for Ember.js versions below 4.8 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#371](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/371) Switch addon configuration from environment.js to @embroider/macros ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :rocket: Enhancement\n* `ember-changeset-validations`\n * [#377](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/377) Bump ember-validators to v5 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#372](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/372) Convert addon to v2 format ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :bug: Bug Fix\n* `ember-changeset-validations`\n * [#381](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/381) Disable declarations folder generation ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :memo: Documentation\n* `ember-changeset-validations`\n * [#380](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/380) Fix broken urls in readme ([@jkeen](https://github.com/jkeen))\n\n#### :house: Internal\n* `ember-changeset-validations`\n * [#379](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/379) Add push-dist workflow for testing pre-release updates ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#375](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/375) Vanilla Prettier Setup ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 2\n- Jeff Keen ([@jkeen](https://github.com/jkeen))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
2234}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-04-29)
4+
5+ * ember-changeset-validations 5.0.0 (major)
6+
7+ #### :boom : Breaking Change
8+ * ` ember-changeset-validations `
9+ * [ #374 ] ( https://github.com/adopted-ember-addons/ember-changeset-validations/pull/374 ) Drop support for Ember.js versions below 4.8 ([ @SergeAstapov ] ( https://github.com/SergeAstapov ) )
10+ * [ #371 ] ( https://github.com/adopted-ember-addons/ember-changeset-validations/pull/371 ) Switch addon configuration from environment.js to @embroider/macros ([ @SergeAstapov ] ( https://github.com/SergeAstapov ) )
11+
12+ #### :rocket : Enhancement
13+ * ` ember-changeset-validations `
14+ * [ #377 ] ( https://github.com/adopted-ember-addons/ember-changeset-validations/pull/377 ) Bump ember-validators to v5 ([ @SergeAstapov ] ( https://github.com/SergeAstapov ) )
15+ * [ #372 ] ( https://github.com/adopted-ember-addons/ember-changeset-validations/pull/372 ) Convert addon to v2 format ([ @SergeAstapov ] ( https://github.com/SergeAstapov ) )
16+
17+ #### :bug : Bug Fix
18+ * ` ember-changeset-validations `
19+ * [ #381 ] ( https://github.com/adopted-ember-addons/ember-changeset-validations/pull/381 ) Disable declarations folder generation ([ @SergeAstapov ] ( https://github.com/SergeAstapov ) )
20+
21+ #### :memo : Documentation
22+ * ` ember-changeset-validations `
23+ * [ #380 ] ( https://github.com/adopted-ember-addons/ember-changeset-validations/pull/380 ) Fix broken urls in readme ([ @jkeen ] ( https://github.com/jkeen ) )
24+
25+ #### :house : Internal
26+ * ` ember-changeset-validations `
27+ * [ #379 ] ( https://github.com/adopted-ember-addons/ember-changeset-validations/pull/379 ) Add push-dist workflow for testing pre-release updates ([ @SergeAstapov ] ( https://github.com/SergeAstapov ) )
28+ * [ #375 ] ( https://github.com/adopted-ember-addons/ember-changeset-validations/pull/375 ) Vanilla Prettier Setup ([ @SergeAstapov ] ( https://github.com/SergeAstapov ) )
29+
30+ #### Committers: 2
31+ - Jeff Keen ([ @jkeen ] ( https://github.com/jkeen ) )
32+ - Sergey Astapov ([ @SergeAstapov ] ( https://github.com/SergeAstapov ) )
33+
334## Release (2025-03-31)
435
536- ember-changeset-validations 4.2.0 (minor)
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-changeset-validations" ,
3- "version" : " 4.2 .0" ,
3+ "version" : " 5.0 .0" ,
44 "description" : " Validations for ember-changeset" ,
55 "keywords" : [
66 " ember-addon" ,
You can’t perform that action at this time.
0 commit comments