Skip to content

Commit

Permalink
chore: apply changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed May 29, 2024
1 parent aa31ee1 commit 8221805
Show file tree
Hide file tree
Showing 6 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.83

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.39.0

## 0.0.82

### 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.82",
"version": "0.0.83",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sikka/hawa

## 0.39.0

### Minor Changes

- `ContactForm`: ability to customize submit button
- `DataTable`: ability to hide header with `hideHeader` prop
- `Logos`: adds `X`, `AppleStore`, `GooglePlay`, `Visa, and `MasterCard` logos

## 0.38.11

### Patch Changes
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.38.14",
"version": "0.39.0",
"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.104

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.39.0

## 0.26.103

### 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.103",
"version": "0.26.104",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down

0 comments on commit 8221805

Please sign in to comment.