Skip to content

Commit dc55246

Browse files
authored
Merge pull request #176 from ember-learn/release-preview
Prepare Release
2 parents 2317c71 + 4ab3fea commit dc55246

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

.release-plan.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"solution": {
3+
"guidemaker-ember-template": {
4+
"impact": "major",
5+
"oldVersion": "3.5.0",
6+
"newVersion": "4.0.0",
7+
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
}
12+
],
13+
"pkgJSONPath": "./guidemaker-ember-template/package.json"
14+
}
15+
},
16+
"description": "## Release (2024-05-02)\n\nguidemaker-ember-template 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `guidemaker-ember-template`, `test-app`\n * [#188](https://github.com/ember-learn/guidemaker-ember-template/pull/188) Convert to a V2 addon and drop support for Ember < 3.28 ([@mansona](https://github.com/mansona))\n* Other\n * [#168](https://github.com/ember-learn/guidemaker-ember-template/pull/168) feat: Use `ember-showdown-shikiji` for syntax highlighting ([@IgnaceMaes](https://github.com/IgnaceMaes))\n\n#### :rocket: Enhancement\n* [#186](https://github.com/ember-learn/guidemaker-ember-template/pull/186) feat: highlight active title in \"On This Page\" ([@IgnaceMaes](https://github.com/IgnaceMaes))\n* [#184](https://github.com/ember-learn/guidemaker-ember-template/pull/184) style: make on-this-page sticky ([@IgnaceMaes](https://github.com/IgnaceMaes))\n* [#180](https://github.com/ember-learn/guidemaker-ember-template/pull/180) style: update \"on this page\" to only show headers up until level 3 and indent ([@IgnaceMaes](https://github.com/IgnaceMaes))\n* [#173](https://github.com/ember-learn/guidemaker-ember-template/pull/173) style: inline pen svg and make color gray ([@IgnaceMaes](https://github.com/IgnaceMaes))\n* [#174](https://github.com/ember-learn/guidemaker-ember-template/pull/174) style: on-this-page tweaks ([@IgnaceMaes](https://github.com/IgnaceMaes))\n* [#170](https://github.com/ember-learn/guidemaker-ember-template/pull/170) deps: upgrade to ember-showdown-shiki ([@IgnaceMaes](https://github.com/IgnaceMaes))\n\n#### :bug: Bug Fix\n* [#171](https://github.com/ember-learn/guidemaker-ember-template/pull/171) Sidebar weirdness (#486) ([@lukasnys](https://github.com/lukasnys))\n* [#166](https://github.com/ember-learn/guidemaker-ember-template/pull/166) Use Sanitize-HTML to not render input fields in our search response ([@MinThaMie](https://github.com/MinThaMie))\n\n#### :house: Internal\n* [#175](https://github.com/ember-learn/guidemaker-ember-template/pull/175) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 4\n- Anne-Greeth Schot-van Herwijnen ([@MinThaMie](https://github.com/MinThaMie))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))\n- Lukas Nys ([@lukasnys](https://github.com/lukasnys))\n"
17+
}

CHANGELOG.md

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

3+
## Release (2024-05-02)
4+
5+
guidemaker-ember-template 4.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `guidemaker-ember-template`, `test-app`
9+
* [#188](https://github.com/ember-learn/guidemaker-ember-template/pull/188) Convert to a V2 addon and drop support for Ember < 3.28 ([@mansona](https://github.com/mansona))
10+
* Other
11+
* [#168](https://github.com/ember-learn/guidemaker-ember-template/pull/168) feat: Use `ember-showdown-shikiji` for syntax highlighting ([@IgnaceMaes](https://github.com/IgnaceMaes))
12+
13+
#### :rocket: Enhancement
14+
* [#186](https://github.com/ember-learn/guidemaker-ember-template/pull/186) feat: highlight active title in "On This Page" ([@IgnaceMaes](https://github.com/IgnaceMaes))
15+
* [#184](https://github.com/ember-learn/guidemaker-ember-template/pull/184) style: make on-this-page sticky ([@IgnaceMaes](https://github.com/IgnaceMaes))
16+
* [#180](https://github.com/ember-learn/guidemaker-ember-template/pull/180) style: update "on this page" to only show headers up until level 3 and indent ([@IgnaceMaes](https://github.com/IgnaceMaes))
17+
* [#173](https://github.com/ember-learn/guidemaker-ember-template/pull/173) style: inline pen svg and make color gray ([@IgnaceMaes](https://github.com/IgnaceMaes))
18+
* [#174](https://github.com/ember-learn/guidemaker-ember-template/pull/174) style: on-this-page tweaks ([@IgnaceMaes](https://github.com/IgnaceMaes))
19+
* [#170](https://github.com/ember-learn/guidemaker-ember-template/pull/170) deps: upgrade to ember-showdown-shiki ([@IgnaceMaes](https://github.com/IgnaceMaes))
20+
21+
#### :bug: Bug Fix
22+
* [#171](https://github.com/ember-learn/guidemaker-ember-template/pull/171) Sidebar weirdness (#486) ([@lukasnys](https://github.com/lukasnys))
23+
* [#166](https://github.com/ember-learn/guidemaker-ember-template/pull/166) Use Sanitize-HTML to not render input fields in our search response ([@MinThaMie](https://github.com/MinThaMie))
24+
25+
#### :house: Internal
26+
* [#175](https://github.com/ember-learn/guidemaker-ember-template/pull/175) start using release-plan ([@mansona](https://github.com/mansona))
27+
28+
#### Committers: 4
29+
- Anne-Greeth Schot-van Herwijnen ([@MinThaMie](https://github.com/MinThaMie))
30+
- Chris Manson ([@mansona](https://github.com/mansona))
31+
- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))
32+
- Lukas Nys ([@lukasnys](https://github.com/lukasnys))
33+
334

435
## v3.5.0 (2023-09-30)
536

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": "3.5.0",
3+
"version": "4.0.0",
44
"description": "Guidemaker template for Ember Guides websites",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)