Skip to content

Commit

Permalink
Merge pull request #49 from Authmaker/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Mar 20, 2024
2 parents c11f7eb + a7f0cf4 commit 6862694
Show file tree
Hide file tree
Showing 4 changed files with 45 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": {
"authmaker-ember-simple-auth": {
"impact": "major",
"oldVersion": "5.0.0",
"newVersion": "6.0.0",
"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 :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-03-20)\n\nauthmaker-ember-simple-auth 6.0.0 (major)\n\n#### :boom: Breaking Change\n* `authmaker-ember-simple-auth`\n * [#47](https://github.com/Authmaker/authmaker-ember-simple-auth/pull/47) update ember-simple-auth, move to pnpm, and drop support for Node < 18 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `authmaker-ember-simple-auth`\n * [#50](https://github.com/Authmaker/authmaker-ember-simple-auth/pull/50) Update to 5.7 with ember-cli-update ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `authmaker-ember-simple-auth`\n * [#48](https://github.com/Authmaker/authmaker-ember-simple-auth/pull/48) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release (2024-03-20)

authmaker-ember-simple-auth 6.0.0 (major)

#### :boom: Breaking Change
* `authmaker-ember-simple-auth`
* [#47](https://github.com/Authmaker/authmaker-ember-simple-auth/pull/47) update ember-simple-auth, move to pnpm, and drop support for Node < 18 ([@mansona](https://github.com/mansona))

#### :rocket: Enhancement
* `authmaker-ember-simple-auth`
* [#50](https://github.com/Authmaker/authmaker-ember-simple-auth/pull/50) Update to 5.7 with ember-cli-update ([@mansona](https://github.com/mansona))

#### :house: Internal
* `authmaker-ember-simple-auth`
* [#48](https://github.com/Authmaker/authmaker-ember-simple-auth/pull/48) start using release-plan ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

v5.0.0 / 2022-01-25
==================
* Fix deprecations and support Ember 4.0 #35 from @mansona
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": "authmaker-ember-simple-auth",
"version": "5.0.0",
"version": "6.0.0",
"description": "Ember Simple Auth authenticator and authorizer for Authmaker",
"keywords": [
"ember-addon",
Expand Down
Empty file added stderr.log
Empty file.

0 comments on commit 6862694

Please sign in to comment.