Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov authored and github-actions[bot] committed Nov 8, 2024
1 parent 807f2f8 commit f8f3714
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"solution": {
"ember-changeset-validations": {
"impact": "patch",
"oldVersion": "4.1.1",
"newVersion": "4.1.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-11-08)\n\nember-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 * [#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"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Release (2024-11-08)

ember-changeset-validations 4.1.2 (patch)

#### :bug: Bug Fix
* `ember-changeset-validations`
* [#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))

#### :memo: Documentation
* `ember-changeset-validations`
* [#352](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/352) doc(readme): fixed small typo ([@c0rydoras](https://github.com/c0rydoras))

#### :house: Internal
* `ember-changeset-validations`
* [#362](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/362) Sync with latest addon blueprint ([@SergeAstapov](https://github.com/SergeAstapov))
* [#363](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/363) Setup ember-template-lint and fix errors ([@SergeAstapov](https://github.com/SergeAstapov))
* [#361](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/361) Update ESLint to v9 ([@SergeAstapov](https://github.com/SergeAstapov))
* [#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))
* [#356](https://github.com/adopted-ember-addons/ember-changeset-validations/pull/356) Setup release-plan ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 3
- Arthur ([@c0rydoras](https://github.com/c0rydoras))
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

# Change Log

## v4.1.0 (2022-04-19)
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-changeset-validations",
"version": "4.1.1",
"version": "4.1.2",
"description": "Validations for ember-changeset",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit f8f3714

Please sign in to comment.