Skip to content

Commit 9e0cb35

Browse files
authored
Merge pull request #213 from ember-learn/release-preview
Prepare Release v4.2.0
2 parents 148defe + 123e32f commit 9e0cb35

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

.release-plan.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22
"solution": {
33
"guidemaker-ember-template": {
44
"impact": "minor",
5-
"oldVersion": "4.0.2",
6-
"newVersion": "4.1.0",
5+
"oldVersion": "4.1.0",
6+
"newVersion": "4.2.0",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "minor",
1011
"reason": "Appears in changelog section :rocket: Enhancement"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1116
}
1217
],
1318
"pkgJSONPath": "./guidemaker-ember-template/package.json"
1419
}
1520
},
16-
"description": "## Release (2024-12-03)\n\nguidemaker-ember-template 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `guidemaker-ember-template`, `test-app`\n * [#206](https://github.com/ember-learn/guidemaker-ember-template/pull/206) Add a showdown extension to strip non-enabled feature flags. Feature … ([@kategengler](https://github.com/kategengler))\n * [#204](https://github.com/ember-learn/guidemaker-ember-template/pull/204) refactor: transoform search-result to glimmer component ([@kennstenicht](https://github.com/kennstenicht))\n * [#203](https://github.com/ember-learn/guidemaker-ember-template/pull/203) Transform chapter-links to glimmer component ([@kennstenicht](https://github.com/kennstenicht))\n * [#202](https://github.com/ember-learn/guidemaker-ember-template/pull/202) Transform guides-article to glimmer component ([@kennstenicht](https://github.com/kennstenicht))\n * [#198](https://github.com/ember-learn/guidemaker-ember-template/pull/198) Fix : #192 Added styles for table element ([@ArunPragadeeswar007](https://github.com/ArunPragadeeswar007))\n* `guidemaker-ember-template`\n * [#200](https://github.com/ember-learn/guidemaker-ember-template/pull/200) fix: align anchors icons and adjust size ([@kennstenicht](https://github.com/kennstenicht))\n\n#### :memo: Documentation\n* [#201](https://github.com/ember-learn/guidemaker-ember-template/pull/201) Update README.md ([@driesdl](https://github.com/driesdl))\n\n#### :house: Internal\n* `test-app`\n * [#208](https://github.com/ember-learn/guidemaker-ember-template/pull/208) adjust test matrix to reflect current supported ember versions ([@ef4](https://github.com/ef4))\n\n#### Committers: 5\n- Arun Pragadeeswar ([@ArunPragadeeswar007](https://github.com/ArunPragadeeswar007))\n- Christoph Wiedenmann ([@kennstenicht](https://github.com/kennstenicht))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- driesdl ([@driesdl](https://github.com/driesdl))\n"
21+
"description": "## Release (2025-09-26)\n\n* guidemaker-ember-template 4.2.0 (minor)\n\n#### :rocket: Enhancement\n* `guidemaker-ember-template`\n * [#210](https://github.com/ember-learn/guidemaker-ember-template/pull/210) [FEATURE GJS Banner] add GJS Format banner for currentVersion ([@coremore35](https://github.com/coremore35))\n\n#### :house: Internal\n* Other\n * [#212](https://github.com/ember-learn/guidemaker-ember-template/pull/212) Update release plan ([@mansona](https://github.com/mansona))\n* `guidemaker-ember-template`\n * [#211](https://github.com/ember-learn/guidemaker-ember-template/pull/211) convert remaining non-native classes ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@coremore35](https://github.com/coremore35)\n"
1722
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Release (2025-09-26)
4+
5+
* guidemaker-ember-template 4.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `guidemaker-ember-template`
9+
* [#210](https://github.com/ember-learn/guidemaker-ember-template/pull/210) [FEATURE GJS Banner] add GJS Format banner for currentVersion ([@coremore35](https://github.com/coremore35))
10+
11+
#### :house: Internal
12+
* Other
13+
* [#212](https://github.com/ember-learn/guidemaker-ember-template/pull/212) Update release plan ([@mansona](https://github.com/mansona))
14+
* `guidemaker-ember-template`
15+
* [#211](https://github.com/ember-learn/guidemaker-ember-template/pull/211) convert remaining non-native classes ([@mansona](https://github.com/mansona))
16+
17+
#### Committers: 2
18+
- Chris Manson ([@mansona](https://github.com/mansona))
19+
- [@coremore35](https://github.com/coremore35)
20+
321
## Release (2024-12-03)
422

523
guidemaker-ember-template 4.1.0 (minor)

guidemaker-ember-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "guidemaker-ember-template",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Guidemaker template for Ember Guides websites",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)