Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator authored and github-actions[bot] committed Dec 31, 2024
1 parent b71ed86 commit cff3483
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
{
"solution": {
"ember-simple-auth": {
"impact": "minor",
"oldVersion": "7.0.0",
"newVersion": "7.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
"oldVersion": "7.1.0"
}
},
"description": "## Release (2024-12-30)\n\nember-simple-auth 7.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-simple-auth`, `test-app`\n * [#2902](https://github.com/mainmatter/ember-simple-auth/pull/2902) feat(ember-simple-auth): add generic type argument to session ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n"
"description": "## Release (2024-12-31)\n\n\n\n#### :memo: Documentation\n* `docs`\n * [#2906](https://github.com/mainmatter/ember-simple-auth/pull/2906) doc: support typescript doc generation ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `test-esa`\n * [#2905](https://github.com/mainmatter/ember-simple-auth/pull/2905) feat(test-esa) fix missing test scenarios ([@Gaurav0](https://github.com/Gaurav0))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-12-31)



#### :memo: Documentation
* `docs`
* [#2906](https://github.com/mainmatter/ember-simple-auth/pull/2906) doc: support typescript doc generation ([@BobrImperator](https://github.com/BobrImperator))

#### :house: Internal
* `test-esa`
* [#2905](https://github.com/mainmatter/ember-simple-auth/pull/2905) feat(test-esa) fix missing test scenarios ([@Gaurav0](https://github.com/Gaurav0))

#### Committers: 2
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))

## Release (2024-12-30)

ember-simple-auth 7.1.0 (minor)
Expand Down

0 comments on commit cff3483

Please sign in to comment.