diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14d5bd9..320f60b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
diff --git a/bun.lockb b/bun.lockb
index f808d0f..8c50bcb 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/composer.json b/composer.json
index c25fa31..a9f8cda 100644
--- a/composer.json
+++ b/composer.json
@@ -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": [
diff --git a/composer.lock b/composer.lock
index 1721d50..2c7009c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "b23173b811e6660dbca4148bcacdc348",
+ "content-hash": "5c2532263f227165d6ba4509035c4e17",
"packages": [
{
"name": "amphp/amp",
diff --git a/justd.json b/justd.json
index 36efd86..644bcaf 100644
--- a/justd.json
+++ b/justd.json
@@ -1,4 +1,4 @@
{
- "$schema": "http://justd.co",
+ "$schema": "https://getjustd.com",
"ui": "resources/js/components/ui"
}
diff --git a/package.json b/package.json
index 01e79d2..e56cc50 100644
--- a/package.json
+++ b/package.json
@@ -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"
@@ -79,5 +79,5 @@
}
}
},
- "version": "1.0.9"
+ "version": "1.0.10"
}
diff --git a/resources/js/components/navbar.tsx b/resources/js/components/navbar.tsx
index 7f1488f..c3e24f0 100644
--- a/resources/js/components/navbar.tsx
+++ b/resources/js/components/navbar.tsx
@@ -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'
},
{
@@ -176,11 +176,11 @@ function UserMenu() {
Documentation
-