You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"reason": "Appears in changelog section :rocket: Enhancement"
9
+
"impact": "patch",
10
+
"reason": "Appears in changelog section :bug: Bug Fix"
11
+
},
12
+
{
13
+
"impact": "patch",
14
+
"reason": "Appears in changelog section :house: Internal"
11
15
}
12
16
],
13
17
"pkgJSONPath": "./package.json"
14
18
}
15
19
},
16
-
"description": "## Release (2024-09-11)\n\n@embroider/app-blueprint 0.10.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/app-blueprint`\n * [#68](https://github.com/embroider-build/app-blueprint/pull/68) update to user-controlled babel file ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
20
+
"description": "## Release (2024-09-18)\n\n@embroider/app-blueprint 0.10.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/app-blueprint`\n * [#70](https://github.com/embroider-build/app-blueprint/pull/70) fix: Uninstall task fails gracefully when given packages are not found ([@MichalBryxi](https://github.com/MichalBryxi))\n * [#73](https://github.com/embroider-build/app-blueprint/pull/73) recreate issue with decorator transforms in tests and fix it ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/app-blueprint`\n * [#71](https://github.com/embroider-build/app-blueprint/pull/71) add a test for dev mode tests ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))\n"
Copy file name to clipboardexpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## Release (2024-09-18)
4
+
5
+
@embroider/app-blueprint 0.10.1 (patch)
6
+
7
+
#### :bug: Bug Fix
8
+
*`@embroider/app-blueprint`
9
+
*[#70](https://github.com/embroider-build/app-blueprint/pull/70) fix: Uninstall task fails gracefully when given packages are not found ([@MichalBryxi](https://github.com/MichalBryxi))
10
+
*[#73](https://github.com/embroider-build/app-blueprint/pull/73) recreate issue with decorator transforms in tests and fix it ([@mansona](https://github.com/mansona))
11
+
12
+
#### :house: Internal
13
+
*`@embroider/app-blueprint`
14
+
*[#71](https://github.com/embroider-build/app-blueprint/pull/71) add a test for dev mode tests ([@mansona](https://github.com/mansona))
15
+
16
+
#### Committers: 2
17
+
- Chris Manson ([@mansona](https://github.com/mansona))
18
+
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))
0 commit comments