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 23, 2024
1 parent fb30be7 commit f49f501
Show file tree
Hide file tree
Showing 6 changed files with 28 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.73

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.37.0

## 0.0.72

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

## 0.37.0

### Minor Changes

- `Tabs`: add a new property `scrollable` to cancel wrapping and make it horizontally scrollable (and draggable!). And forces scrollabilities on screens smaller than 768px
- Adds fade on right/left when the tabs are dragged/scrolled horizontally
- `useShortcuts`: a new hook to handle shortcuts on windows and mac.
- `ScrollArea` add ability to make it draggable on non-mobile
- `FullCommand` a single component to construct a command using the `Command` pieces
- `AppCommand` a `FullCommand` within a controllable `Dialog` which can be triggered with a shortcut using `useShortcuts`

## 0.36.2

### 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.36.2",
"version": "0.37.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.94

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.37.0

## 0.26.93

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

0 comments on commit f49f501

Please sign in to comment.