File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "solution" : {
3
+ "babel-remove-types" : {
4
+ "impact" : " major" ,
5
+ "oldVersion" : " 0.0.0" ,
6
+ "newVersion" : " 1.0.0" ,
7
+ "constraints" : [
8
+ {
9
+ "impact" : " major" ,
10
+ "reason" : " Appears in changelog section :boom: Breaking Change"
11
+ },
12
+ {
13
+ "impact" : " patch" ,
14
+ "reason" : " Appears in changelog section :house: Internal"
15
+ }
16
+ ],
17
+ "pkgJSONPath" : " ./package.json"
18
+ }
19
+ },
20
+ "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 #### :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 "
21
+ }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## Release (2024-09-27)
4
+
5
+ babel-remove-types 1.0.0 (major)
6
+
7
+ #### :boom : Breaking Change
8
+ * ` babel-remove-types `
9
+ * [ #1 ] ( https://github.com/ember-cli/babel-remove-types/pull/1 ) Fork the library ([ @mansona ] ( https://github.com/mansona ) )
10
+
11
+ #### :house : Internal
12
+ * ` babel-remove-types `
13
+ * [ #2 ] ( https://github.com/ember-cli/babel-remove-types/pull/2 ) start using release-plan ([ @mansona ] ( https://github.com/mansona ) )
14
+
15
+ #### Committers: 1
16
+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-remove-types" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"keywords" : [
5
5
" typescript" ,
6
6
" babel" ,
You can’t perform that action at this time.
0 commit comments