File tree Expand file tree Collapse file tree 4 files changed +29
-5
lines changed Expand file tree Collapse file tree 4 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"ember-cli-flash" : {
4
- "impact" : " patch " ,
5
- "oldVersion" : " 5.0.0 " ,
6
- "newVersion" : " 5.0.1 " ,
4
+ "impact" : " minor " ,
5
+ "oldVersion" : " 5.0.1 " ,
6
+ "newVersion" : " 5.1.0 " ,
7
7
"constraints" : [
8
+ {
9
+ "impact" : " minor" ,
10
+ "reason" : " Appears in changelog section :rocket: Enhancement"
11
+ },
8
12
{
9
13
"impact" : " patch" ,
10
14
"reason" : " Appears in changelog section :bug: Bug Fix"
13
17
"pkgJSONPath" : " ./ember-cli-flash/package.json"
14
18
}
15
19
},
16
- "description" : " ## Release (2024-02-02 )\n\n ember-cli-flash 5.0.1 (patch )\n\n #### :bug: Bug Fix \n * `ember-cli-flash`\n * [#404 ](https://github.com/adopted-ember-addons/ember-cli-flash/pull/404) Publish files ([@NullVoxPopuli ](https://github.com/NullVoxPopuli ))\n\n #### :house: Internal \n * `test-app `\n * [#402 ](https://github.com/adopted-ember-addons/ember-cli-flash/pull/402) Bump ember-qunit in test-app ([@gilest ](https://github.com/gilest ))\n\n #### Committers: 2 \n - Giles Thompson ([@gilest ](https://github.com/gilest ))\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
20
+ "description" : " ## Release (2024-02-29 )\n\n ember-cli-flash 5.1.0 (minor )\n\n #### :rocket: Enhancement \n * `ember-cli-flash`\n * [#405 ](https://github.com/adopted-ember-addons/ember-cli-flash/pull/405) Add `FlashMessage` to TypeScript definitions ([@charlesfries ](https://github.com/charlesfries ))\n\n #### :bug: Bug Fix \n * `ember-cli-flash `\n * [#399 ](https://github.com/adopted-ember-addons/ember-cli-flash/pull/399) fix(types): add typesVersions map ([@simonihmig](https://github.com/simonihmig)) \n\n #### :house: Internal \n * [#407](https://github.com/adopted- ember-addons/ember-cli-flash/pull/407) Update release-plan to get the latest bugfixes ([@NullVoxPopuli ](https://github.com/NullVoxPopuli ))\n\n #### Committers: 3 \n - Charles Fries ([@charlesfries ](https://github.com/charlesfries)) \n - Simon Ihmig ([@simonihmig](https://github.com/simonihmig ))\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
17
21
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## Release (2024-02-29)
4
+
5
+ ember-cli-flash 5.1.0 (minor)
6
+
7
+ #### :rocket : Enhancement
8
+ * ` ember-cli-flash `
9
+ * [ #405 ] ( https://github.com/adopted-ember-addons/ember-cli-flash/pull/405 ) Add ` FlashMessage ` to TypeScript definitions ([ @charlesfries ] ( https://github.com/charlesfries ) )
10
+
11
+ #### :bug : Bug Fix
12
+ * ` ember-cli-flash `
13
+ * [ #399 ] ( https://github.com/adopted-ember-addons/ember-cli-flash/pull/399 ) fix(types): add typesVersions map ([ @simonihmig ] ( https://github.com/simonihmig ) )
14
+
15
+ #### :house : Internal
16
+ * [ #407 ] ( https://github.com/adopted-ember-addons/ember-cli-flash/pull/407 ) Update release-plan to get the latest bugfixes ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
17
+
18
+ #### Committers: 3
19
+ - Charles Fries ([ @charlesfries ] ( https://github.com/charlesfries ) )
20
+ - Simon Ihmig ([ @simonihmig ] ( https://github.com/simonihmig ) )
21
+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
2
22
## Release (2024-02-02)
3
23
4
24
ember-cli-flash 5.0.1 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-flash" ,
3
- "version" : " 5.0.1 " ,
3
+ "version" : " 5.1.0 " ,
4
4
"description" : " Simple, highly configurable flash messages for ember-cli" ,
5
5
"keywords" : [
6
6
" ember-addon" ,
You can’t perform that action at this time.
0 commit comments