@astrake/lumora-ui 0.7.3 → 0.7.4

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@
4
4
 
5
5
  ---
6
6
 
7
+ ## [0.7.4] — 2026-05-30
8
+
9
+ ### Maintenance
10
+
11
+ - overhaul agentic infrastructure for fail-safe development (`3b081cd`)
12
+
13
+ ---
14
+
7
15
  ## [0.7.3] — 2026-05-23
8
16
 
9
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrake/lumora-ui",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Headless Vue 3 component framework for three surface targets — Mobile, Desktop, and Embedded — with a unified --lu-* design token system.",
5
5
  "author": "Anuvab Chakraborty (https://github.com/madlybong)",
6
6
  "license": "MIT",