You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .release-plan.json
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,14 @@
2
2
"solution": {
3
3
"ember-paper": {
4
4
"impact": "minor",
5
-
"oldVersion": "1.0.0-beta.38",
6
-
"newVersion": "1.0.0-beta.39",
5
+
"oldVersion": "1.0.0-beta.39",
6
+
"newVersion": "1.0.0",
7
+
"tagName": "latest",
7
8
"constraints": [
8
9
{
9
10
"impact": "minor",
10
11
"reason": "Appears in changelog section :rocket: Enhancement"
11
12
},
12
-
{
13
-
"impact": "patch",
14
-
"reason": "Appears in changelog section :bug: Bug Fix"
15
-
},
16
13
{
17
14
"impact": "patch",
18
15
"reason": "Appears in changelog section :house: Internal"
@@ -21,5 +18,5 @@
21
18
"pkgJSONPath": "./package.json"
22
19
}
23
20
},
24
-
"description": "## Release (2025-11-17)\n\nember-paper 1.0.0-beta.39 (minor)\n\n#### :rocket: Enhancement\n* `ember-paper`\n * [#1341](https://github.com/adopted-ember-addons/ember-paper/pull/1341) remove actions deprecation from all components and add support for Ember 6.x ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `ember-paper`\n * [#1338](https://github.com/adopted-ember-addons/ember-paper/pull/1338) make sure select box for autocomplete renders in the right place ([@mansona](https://github.com/mansona))\n * [#1337](https://github.com/adopted-ember-addons/ember-paper/pull/1337) fix bug with default animation for PaperSpeedDial not displaying correctly ([@mansona](https://github.com/mansona))\n * [#1336](https://github.com/adopted-ember-addons/ember-paper/pull/1336) fix error when removing a PaperTab ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-paper`\n * [#1340](https://github.com/adopted-ember-addons/ember-paper/pull/1340) Fix catalog - stop PaperBackdrop from allowing you to scroll ([@mansona](https://github.com/mansona))\n * [#1320](https://github.com/adopted-ember-addons/ember-paper/pull/1320) Css Fix for site Child Alignment demo ([@Hari-b1](https://github.com/Hari-b1))\n * [#1339](https://github.com/adopted-ember-addons/ember-paper/pull/1339) [test app] remove all cases of {{action}} helper ([@mansona](https://github.com/mansona))\n * [#1334](https://github.com/adopted-ember-addons/ember-paper/pull/1334) [tests app] fix Component Template Resolving deprecation ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Hariharan ([@Hari-b1](https://github.com/Hari-b1))\n"
0 commit comments