File tree Expand file tree Collapse file tree 3 files changed +48
-1
lines changed
Expand file tree Collapse file tree 3 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "solution" : {
3+ "rfc-process-mdbook-template" : {
4+ "impact" : " major" ,
5+ "oldVersion" : " 1.1.1" ,
6+ "newVersion" : " 2.0.0" ,
7+ "constraints" : [
8+ {
9+ "impact" : " major" ,
10+ "reason" : " Appears in changelog section :boom: Breaking Change"
11+ },
12+ {
13+ "impact" : " minor" ,
14+ "reason" : " Appears in changelog section :rocket: Enhancement"
15+ },
16+ {
17+ "impact" : " patch" ,
18+ "reason" : " Appears in changelog section :house: Internal"
19+ }
20+ ],
21+ "pkgJSONPath" : " ./package.json"
22+ }
23+ },
24+ "description": "## Release (2024-07-15)\n\nrfc-process-mdbook-template 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `rfc-process-mdbook-template`\n * [#19](https://github.com/empress/rfc-process-mdbook-template/pull/19) update font awesome and switch to pnpm ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `rfc-process-mdbook-template`\n * [#18](https://github.com/empress/rfc-process-mdbook-template/pull/18) feat: migrate to `ember-showdown-shiki` ([@IgnaceMaes](https://github.com/IgnaceMaes))\n\n#### :house: Internal\n* `rfc-process-mdbook-template`\n * [#22](https://github.com/empress/rfc-process-mdbook-template/pull/22) use pnpm/action-setup@v4 everywhere ([@mansona](https://github.com/mansona))\n * [#21](https://github.com/empress/rfc-process-mdbook-template/pull/21) fix Lint to the Future dashboard ([@mansona](https://github.com/mansona))\n * [#20](https://github.com/empress/rfc-process-mdbook-template/pull/20) start using release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))\n"
25+ }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2024-07-15)
4+
5+ rfc-process-mdbook-template 2.0.0 (major)
6+
7+ #### :boom : Breaking Change
8+ * ` rfc-process-mdbook-template `
9+ * [ #19 ] ( https://github.com/empress/rfc-process-mdbook-template/pull/19 ) update font awesome and switch to pnpm ([ @mansona ] ( https://github.com/mansona ) )
10+
11+ #### :rocket : Enhancement
12+ * ` rfc-process-mdbook-template `
13+ * [ #18 ] ( https://github.com/empress/rfc-process-mdbook-template/pull/18 ) feat: migrate to ` ember-showdown-shiki ` ([ @IgnaceMaes ] ( https://github.com/IgnaceMaes ) )
14+
15+ #### :house : Internal
16+ * ` rfc-process-mdbook-template `
17+ * [ #22 ] ( https://github.com/empress/rfc-process-mdbook-template/pull/22 ) use pnpm/action-setup@v4 everywhere ([ @mansona ] ( https://github.com/mansona ) )
18+ * [ #21 ] ( https://github.com/empress/rfc-process-mdbook-template/pull/21 ) fix Lint to the Future dashboard ([ @mansona ] ( https://github.com/mansona ) )
19+ * [ #20 ] ( https://github.com/empress/rfc-process-mdbook-template/pull/20 ) start using release-plan ([ @mansona ] ( https://github.com/mansona ) )
20+
21+ #### Committers: 2
22+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
23+ - Ignace Maes ([ @IgnaceMaes ] ( https://github.com/IgnaceMaes ) )
24+
325v1.1.0 / 2022-07-23
426==================
527* Supporting rfc-process v1.0 and adding head-data #16 from @mansona
Original file line number Diff line number Diff line change 11{
22 "name" : " rfc-process-mdbook-template" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " The default blueprint for ember-cli addons." ,
55 "keywords" : [
66 " ember-addon"
You can’t perform that action at this time.
0 commit comments