beads-ui 0.11.2 → 0.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGES.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changes
2
2
 
3
+ ## 0.11.3
4
+
5
+ - [`47261a7`](https://github.com/mantoni/beads-ui/commit/47261a7a95d5a17b480ae56c4a10b5eeb49d1007)
6
+ feat: show close reason in issue detail view (#63) (Tom Preece)
7
+
8
+ _Released by [Maximilian Antoni](https://github.com/mantoni) on 2026-03-18._
9
+
3
10
  ## 0.11.2
4
11
 
5
12
  - [`929a15d`](https://github.com/mantoni/beads-ui/commit/929a15da79ead6819044e50580093e3cbe87758b)
@@ -393,6 +393,10 @@ Please report this to https://github.com/markedjs/marked.`,r){let s="<p>An error
393
393
  <div class="label">Status</div>
394
394
  <div class="value">${H}</div>
395
395
  </div>
396
+ ${u.close_reason?E`<div class="prop">
397
+ <div class="label">Close Reason</div>
398
+ <div class="value">${u.close_reason}</div>
399
+ </div>`:""}
396
400
  <div class="prop">
397
401
  <div class="label">Priority</div>
398
402
  <div class="value">${C}</div>