File tree 3 files changed +48
-5
lines changed
3 files changed +48
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"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" ,
7
7
"tagName" : " latest" ,
8
8
"constraints" : [
9
+ {
10
+ "impact" : " major" ,
11
+ "reason" : " Appears in changelog section :boom: Breaking Change"
12
+ },
9
13
{
10
14
"impact" : " minor" ,
11
15
"reason" : " Appears in changelog section :rocket: Enhancement"
12
16
},
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
+ },
13
25
{
14
26
"impact" : " patch" ,
15
27
"reason" : " Appears in changelog section :house: Internal"
18
30
"pkgJSONPath" : " ./package.json"
19
31
}
20
32
},
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"
22
34
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
34
## Release (2025-03-31)
4
35
5
36
- ember-changeset-validations 4.2.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-changeset-validations" ,
3
- "version" : " 4.2 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " Validations for ember-changeset" ,
5
5
"keywords" : [
6
6
" ember-addon" ,
You can’t perform that action at this time.
0 commit comments