@zentauri-ui/zentauri-components 0.0.82 → 0.0.83

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -115,7 +115,8 @@ import {
115
115
  </div>
116
116
  ```
117
117
 
118
- ## Checkout the components at https://zentauri-ui.vercel.app/
118
+ ## Checkout the components:
119
+ https://zentauri-ui.vercel.app/
119
120
 
120
121
  ## Development
121
122
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zentauri-ui/zentauri-components",
3
3
  "type": "module",
4
- "version": "0.0.82",
4
+ "version": "0.0.83",
5
5
  "description": "A UI component library built with React and Tailwind CSS",
6
6
  "license": "MIT",
7
7
  "files": ["dist"],