@mbao01/ui 0.0.6 → 0.0.8

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 +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
+
2
+ ---
3
+
1
4
  So here it is, I have gotten really bored creating UI component from scratch for the many projects I work on.
2
5
  It is high time I have a unified component library - so here it is.
3
6
  I have built this to be highly opinionated on certain libraries I love to use like typescript, tailwind, date-fns, and react.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mbao01/ui",
3
3
  "private": false,
4
- "version": "0.0.6",
4
+ "version": "0.0.8",
5
5
  "type": "module",
6
6
  "author": "Ayomide Bakare",
7
7
  "license": "MIT",
@@ -82,5 +82,5 @@
82
82
  "tailwindcss": "^3.4.0",
83
83
  "typescript": "^5.2.2"
84
84
  },
85
- "gitHead": "064ceb1c2cc52de66fde849a6289c3fc98cf33bf"
85
+ "gitHead": "6c20368a9d6ab3655e9d1161a053ffac6945b722"
86
86
  }