Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 authored and github-actions[bot] committed Dec 3, 2024
1 parent 620b507 commit 84b3fc0
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"guidemaker-ember-template": {
"impact": "patch",
"oldVersion": "4.0.1",
"newVersion": "4.0.2",
"impact": "minor",
"oldVersion": "4.0.2",
"newVersion": "4.1.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./guidemaker-ember-template/package.json"
}
},
"description": "## Release (2024-07-01)\n\nguidemaker-ember-template 4.0.2 (patch)\n\n#### :bug: Bug Fix\n* `guidemaker-ember-template`, `test-app`\n * [#194](https://github.com/ember-learn/guidemaker-ember-template/pull/194) fix: add styling for video element ([@IgnaceMaes](https://github.com/IgnaceMaes))\n\n#### Committers: 1\n- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))\n"
"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"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## Release (2024-12-03)

guidemaker-ember-template 4.1.0 (minor)

#### :rocket: Enhancement
* `guidemaker-ember-template`, `test-app`
* [#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))
* [#204](https://github.com/ember-learn/guidemaker-ember-template/pull/204) refactor: transoform search-result to glimmer component ([@kennstenicht](https://github.com/kennstenicht))
* [#203](https://github.com/ember-learn/guidemaker-ember-template/pull/203) Transform chapter-links to glimmer component ([@kennstenicht](https://github.com/kennstenicht))
* [#202](https://github.com/ember-learn/guidemaker-ember-template/pull/202) Transform guides-article to glimmer component ([@kennstenicht](https://github.com/kennstenicht))
* [#198](https://github.com/ember-learn/guidemaker-ember-template/pull/198) Fix : #192 Added styles for table element ([@ArunPragadeeswar007](https://github.com/ArunPragadeeswar007))
* `guidemaker-ember-template`
* [#200](https://github.com/ember-learn/guidemaker-ember-template/pull/200) fix: align anchors icons and adjust size ([@kennstenicht](https://github.com/kennstenicht))

#### :memo: Documentation
* [#201](https://github.com/ember-learn/guidemaker-ember-template/pull/201) Update README.md ([@driesdl](https://github.com/driesdl))

#### :house: Internal
* `test-app`
* [#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))

#### Committers: 5
- Arun Pragadeeswar ([@ArunPragadeeswar007](https://github.com/ArunPragadeeswar007))
- Christoph Wiedenmann ([@kennstenicht](https://github.com/kennstenicht))
- Edward Faulkner ([@ef4](https://github.com/ef4))
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- driesdl ([@driesdl](https://github.com/driesdl))

## Release (2024-07-01)

guidemaker-ember-template 4.0.2 (patch)
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": "4.0.2",
"version": "4.1.0",
"description": "Guidemaker template for Ember Guides websites",
"keywords": [
"ember-addon",
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Warning: unknown package "test-app"
Warning: unknown package "test-app"
Warning: unknown package "test-app"

0 comments on commit 84b3fc0

Please sign in to comment.