@amelharrak/eldo-ui 1.1.1 → 1.1.2

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 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,7 @@
1
- # @amelharrak/eldo-ui
2
-
3
1
  <div align="center">
4
2
 
5
- ![Eldo UI Banner](https://via.placeholder.com/1200x300?text=Eldo+UI+Library)
6
-
3
+ **![amine el harrak](amelharrak.png "amine el harrak")**
4
+ # @amelharrak/eldo-ui
7
5
  [![NPM Version](https://img.shields.io/npm/v/@amelharrak/eldo-ui?style=flat-square&color=blue)](https://www.npmjs.com/package/@amelharrak/eldo-ui)
8
6
  [![License](https://img.shields.io/npm/l/@amelharrak/eldo-ui?style=flat-square)](LICENSE)
9
7
  [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@amelharrak/eldo-ui?style=flat-square&color=green)](https://bundlephobia.com/package/@amelharrak/eldo-ui)
@@ -223,6 +221,7 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
223
221
 
224
222
  **Amine El Harrak**
225
223
 
224
+
226
225
  - GitHub: [@aelharrak](https://github.com/aelharrak)
227
226
  - Website: [eldo-ui.com](https://eldo-ui.com)
228
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amelharrak/eldo-ui",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Modern, lightweight React component library with TypeScript support - 70+ components, tree-shakeable",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -103,4 +103,4 @@
103
103
  "chart.js": "^4.5.1",
104
104
  "prismjs": "^1.30.0"
105
105
  }
106
- }
106
+ }