Skip to content

Commit 1016bbe

Browse files
authored
Merge pull request #190 from ember-learn/release-preview
Prepare Release
2 parents e130e51 + bafc642 commit 1016bbe

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"guidemaker-ember-template": {
4-
"impact": "major",
5-
"oldVersion": "3.5.0",
6-
"newVersion": "4.0.0",
4+
"impact": "patch",
5+
"oldVersion": "4.0.0",
6+
"newVersion": "4.0.1",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./guidemaker-ember-template/package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2024-05-03)\n\nguidemaker-ember-template 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `guidemaker-ember-template`\n * [#189](https://github.com/ember-learn/guidemaker-ember-template/pull/189) make sure public folder is in npm files ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1717
}

CHANGELOG.md

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

3+
## Release (2024-05-03)
4+
5+
guidemaker-ember-template 4.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `guidemaker-ember-template`
9+
* [#189](https://github.com/ember-learn/guidemaker-ember-template/pull/189) make sure public folder is in npm files ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
314
## Release (2024-05-02)
415

516
guidemaker-ember-template 4.0.0 (major)

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

stderr.log

Whitespace-only changes.

0 commit comments

Comments
 (0)