From 8c3202c5ccec0e15fe0d932c2924c67787897f45 Mon Sep 17 00:00:00 2001 From: BobrImperator <15948633+BobrImperator@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:16:46 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 13 +++++++++-- CHANGELOG.md | 29 +++++++++++++++++++++++++ packages/ember-simple-auth/package.json | 2 +- 3 files changed, 41 insertions(+), 3 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 0a6d4f9a8..7d4fe9ea1 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,8 +1,17 @@ { "solution": { "ember-simple-auth": { - "oldVersion": "6.1.0" + "impact": "minor", + "oldVersion": "6.1.0", + "newVersion": "6.2.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./packages/ember-simple-auth/package.json" } }, - "description": "## Release (2024-09-09)\n\n\n\n#### :house: Internal\n* [#2820](https://github.com/mainmatter/ember-simple-auth/pull/2820) chore(release): fix release ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n" + "description": "## Release (2024-11-18)\n\nember-simple-auth 6.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-simple-auth`, `test-esa`\n * [#2811](https://github.com/mainmatter/ember-simple-auth/pull/2811) feat: support partitioned cookies ([@Gaurav0](https://github.com/Gaurav0))\n\n#### :memo: Documentation\n* [#2857](https://github.com/mainmatter/ember-simple-auth/pull/2857) fix: update authentication test reference ([@emmanuel-ferdman](https://github.com/emmanuel-ferdman))\n* [#2834](https://github.com/mainmatter/ember-simple-auth/pull/2834) Verified and updated links to ember-simple-auth.com/api/ ([@peter-scholtens](https://github.com/peter-scholtens))\n\n#### :house: Internal\n* `test-app`\n * [#2854](https://github.com/mainmatter/ember-simple-auth/pull/2854) Create store.js (required in ember-data 6.0) ([@peter-scholtens](https://github.com/peter-scholtens))\n * [#2835](https://github.com/mainmatter/ember-simple-auth/pull/2835) Expire cookie if RememberMe button is off (again) ([@peter-scholtens](https://github.com/peter-scholtens))\n* Other\n * [#2824](https://github.com/mainmatter/ember-simple-auth/pull/2824) chore(deps): lock maintenance ([@BobrImperator](https://github.com/BobrImperator))\n * [#2822](https://github.com/mainmatter/ember-simple-auth/pull/2822) chore(deps): install eslint-config-prettier ([@BobrImperator](https://github.com/BobrImperator))\n * [#2819](https://github.com/mainmatter/ember-simple-auth/pull/2819) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#2820](https://github.com/mainmatter/ember-simple-auth/pull/2820) chore(release): fix release ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 5\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Emmanuel Ferdman ([@emmanuel-ferdman](https://github.com/emmanuel-ferdman))\n- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))\n- Peter C. S. Scholtens ([@peter-scholtens](https://github.com/peter-scholtens))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2e0de77..a29d9a956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## Release (2024-11-18) + +ember-simple-auth 6.2.0 (minor) + +#### :rocket: Enhancement +* `ember-simple-auth`, `test-esa` + * [#2811](https://github.com/mainmatter/ember-simple-auth/pull/2811) feat: support partitioned cookies ([@Gaurav0](https://github.com/Gaurav0)) + +#### :memo: Documentation +* [#2857](https://github.com/mainmatter/ember-simple-auth/pull/2857) fix: update authentication test reference ([@emmanuel-ferdman](https://github.com/emmanuel-ferdman)) +* [#2834](https://github.com/mainmatter/ember-simple-auth/pull/2834) Verified and updated links to ember-simple-auth.com/api/ ([@peter-scholtens](https://github.com/peter-scholtens)) + +#### :house: Internal +* `test-app` + * [#2854](https://github.com/mainmatter/ember-simple-auth/pull/2854) Create store.js (required in ember-data 6.0) ([@peter-scholtens](https://github.com/peter-scholtens)) + * [#2835](https://github.com/mainmatter/ember-simple-auth/pull/2835) Expire cookie if RememberMe button is off (again) ([@peter-scholtens](https://github.com/peter-scholtens)) +* Other + * [#2824](https://github.com/mainmatter/ember-simple-auth/pull/2824) chore(deps): lock maintenance ([@BobrImperator](https://github.com/BobrImperator)) + * [#2822](https://github.com/mainmatter/ember-simple-auth/pull/2822) chore(deps): install eslint-config-prettier ([@BobrImperator](https://github.com/BobrImperator)) + * [#2819](https://github.com/mainmatter/ember-simple-auth/pull/2819) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#2820](https://github.com/mainmatter/ember-simple-auth/pull/2820) chore(release): fix release ([@BobrImperator](https://github.com/BobrImperator)) + +#### Committers: 5 +- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator)) +- Emmanuel Ferdman ([@emmanuel-ferdman](https://github.com/emmanuel-ferdman)) +- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0)) +- Peter C. S. Scholtens ([@peter-scholtens](https://github.com/peter-scholtens)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + ## Release (2024-09-09) diff --git a/packages/ember-simple-auth/package.json b/packages/ember-simple-auth/package.json index c4e01b3d3..249f32d85 100644 --- a/packages/ember-simple-auth/package.json +++ b/packages/ember-simple-auth/package.json @@ -1,6 +1,6 @@ { "name": "ember-simple-auth", - "version": "6.1.0", + "version": "6.2.0", "description": "A lightweight library for implementing authentication/authorization with Ember.js applications.", "keywords": [ "ember-addon"