Skip to content

Commit

Permalink
Merge pull request #134 from empress/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jan 19, 2024
2 parents cc8c693 + 16b1a71 commit 8233f4a
Show file tree
Hide file tree
Showing 3 changed files with 47 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": {
"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"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
==================
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-cli-showdown",
"version": "7.0.0",
"version": "8.0.0",
"description": "Ember component to render markdown into HTML.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 8233f4a

Please sign in to comment.