From 16b1a7175bae5ad740bdaccad7732dff1bff779a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jan 2024 17:18:22 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 25 +++++++++++++++++++++++++ CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..14945ab --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,25 @@ +{ + "solution": { + "ember-cli-showdown": { + "impact": "major", + "oldVersion": "7.0.0", + "newVersion": "8.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-01-19)\n\nember-cli-showdown 8.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-showdown`\n * [#136](https://github.com/empress/ember-cli-showdown/pull/136) drop support for Ember < 3.16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `ember-cli-showdown`\n * [#131](https://github.com/empress/ember-cli-showdown/pull/131) Convert to Glimmer component ([@jaredgalanis](https://github.com/jaredgalanis))\n\n#### :house: Internal\n* `ember-cli-showdown`\n * [#135](https://github.com/empress/ember-cli-showdown/pull/135) update lint-to-the-future dashboard action ([@mansona](https://github.com/mansona))\n * [#132](https://github.com/empress/ember-cli-showdown/pull/132) setup release-plan ([@mansona](https://github.com/mansona))\n * [#129](https://github.com/empress/ember-cli-showdown/pull/129) add lint-to-the-future dashboard ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Jared Galanis ([@jaredgalanis](https://github.com/jaredgalanis))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index f41aff7..184fb23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ # Changelog +## Release (2024-01-19) + +ember-cli-showdown 8.0.0 (major) + +#### :boom: Breaking Change +* `ember-cli-showdown` + * [#136](https://github.com/empress/ember-cli-showdown/pull/136) drop support for Ember < 3.16 ([@mansona](https://github.com/mansona)) + +#### :rocket: Enhancement +* `ember-cli-showdown` + * [#131](https://github.com/empress/ember-cli-showdown/pull/131) Convert to Glimmer component ([@jaredgalanis](https://github.com/jaredgalanis)) + +#### :house: Internal +* `ember-cli-showdown` + * [#135](https://github.com/empress/ember-cli-showdown/pull/135) update lint-to-the-future dashboard action ([@mansona](https://github.com/mansona)) + * [#132](https://github.com/empress/ember-cli-showdown/pull/132) setup release-plan ([@mansona](https://github.com/mansona)) + * [#129](https://github.com/empress/ember-cli-showdown/pull/129) add lint-to-the-future dashboard ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Jared Galanis ([@jaredgalanis](https://github.com/jaredgalanis)) v7.0.0 / 2023-07-02 ================== diff --git a/package.json b/package.json index 32a073f..2dee5f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-showdown", - "version": "7.0.0", + "version": "8.0.0", "description": "Ember component to render markdown into HTML.", "keywords": [ "ember-addon",