diff --git a/CHANGELOG.md b/CHANGELOG.md index 0774358..f55a5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/bun.lockb b/bun.lockb index 9847cc2..9d949b7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fb3f809..d5a047a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -23,7 +23,7 @@ "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", @@ -31,12 +31,12 @@ }, "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", @@ -44,5 +44,5 @@ "tailwindcss-animate": "^1.0.7", "vite": "^6.0.7" }, - "version": "1.3.12" + "version": "1.3.13" } diff --git a/resources/js/layouts/app-navbar.tsx b/resources/js/layouts/app-navbar.tsx index ca0972d..7563df2 100644 --- a/resources/js/layouts/app-navbar.tsx +++ b/resources/js/layouts/app-navbar.tsx @@ -147,9 +147,9 @@ function UserMenu() { ]} > {(item) => ( - + {item.name} - + )}