File tree 3 files changed +18
-15
lines changed
3 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"ember-changeset-validations" : {
4
- "impact" : " patch " ,
5
- "oldVersion" : " 4.1.1 " ,
6
- "newVersion" : " 4.1.2 " ,
4
+ "impact" : " minor " ,
5
+ "oldVersion" : " 4.1.2 " ,
6
+ "newVersion" : " 4.2.0 " ,
7
7
"tagName" : " latest" ,
8
8
"constraints" : [
9
9
{
10
- "impact" : " patch" ,
11
- "reason" : " Appears in changelog section :bug: Bug Fix"
12
- },
13
- {
14
- "impact" : " patch" ,
15
- "reason" : " Appears in changelog section :memo: Documentation"
16
- },
17
- {
18
- "impact" : " patch" ,
19
- "reason" : " Appears in changelog section :house: Internal"
10
+ "impact" : " minor" ,
11
+ "reason" : " Appears in changelog section :rocket: Enhancement"
20
12
}
21
13
],
22
14
"pkgJSONPath" : " ./package.json"
23
15
}
24
16
},
25
- "description": "## Release (2025-03-24)\n\n* ember-changeset-validations 4.1.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-changeset-validations`\n * [#359](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/359) Declare peer dependency on @ember/string for compatibility with Ember >= 5 ([@jelhan](https://github.com/jelhan))\n\n#### :memo: Documentation\n* `ember-changeset-validations`\n * [#352](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/352) doc(readme): fixed small typo ([@c0rydoras](https://github.com/c0rydoras))\n\n#### :house: Internal\n* `ember-changeset-validations`\n * [#367](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/367) Update release-plan and setup ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#364](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/364) Switch from npm to pnpm ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#362](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/362) Sync with latest addon blueprint ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#363](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/363) Setup ember-template-lint and fix errors ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#361](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/361) Update ESLint to v9 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#360](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/360) Bump prettier to v3 and add trailing commas ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#356](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/356) Setup release-plan ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 3\n- Arthur ([@c0rydoras](https://github.com/c0rydoras))\n- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
17
+ "description" : " ## Release (2025-03-30)\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 #### Committers: 1\n - Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n "
26
18
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2025-03-30)
4
+
5
+ * ember-changeset-validations 4.2.0 (minor)
6
+
7
+ #### :rocket : Enhancement
8
+ * ` ember-changeset-validations `
9
+ * [ #368 ] ( https://github.com/adopted-ember-addons/ember-changeset-validations/pull/368 ) Bump validated-changeset to 1.4.1 ([ @SergeAstapov ] ( https://github.com/SergeAstapov ) )
10
+
11
+ #### Committers: 1
12
+ - Sergey Astapov ([ @SergeAstapov ] ( https://github.com/SergeAstapov ) )
13
+
3
14
## Release (2025-03-24)
4
15
5
16
* ember-changeset-validations 4.1.2 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-changeset-validations" ,
3
- "version" : " 4.1.2 " ,
3
+ "version" : " 4.2.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