hans-ui-design-lib 0.0.65 โ†’ 0.0.67

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ This library provides reusable, styled and documented UI components with a consi
13
13
  - ๐Ÿงน **ESLint + Prettier** for code quality and formatting
14
14
  - โšก **Vite** as the bundler for fast builds and DX
15
15
  - ๐ŸŒ Ready to be published and consumed via **npm**
16
- - ๐Ÿ“– Documentation ready to be used (deployed by **Vercel**) at https://hans-ui-design-lib.vercel.app/
16
+ - ๐Ÿ“– Documentation ready to be used (deployed by **Vercel**) at https://hans-ui-design-lib-doc.vercel.app/
17
17
  - **Node Version to build this project: 22.18.0 and npm 11.8.0**
18
18
 
19
19
  ## ๐Ÿ“ฆ Installation
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "hans-ui-design-lib",
3
3
  "description": "UI Design System Base Lib",
4
4
  "author": "Victor Hanszman",
5
- "version": "0.0.65",
5
+ "version": "0.0.67",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.cjs.js",