File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"ember-sortable" : {
4
- "impact" : " minor " ,
5
- "oldVersion" : " 5.2.3 " ,
6
- "newVersion" : " 5.3.0 " ,
4
+ "impact" : " patch " ,
5
+ "oldVersion" : " 5.3.0 " ,
6
+ "newVersion" : " 5.3.1 " ,
7
7
"constraints" : [
8
8
{
9
- "impact" : " minor " ,
10
- "reason" : " Appears in changelog section :rocket: Enhancement "
9
+ "impact" : " patch " ,
10
+ "reason" : " Appears in changelog section :bug: Bug Fix "
11
11
}
12
12
],
13
13
"pkgJSONPath" : " ./addon/package.json"
14
14
}
15
15
},
16
- "description" : " ## Release (2025-03-31 )\n\n ember-sortable 5.3.0 (minor )\n\n #### :rocket: Enhancement \n * `ember-sortable`\n * [#616 ](https://github.com/adopted-ember-addons/ember-sortable/pull/616) Cleanup `@ember/service` deprecation ([@mkszepp](https://github.com/mkszepp))\n\n #### Committers: 1\n - Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n "
16
+ "description" : " ## Release (2025-05-10 )\n\n ember-sortable 5.3.1 (patch )\n\n #### :bug: Bug Fix \n * `ember-sortable`\n * [#620 ](https://github.com/adopted-ember-addons/ember-sortable/pull/620) Remove unneeded peer dependency on ember-source ([@mkszepp](https://github.com/mkszepp))\n\n #### Committers: 1\n - Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n "
17
17
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2025-05-10)
4
+
5
+ ember-sortable 5.3.1 (patch)
6
+
7
+ #### :bug : Bug Fix
8
+ * ` ember-sortable `
9
+ * [ #620 ] ( https://github.com/adopted-ember-addons/ember-sortable/pull/620 ) Remove unneeded peer dependency on ember-source ([ @mkszepp ] ( https://github.com/mkszepp ) )
10
+
11
+ #### Committers: 1
12
+ - Markus Sanin ([ @mkszepp ] ( https://github.com/mkszepp ) )
13
+
3
14
## Release (2025-03-31)
4
15
5
16
ember-sortable 5.3.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-sortable" ,
3
- "version" : " 5.3.0 " ,
3
+ "version" : " 5.3.1 " ,
4
4
"description" : " Sortable UI primitives for Ember." ,
5
5
"keywords" : [
6
6
" ember-addon" ,
You can’t perform that action at this time.
0 commit comments