@imj_media/ui 1.10.7 → 1.10.9

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/CHANGELOG.md CHANGED
@@ -7,6 +7,27 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.10.9] - 2026-05-29
11
+
12
+ ### Changed
13
+
14
+ - **Catálogo:** actualización de `design-index.json` y esquema asociado para reflejar metadatos de componentes y tokens Orbit.
15
+
16
+ ## [1.10.8] - 2026-05-27
17
+
18
+ ### Added
19
+
20
+ - **`Tabs`:** reexportación en el barrel público (`src/modules/index.ts`) para consumo desde `@imj_media/ui` en runtime y tipos del paquete npm.
21
+ - **Release:** script `validate:public-exports` (módulos con stories deben estar en el barrel; excepciones en `public-export-exceptions.json`) integrado en `validate:publish` y `release:gate`.
22
+
23
+ ### Changed
24
+
25
+ - **`DEVELOPMENT_GUIDE.md`:** guía de exportación pública y verificación antes de release.
26
+
27
+ ### Documentation
28
+
29
+ - **Monorepo:** regla Cursor `imj-ui-obligations-public-export` y referencias en skill `imj-ui-package`.
30
+
10
31
  ## [1.10.7] - 2026-05-26
11
32
 
12
33
  ### Added
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Biblioteca de componentes UI moderna y accesible para React, construida con TypeScript y Tailwind CSS.
6
6
 
7
- > **Versión publicada:** `1.10.7` — actualizar este número y `CHANGELOG.md` antes de cada release (orden y scripts: regla **`imj-ui-obligations-release`**; atajo `npm run publish:patch|minor|major` o pasos `bump:*` → `release:git` → `release:publish`).
7
+ > **Versión publicada:** `1.10.9` — actualizar este número y `CHANGELOG.md` antes de cada release (orden y scripts: regla **`imj-ui-obligations-release`**; atajo `npm run publish:patch|minor|major` o pasos `bump:*` → `release:git` → `release:publish`).
8
8
 
9
9
  ## 📦 Instalación
10
10