Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 4 additions & 20 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
{
"solution": {
"ember-validators": {
"impact": "major",
"oldVersion": "4.1.2",
"newVersion": "5.0.0",
"impact": "patch",
"oldVersion": "5.0.0",
"newVersion": "5.0.1",
"tagName": "latest",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"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"
Expand All @@ -30,5 +14,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2025-03-30)\n\n* ember-validators 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-validators`\n * [#151](https://github.com/adopted-ember-addons/ember-validators/pull/151) Convert addon to v2 format ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#152](https://github.com/adopted-ember-addons/ember-validators/pull/152) Drop support for Ember.js versions below 4.8 ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :rocket: Enhancement\n* `ember-validators`\n * [#154](https://github.com/adopted-ember-addons/ember-validators/pull/154) Convert to TypeScript ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :bug: Bug Fix\n* `ember-validators`\n * [#138](https://github.com/adopted-ember-addons/ember-validators/pull/138) Fix date time format ([@mkszepp](https://github.com/mkszepp))\n\n#### :memo: Documentation\n* `ember-validators`\n * [#147](https://github.com/adopted-ember-addons/ember-validators/pull/147) Update repository url after migration ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#144](https://github.com/adopted-ember-addons/ember-validators/pull/144) chore: Update URL for documentation ([@TSenter](https://github.com/TSenter))\n\n#### :house: Internal\n* `ember-validators`\n * [#153](https://github.com/adopted-ember-addons/ember-validators/pull/153) Bum release-plan to v0.16 ([@SergeAstapov](https://github.com/SergeAstapov))\n * [#148](https://github.com/adopted-ember-addons/ember-validators/pull/148) Setup release-plan and changelog ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 3\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n- Tyler Senter ([@TSenter](https://github.com/TSenter))\n"
"description": "## Release (2025-04-21)\n\n* ember-validators 5.0.1 (patch)\n\n#### :house: Internal\n* `ember-validators`\n * [#155](https://github.com/adopted-ember-addons/ember-validators/pull/155) Make Prettier happy after release ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2025-04-21)

* ember-validators 5.0.1 (patch)

#### :house: Internal
* `ember-validators`
* [#155](https://github.com/adopted-ember-addons/ember-validators/pull/155) Make Prettier happy after release ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 1
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

## Release (2025-03-30)

- ember-validators 5.0.0 (major)
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-validators",
"version": "5.0.0",
"version": "5.0.1",
"description": "A collection of EmberJS validators",
"keywords": [
"ember-addon",
Expand Down