Skip to content

Commit

Permalink
Merge pull request #130 from justdlabs/laravel-11.x
Browse files Browse the repository at this point in the history
Laravel 11.x
  • Loading branch information
irsyadadl authored Jan 18, 2025
2 parents 6ed822c + 02a5540 commit 02103fa
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

## [1.3.12](https://github.com/justdlabs/inertia.ts/compare/v1.3.11...v1.3.12) (2025-01-18)
## [1.3.13](https://github.com/justdlabs/inertia.ts/compare/v1.3.12...v1.3.13) (2025-01-18)


### Bug Fixes

* fix navbar ([9530797](https://github.com/justdlabs/inertia.ts/commit/953079745aacaea85dc86f61e92a6e7a1da2100c))

## [1.3.12](https://github.com/justdlabs/inertia.ts/compare/v1.3.11...v1.3.12) (2025-01-18)

### Bug Fixes

* syncing the latest justd ([289c077](https://github.com/justdlabs/inertia.ts/commit/289c077a8a835c96550de57564b71bde33c6835c))
- syncing the latest justd ([289c077](https://github.com/justdlabs/inertia.ts/commit/289c077a8a835c96550de57564b71bde33c6835c))

## [1.3.11](https://github.com/justdlabs/inertia.ts/compare/v1.3.10...v1.3.11) (2025-01-15)

Expand Down
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@inertiajs/react": "^2.0.0",
"@inertiajs/react": "^2.0.2",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^9.0.4",
"@types/react": "^19.0.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
Expand All @@ -23,26 +23,26 @@
"laravel-vite-plugin": "^1.1.1",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"prettier-plugin-tailwindcss": "^0.6.10",
"release-it": "^17.11.0",
"tailwindcss": "^4.0.0-beta.9",
"typescript": "^5.7.3",
"vite-plugin-watch": "^0.3.1"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.0-beta.9",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"clsx": "^2.1.1",
"justd-icons": "^1.10.19",
"justd-icons": "^1.10.20",
"motion": "^11.18.1",
"react": "^19.0.0",
"react-aria-components": "^1.5.0",
"react-aria-components": "^1.6.0",
"react-dom": "^19.0.0",
"sonner": "^1.7.2",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss-animate": "^1.0.7",
"vite": "^6.0.7"
},
"version": "1.3.12"
"version": "1.3.13"
}
4 changes: 2 additions & 2 deletions resources/js/layouts/app-navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ function UserMenu() {
]}
>
{(item) => (
<Menu.Checkbox id={item.value} textValue={item.name}>
<Menu.Item id={item.value} textValue={item.name}>
{item.name}
</Menu.Checkbox>
</Menu.Item>
)}
</Menu.Content>
</Menu.Submenu>
Expand Down

0 comments on commit 02103fa

Please sign in to comment.