manolis-ui 0.2.5 → 0.2.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -59,7 +59,7 @@ Manolis UI is a high-quality Vue 3 component library meticulously crafted to acc
59
59
 
60
60
  Explore the full range of components and their usage in our interactive Storybook:
61
61
 
62
- [**[Link to your Storybook deployment here]**](Replace this with the actual link to your deployed Storybook)
62
+ [[**[Check our componentent documentation]**]](https://manolis-trading.github.io/manolis-ui)
63
63
 
64
64
  Within Storybook, you'll find detailed documentation, live examples, and the ability to customize component properties to see the effects in real-time.
65
65
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "manolis-ui",
3
3
  "private": false,
4
- "version": "0.2.5",
4
+ "version": "0.2.6",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/*"