Skip to content

Commit

Permalink
fix(HelperText): resolve missing react import
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed May 20, 2024
1 parent 31b4cff commit a0b2199
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hawa-docs

## 0.0.66

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.35.2

## 0.0.65

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawa-docs",
"version": "0.0.65",
"version": "0.0.66",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sikka/hawa

## 0.35.2

### Patch Changes

- `HelperText`: fix missing React import

## 0.35.1

### Patch Changes
Expand Down
2 changes: 2 additions & 0 deletions packages/components/elements/helperText/HelperText.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import React from "react";

import { cn } from "@util/index";

export const HelperText = ({ helperText }: { helperText: string }) => (
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hawa",
"version": "0.35.1",
"version": "0.35.2",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down
7 changes: 7 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hawa-storybook

## 0.26.87

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.35.2

## 0.26.86

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawa-storybook",
"version": "0.26.86",
"version": "0.26.87",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down

0 comments on commit a0b2199

Please sign in to comment.