@r2digisolutions/components 0.1.1 → 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.
- package/README.md +6 -1
- package/package.json +3 -2
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
|
|
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.
|
|
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",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"url": "git+https://github.com/r2digitalsolutions/components.git"
|
|
10
10
|
},
|
|
11
11
|
"publishConfig": {
|
|
12
|
-
"access": "public"
|
|
12
|
+
"access": "public",
|
|
13
|
+
"provenance": false
|
|
13
14
|
},
|
|
14
15
|
"scripts": {
|
|
15
16
|
"dev": "vite dev",
|