@ai-matrx/tap-target 0.2.1 → 0.2.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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.2 — 2026-09-10
4
+
5
+ **A republish so consumers run ONE design-system, not two.** No source change.
6
+ This package's `@ai-matrx/design-system` dependency is `workspace:*`, which the
7
+ publish freezes to whatever the workspace held that day — 0.11.2, on 0.2.1's
8
+ release day. Every consumer that installed both therefore carried two copies of
9
+ the design system in one install graph (`check:matrx-packages`: "ONE SYSTEM,
10
+ ONE VERSION"), and no command a consumer repo can run moves a version a
11
+ published sibling pins. Two copies of a React component package means two sets
12
+ of contexts and two stylesheets, which is the duplicate-package class that has
13
+ already bitten the Vite studio.
14
+
15
+ Cut alongside `@ai-matrx/design-system` 0.14.0 so the spec resolves forward to
16
+ it.
17
+
18
+ ### Consumer action
19
+
20
+ `pnpm update -r "@ai-matrx/*" --latest`, then `pnpm check:matrx-packages`.
21
+
3
22
  ## 0.2.1 — 2026-09-07
4
23
 
5
24
  **Census row 19i is now fully closed — the spinner stops being a coin flip.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/tap-target",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "The AI Matrx tap-target button system: an invisible 44x44 touch ring over a 32x32 visible pill, glass/transparent/solid/group variants with correct ref forwarding for Radix asChild triggers, inline labels, link/label/button trigger resolution with an injectable link component, tooltip wiring, and ~60 pre-composed one-tag buttons.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@radix-ui/react-tooltip": "^1.2.8",
60
- "@ai-matrx/design-system": "0.11.2"
60
+ "@ai-matrx/design-system": "0.14.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": ">=18.0.0"