@r2digisolutions/components 0.1.5 → 0.1.6

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/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,7 +62,12 @@ pnpm release:major # 0.0.1 → 1.0.0
62
62
  pnpm release
63
63
  ```
64
64
 
65
- Esto hace bump de versión, commit, tag `vX.Y.Z` y push. CI construye con `pnpm prepack` y publica `@r2digisolutions/components`.
65
+ Esto hace bump de versión, commit, tag `vX.Y.Z` y push. CI entonces:
66
+
67
+ 1. Publica `@r2digisolutions/components` en npm
68
+ 2. Crea un **GitHub Release** con notas generadas desde los commits desde el tag anterior
69
+
70
+ Mismo flujo que usan muchas libs con `bumpp` / `release-it` (tag → CI → npm + GitHub Release).
66
71
 
67
72
  ### Instalación (consumidores)
68
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@r2digisolutions/components",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "private": false,
5
5
  "description": "R2DigiSolutions Svelte 5 component library — Atomic Design, Tailwind 4, Light/Dark mode",
6
6
  "license": "MIT",