Skip to content

Commit 6bae879

Browse files
authored
Merge pull request #154 from empress/release-preview
Prepare Release v9.0.2
2 parents f37e135 + 5f70715 commit 6bae879

3 files changed

Lines changed: 25 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22
"solution": {
33
"ember-cli-showdown": {
44
"impact": "patch",
5-
"oldVersion": "9.0.0",
6-
"newVersion": "9.0.1",
5+
"oldVersion": "9.0.1",
6+
"newVersion": "9.0.2",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
1011
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1116
}
1217
],
1318
"pkgJSONPath": "./package.json"
1419
}
1520
},
16-
"description": "## Release (2024-03-08)\n\nember-cli-showdown 9.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-showdown`\n * [#147](https://github.com/empress/ember-cli-showdown/pull/147) fix peer dependency ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
21+
"description": "## Release (2025-09-26)\n\n* ember-cli-showdown 9.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-showdown`\n * [#155](https://github.com/empress/ember-cli-showdown/pull/155) remove ember-source from peer dependencies ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-cli-showdown`\n * [#152](https://github.com/empress/ember-cli-showdown/pull/152) fix lttf dashboard action - install pnpm ([@mansona](https://github.com/mansona))\n * [#153](https://github.com/empress/ember-cli-showdown/pull/153) Update pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1722
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
3+
## Release (2025-09-26)
4+
5+
* ember-cli-showdown 9.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-cli-showdown`
9+
* [#155](https://github.com/empress/ember-cli-showdown/pull/155) remove ember-source from peer dependencies ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* `ember-cli-showdown`
13+
* [#152](https://github.com/empress/ember-cli-showdown/pull/152) fix lttf dashboard action - install pnpm ([@mansona](https://github.com/mansona))
14+
* [#153](https://github.com/empress/ember-cli-showdown/pull/153) Update pnpm ([@mansona](https://github.com/mansona))
15+
16+
#### Committers: 1
17+
- Chris Manson ([@mansona](https://github.com/mansona))
218
## Release (2024-03-08)
319

420
ember-cli-showdown 9.0.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-showdown",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Ember component to render markdown into HTML.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)