From cd3fd1704ed128392b69b080abdc1d2e34d66bd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ahmet=20Sefa=20Ar=C5=9Fiv?=
<101526596+ahmetarsiv@users.noreply.github.com>
Date: Thu, 19 Sep 2024 16:27:32 +0300
Subject: [PATCH 1/2] Update README.md
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index b163009..1cdea10 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,11 @@ In order for the styles to be applied correctly, you will need to ensure that th
```
```typescript
-
+import { Button } from '@codenteq/interfeys';
+
+export function Primary() {
+ return ;
+}
```
## How to contribute
From 2164e2fb15fff50074d3effa356f9895d9f743d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ahmet=20Sefa=20Ar=C5=9Fiv?=
<101526596+ahmetarsiv@users.noreply.github.com>
Date: Thu, 19 Sep 2024 16:27:51 +0300
Subject: [PATCH 2/2] Update package.json
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index cb403d6..9534b84 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@codenteq/interfeys",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "Codenteq Interfeys Design System",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",