@ai-matrx/design-system 0.4.1 → 0.4.2

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.2
4
+
5
+ Automatic changed-only republish (docs/metadata drift since the last tag — see
6
+ `git diff npm/design-system/v0.4.1..npm/design-system/v0.4.2 -- apps/shared/design-system`).
7
+ No source changes intended and no consumer action required.
8
+
9
+ ## 0.4.1
10
+
11
+ Automatic changed-only republish (docs/metadata drift since v0.4.0 — the
12
+ FEATURE.md header moved to STATE-not-version, and the `@ai-matrx/kit` spec
13
+ became `workspace:*` under the sibling-graph guard; pnpm substitutes the same
14
+ published version at pack time). No source changes and no consumer action
15
+ required. Verify with
16
+ `git diff npm/design-system/v0.4.0..npm/design-system/v0.4.1 -- apps/shared/design-system`.
17
+
3
18
  ## 0.4.0 — 2026-08-30
4
19
 
5
20
  **The package ships its CSS.** Closes the C26 clause of the all-inclusive
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/design-system",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "AI Matrx semantic React primitives shared across Vite, Next.js, desktop, and customer-built applications.",
5
5
  "type": "module",
6
6
  "license": "MIT",