Skip to content

Commit 462cda2

Browse files
authored
Merge pull request #120 from justdlabs/laravel-11.x
Laravel 11.x
2 parents aed14d9 + c7560d7 commit 462cda2

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11

22

3-
## [1.1.6](https://github.com/justdlabs/inertia.ts/compare/1.1.5...1.1.6) (2024-11-18)
3+
## [1.1.7](https://github.com/justdlabs/inertia.ts/compare/1.1.6...1.1.7) (2024-11-18)
4+
5+
6+
### Bug Fixes
7+
8+
* upgrade icons ([1606bf0](https://github.com/justdlabs/inertia.ts/commit/1606bf09cfa65ba464a0b42b9d7f0dd2b4c8d9c9))
49

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

612
### Bug Fixes
713

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

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "justd/laravel",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"type": "project",
55
"description": "The skeleton application for the Laravel framework.",
66
"keywords": [

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"clsx": "^2.1.1",
4040
"framer-motion": "^11.11.10",
41-
"justd-icons": "^1.5.0",
41+
"justd-icons": "^1.7.9",
4242
"react-aria-components": "^1.4.1",
4343
"sonner": "^1.5.0",
4444
"tailwind-merge": "^2.5.4",
@@ -80,5 +80,5 @@
8080
}
8181
}
8282
},
83-
"version": "1.1.6"
83+
"version": "1.1.7"
8484
}

0 commit comments

Comments
 (0)