Skip to content

Commit

Permalink
chore: apply changesets + update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Aug 24, 2024
1 parent 0ecf56e commit eadca39
Show file tree
Hide file tree
Showing 9 changed files with 935 additions and 920 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.117

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.49.0

## 0.0.116

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawa-docs",
"version": "0.0.116",
"version": "0.0.117",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down Expand Up @@ -57,22 +57,22 @@
"cmdk": "^1.0.0",
"contentlayer2": "0.5.0",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "8.1.8",
"embla-carousel-react": "8.1.8",
"embla-carousel-autoplay": "8.2.0",
"embla-carousel-react": "8.2.0",
"geist": "^1.3.1",
"jotai": "^2.9.3",
"lodash.template": "^4.5.0",
"lucide-react": "0.428.0",
"lucide-react": "0.435.0",
"markdown-wasm": "^1.2.0",
"next": "14.2.5",
"next": "14.2.6",
"next-contentlayer2": "^0.5.0",
"next-themes": "^0.3.0",
"nextjs-progressloader": "^1.2.0",
"react": "^18.3.1",
"react-day-picker": "^9.0.8",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-resizable-panels": "^2.1.0",
"react-resizable-panels": "^2.1.1",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.12.7",
"sharp": "^0.33.5",
Expand All @@ -83,12 +83,12 @@
},
"devDependencies": {
"@types/lodash.template": "^4.5.3",
"@types/node": "^22.4.1",
"@types/react": "^18.3.3",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.23.1",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.4.41",
"rehype": "^13.0.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"prepare": "husky"
},
"devDependencies": {
"@swc/core": "^1.7.12",
"@swc/core": "^1.7.14",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.4.1",
"@types/node": "^22.5.0",
"concurrently": "^8.2.2",
"husky": "^9.1.4",
"husky": "^9.1.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5.5.4"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sikka/hawa

## 0.49.0

### Minor Changes

- Center the user info if no username or no email was provided
- Add `userInfoPosition` to allow consumer to choose if they want the user info to be `next_to_avatar` or `in_dropdown`

## 0.48.2

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hawa",
"version": "0.48.2",
"version": "0.49.0",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down Expand Up @@ -58,7 +58,7 @@
"react-dom": "18.3.1"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@headlessui/react": "^2.1.3",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "^1.1.1",
Expand All @@ -81,8 +81,8 @@
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"embla-carousel-auto-height": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"embla-carousel-auto-height": "^8.2.0",
"embla-carousel-react": "^8.2.0",
"input-otp": "^1.2.4",
"libphonenumber-js": "^1.11.7",
"prism-react-renderer": "^2.3.1",
Expand All @@ -92,7 +92,7 @@
"react-headless-pagination": "^1.1.6",
"react-hook-form": "^7.52.2",
"react-select": "^5.8.0",
"signature_pad": "^5.0.2",
"signature_pad": "^5.0.3",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
Expand All @@ -102,17 +102,17 @@
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@sikka/alam": "^0.0.4",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"embla-carousel": "8.1.8",
"embla-carousel": "8.2.0",
"jest": "^29.7.0",
"lucide-react": "^0.428.0",
"lucide-react": "^0.435.0",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
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.139

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.49.0

## 0.26.138

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawa-storybook",
"version": "0.26.138",
"version": "0.26.139",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand All @@ -21,9 +21,9 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"eslint": "^9.9.0",
"eslint-config-next": "^14.2.5",
"next": "^14.2.5",
"eslint": "^9.9.1",
"eslint-config-next": "^14.2.6",
"next": "^14.2.6",
"next-themes": "^0.3.0",
"prism-react-renderer": "^2.3.1",
"react": "18.3.1",
Expand All @@ -44,18 +44,18 @@
"@storybook/react": "^8.2.9",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.2.9",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"date-fns": "^3.6.0",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"lucide-react": "^0.428.0",
"lucide-react": "^0.435.0",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"test": "jest"
},
"dependencies": {
"eslint": "^9.9.0",
"eslint-config-next": "^14.2.5",
"eslint": "^9.9.1",
"eslint-config-next": "^14.2.6",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@babel/preset-react": "^7.24.7",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"autoprefixer": "^10.4.20",
Expand Down
Loading

0 comments on commit eadca39

Please sign in to comment.