Skip to content

Commit

Permalink
Merge pull request #176 from ember-learn/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored May 2, 2024
2 parents 2317c71 + 4ab3fea commit dc55246
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"solution": {
"guidemaker-ember-template": {
"impact": "major",
"oldVersion": "3.5.0",
"newVersion": "4.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./guidemaker-ember-template/package.json"
}
},
"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"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## Release (2024-05-02)

guidemaker-ember-template 4.0.0 (major)

#### :boom: Breaking Change
* `guidemaker-ember-template`, `test-app`
* [#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))
* Other
* [#168](https://github.com/ember-learn/guidemaker-ember-template/pull/168) feat: Use `ember-showdown-shikiji` for syntax highlighting ([@IgnaceMaes](https://github.com/IgnaceMaes))

#### :rocket: Enhancement
* [#186](https://github.com/ember-learn/guidemaker-ember-template/pull/186) feat: highlight active title in "On This Page" ([@IgnaceMaes](https://github.com/IgnaceMaes))
* [#184](https://github.com/ember-learn/guidemaker-ember-template/pull/184) style: make on-this-page sticky ([@IgnaceMaes](https://github.com/IgnaceMaes))
* [#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))
* [#173](https://github.com/ember-learn/guidemaker-ember-template/pull/173) style: inline pen svg and make color gray ([@IgnaceMaes](https://github.com/IgnaceMaes))
* [#174](https://github.com/ember-learn/guidemaker-ember-template/pull/174) style: on-this-page tweaks ([@IgnaceMaes](https://github.com/IgnaceMaes))
* [#170](https://github.com/ember-learn/guidemaker-ember-template/pull/170) deps: upgrade to ember-showdown-shiki ([@IgnaceMaes](https://github.com/IgnaceMaes))

#### :bug: Bug Fix
* [#171](https://github.com/ember-learn/guidemaker-ember-template/pull/171) Sidebar weirdness (#486) ([@lukasnys](https://github.com/lukasnys))
* [#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))

#### :house: Internal
* [#175](https://github.com/ember-learn/guidemaker-ember-template/pull/175) start using release-plan ([@mansona](https://github.com/mansona))

#### Committers: 4
- Anne-Greeth Schot-van Herwijnen ([@MinThaMie](https://github.com/MinThaMie))
- Chris Manson ([@mansona](https://github.com/mansona))
- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))
- Lukas Nys ([@lukasnys](https://github.com/lukasnys))


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

Expand Down
2 changes: 1 addition & 1 deletion guidemaker-ember-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guidemaker-ember-template",
"version": "3.5.0",
"version": "4.0.0",
"description": "Guidemaker template for Ember Guides websites",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit dc55246

Please sign in to comment.