File tree Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Expand file tree Collapse file tree 3 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"ember-learn-release-tool" : {
4
- "impact" : " major " ,
5
- "oldVersion" : " 0 .0.0" ,
6
- "newVersion" : " 1.0 .0" ,
4
+ "impact" : " minor " ,
5
+ "oldVersion" : " 1 .0.0" ,
6
+ "newVersion" : " 1.1 .0" ,
7
7
"constraints" : [
8
8
{
9
- "impact" : " major " ,
10
- "reason" : " Appears in changelog section :boom: Breaking Change "
9
+ "impact" : " minor " ,
10
+ "reason" : " Appears in changelog section :rocket: Enhancement "
11
11
},
12
12
{
13
13
"impact" : " patch" ,
17
17
"pkgJSONPath" : " ./package.json"
18
18
}
19
19
},
20
- "description" : " ## Release (2024-12-10)\n\n ember-learn-release-tool 1.0 .0 (major )\n\n #### :boom: Breaking Change \n * `ember-learn-release-tool`\n * [#1 ](https://github.com/ember-learn/ember-learn-release-tool/pull/1 ) add support for guides ([@mansona](https://github.com/mansona))\n\n #### :house: Internal\n * `ember-learn-release-tool`\n * [#2 ](https://github.com/ember-learn/ember-learn-release-tool/pull/2) start using release-plan ([@mansona](https://github.com/mansona))\n\n #### Committers: 1\n - Chris Manson ([@mansona](https://github.com/mansona))\n "
20
+ "description" : " ## Release (2024-12-10)\n\n ember-learn-release-tool 1.1 .0 (minor )\n\n #### :rocket: Enhancement \n * `ember-learn-release-tool`\n * [#6 ](https://github.com/ember-learn/ember-learn-release-tool/pull/6 ) add guides-search command ([@mansona](https://github.com/mansona))\n\n #### :house: Internal\n * `ember-learn-release-tool`\n * [#4 ](https://github.com/ember-learn/ember-learn-release-tool/pull/4) split out functions that can be reused in multiple commands ([@mansona](https://github.com/mansona))\n\n #### Committers: 1\n - Chris Manson ([@mansona](https://github.com/mansona))\n "
21
21
}
Original file line number Diff line number Diff line change 2
2
3
3
## Release (2024-12-10)
4
4
5
+ ember-learn-release-tool 1.1.0 (minor)
6
+
7
+ #### :rocket : Enhancement
8
+ * ` ember-learn-release-tool `
9
+ * [ #6 ] ( https://github.com/ember-learn/ember-learn-release-tool/pull/6 ) add guides-search command ([ @mansona ] ( https://github.com/mansona ) )
10
+
11
+ #### :house : Internal
12
+ * ` ember-learn-release-tool `
13
+ * [ #4 ] ( https://github.com/ember-learn/ember-learn-release-tool/pull/4 ) split out functions that can be reused in multiple commands ([ @mansona ] ( https://github.com/mansona ) )
14
+
15
+ #### Committers: 1
16
+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
17
+
18
+ ## Release (2024-12-10)
19
+
5
20
ember-learn-release-tool 1.0.0 (major)
6
21
7
22
#### :boom : Breaking Change
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-learn-release-tool" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " A tool to help the Ember Core Learning Team manage releases" ,
5
5
"keywords" : [],
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments