@imj_media/ui 1.10.8 → 1.11.0

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,18 @@ y este proyecto adhiere a [Semantic Versioning](https://semver.org/lang/es/).
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.11.0] - 2026-06-02
11
+
12
+ ### Changed
13
+
14
+ - **Catálogo:** `design-index.json` e `install-registry.json` regenerados con el indexer de `@imj_media/ds-mcp` (sustituye el paquete `ui-design-index` en el flujo de `build:catalog`).
15
+
16
+ ## [1.10.9] - 2026-05-29
17
+
18
+ ### Changed
19
+
20
+ - **Catálogo:** actualización de `design-index.json` y esquema asociado para reflejar metadatos de componentes y tokens Orbit.
21
+
10
22
  ## [1.10.8] - 2026-05-27
11
23
 
12
24
  ### 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.8` — 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.11.0` — 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