Skip to content

Commit

Permalink
Merge pull request #120 from justdlabs/laravel-11.x
Browse files Browse the repository at this point in the history
Laravel 11.x
  • Loading branch information
irsyadadl authored Nov 18, 2024
2 parents aed14d9 + c7560d7 commit 462cda2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@


## [1.1.6](https://github.com/justdlabs/inertia.ts/compare/1.1.5...1.1.6) (2024-11-18)
## [1.1.7](https://github.com/justdlabs/inertia.ts/compare/1.1.6...1.1.7) (2024-11-18)


### Bug Fixes

* upgrade icons ([1606bf0](https://github.com/justdlabs/inertia.ts/commit/1606bf09cfa65ba464a0b42b9d7f0dd2b4c8d9c9))

## [1.1.6](https://github.com/justdlabs/inertia.ts/compare/1.1.5...1.1.6) (2024-11-18)

### Bug Fixes

* syncing ([1d8f16e](https://github.com/justdlabs/inertia.ts/commit/1d8f16eedeafbc623f69833910740ae36bad2f74))
- syncing ([1d8f16e](https://github.com/justdlabs/inertia.ts/commit/1d8f16eedeafbc623f69833910740ae36bad2f74))

## [1.1.5](https://github.com/justdlabs/inertia.ts/compare/1.1.4...1.1.5) (2024-11-18)

Expand Down
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.1.6",
"version": "1.1.7",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": [
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^11.11.10",
"justd-icons": "^1.5.0",
"justd-icons": "^1.7.9",
"react-aria-components": "^1.4.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4",
Expand Down Expand Up @@ -80,5 +80,5 @@
}
}
},
"version": "1.1.6"
"version": "1.1.7"
}

0 comments on commit 462cda2

Please sign in to comment.