Skip to content

Commit

Permalink
Merge pull request #93 from justdlabs/laravel-11.x
Browse files Browse the repository at this point in the history
Laravel 11.x
  • Loading branch information
irsyadadl authored Aug 11, 2024
2 parents 20aeaae + cef3e35 commit 53fb7b0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [1.0.10](https://github.com/justdlabs/inertia.ts/compare/1.0.9...1.0.10) (2024-08-11)

## [1.0.9](https://github.com/justdlabs/inertia.ts/compare/1.0.8...1.0.9) (2024-08-10)

## [1.0.8](https://github.com/justdlabs/inertia.ts/compare/1.0.7...1.0.8) (2024-08-10)
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "justd/laravel",
"version": "1.0.9",
"version": "1.0.10",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion justd.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "http://justd.co",
"$schema": "https://getjustd.com",
"ui": "resources/js/components/ui"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^11.3.24",
"justd-icons": "^1.4.29",
"justd-icons": "^1.4.30",
"react-aria-components": "^1.3.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.0",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.4"
Expand Down Expand Up @@ -79,5 +79,5 @@
}
}
},
"version": "1.0.9"
"version": "1.0.10"
}
8 changes: 4 additions & 4 deletions resources/js/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ const navigations = [
{
name: 'Components',
textValue: 'Just D. Components',
href: 'https://justd.co',
href: 'https://getjustd.com',
className: 'justify-between'
},
{
name: 'Colors',
textValue: 'Just D. Colors',
href: 'https://justd.co/colors',
href: 'https://getjustd.com/colors',
className: 'justify-between'
},
{
Expand Down Expand Up @@ -176,11 +176,11 @@ function UserMenu() {
Documentation
<IconBrandLaravel />
</MenuItem>
<MenuItem target="_blank" href="https://justd.co" className="justify-between">
<MenuItem target="_blank" href="https://getjustd.com" className="justify-between">
Components
<IconBrandJustd />
</MenuItem>
<MenuItem target="_blank" href="https://justd.co/colors" className="justify-between">
<MenuItem target="_blank" href="https://getjustd.com/colors" className="justify-between">
Colors
<IconColorSwatch />
</MenuItem>
Expand Down
4 changes: 2 additions & 2 deletions resources/js/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Card, CardDescription, CardHeader, CardTitle, cn, Grid, GridCollection,
const items = [
{
name: 'Just D.',
url: 'https://justd.co',
url: 'https://getjustd.com',
icon: IconBrandJustd,
description:
' Just D. is a chill set of React components, built on top of React Aria Components, all about keeping the web accessible.'
Expand Down Expand Up @@ -67,7 +67,7 @@ export default function Home() {
<div>
<div className="sm:p-20">
<Link
href="https://justd.co"
href="https://getjustd.com"
target="_blank"
className="grid place-content-center size-12 outline-1 outline-border rounded-full"
>
Expand Down

0 comments on commit 53fb7b0

Please sign in to comment.