File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "solution" : {
33 "babel-remove-types" : {
4- "impact" : " major " ,
5- "oldVersion" : " 0 .0.0" ,
6- "newVersion" : " 1.0.0 " ,
4+ "impact" : " patch " ,
5+ "oldVersion" : " 1 .0.0" ,
6+ "newVersion" : " 1.0.1 " ,
77 "constraints" : [
8- {
9- "impact" : " major" ,
10- "reason" : " Appears in changelog section :boom: Breaking Change"
11- },
128 {
139 "impact" : " patch" ,
1410 "reason" : " Appears in changelog section :bug: Bug Fix"
15- },
16- {
17- "impact" : " patch" ,
18- "reason" : " Appears in changelog section :house: Internal"
1911 }
2012 ],
2113 "pkgJSONPath" : " ./package.json"
2214 }
2315 },
24- "description" : " ## Release (2024-09-27 )\n\n babel-remove-types 1.0.0 (major) \n\n #### :boom: Breaking Change \n * `babel-remove-types` \n * [#1](https://github.com/ember-cli/babel-remove-types/pull/1) Fork the library ([@mansona](https://github.com/mansona)) \n\n #### :bug: Bug Fix\n * `babel-remove-types`\n * [#4 ](https://github.com/ember-cli/babel-remove-types/pull/4) avoid clashing with local babel config file ([@mansona](https://github.com/mansona)) \n\n #### :house: Internal \n * `babel- remove-types` \n * [#2](https://github.com/ember-cli/babel-remove-types/pull/2) start using release-plan ([@mansona ](https://github.com/mansona ))\n\n #### Committers: 1\n - Chris Manson ([@mansona ](https://github.com/mansona ))\n "
16+ "description" : " ## Release (2025-01-29 )\n\n babel-remove-types 1.0.1 (patch) \n\n #### :bug: Bug Fix\n * `babel-remove-types`\n * [#5 ](https://github.com/ember-cli/babel-remove-types/pull/5) Only remove type imports ([@Windvis ](https://github.com/Windvis ))\n\n #### Committers: 1\n - Sam Van Campenhout ([@Windvis ](https://github.com/Windvis ))\n "
2517}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-01-29)
4+
5+ babel-remove-types 1.0.1 (patch)
6+
7+ #### :bug : Bug Fix
8+ * ` babel-remove-types `
9+ * [ #5 ] ( https://github.com/ember-cli/babel-remove-types/pull/5 ) Only remove type imports ([ @Windvis ] ( https://github.com/Windvis ) )
10+
11+ #### Committers: 1
12+ - Sam Van Campenhout ([ @Windvis ] ( https://github.com/Windvis ) )
13+
314## Release (2024-09-27)
415
516babel-remove-types 1.0.0 (major)
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-remove-types" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "keywords" : [
55 " typescript" ,
66 " babel" ,
You can’t perform that action at this time.
0 commit comments