hamzus-ui 0.0.174 → 0.0.175

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,3 +9,5 @@ Ce projet est personelle et pas forcement adapté au grand public il n'a pas tou
9
9
  * gestion multi langue
10
10
  * gestion de plusieur calendrier
11
11
  * conversion des date automatique en fonction de la configuration du fuseau horaire du serveur
12
+
13
+ [Lien de la documentation](https://hamzus-ui.vercel.app/docs/get-started)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.174",
3
+ "version": "0.0.175",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",