@apholdings/jensen-web-ui 1.0.3 → 1.0.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @apholdings/jensen-ai@1.0.6
9
+ - @apholdings/jensen-tui@1.0.6
10
+
11
+ ## [Unreleased]
12
+
13
+ ## 1.0.5
14
+
15
+ ### Patch Changes
16
+
17
+ - Removed orphaned `WorkingContextPanel` TUI component and its test file, completing the working-context panel removal cleanup. No breaking API changes.
18
+ - @apholdings/jensen-ai@1.0.5
19
+ - @apholdings/jensen-tui@1.0.5
20
+
21
+ ## 1.0.4
22
+
23
+ ### Patch Changes
24
+
25
+ - @apholdings/jensen-ai@1.0.4
26
+ - @apholdings/jensen-tui@1.0.4
27
+
3
28
  ## 1.0.3
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apholdings/jensen-web-ui",
3
- "version": "1.0.3",
3
+ "version": "1.0.6",
4
4
  "description": "Reusable web UI components for AI chat interfaces powered by @apholdings/jensen-ai",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,8 +28,8 @@
28
28
  "ollama": "^0.6.0",
29
29
  "pdfjs-dist": "5.4.394",
30
30
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
31
- "@apholdings/jensen-tui": "1.0.3",
32
- "@apholdings/jensen-ai": "1.0.3"
31
+ "@apholdings/jensen-tui": "1.0.6",
32
+ "@apholdings/jensen-ai": "1.0.6"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@mariozechner/mini-lit": "^0.2.0",