File tree Expand file tree Collapse file tree 7 files changed +23
-19
lines changed
Expand file tree Collapse file tree 7 files changed +23
-19
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88For changes prior to v1.0.0, see the [ legacy releases] ( https://legacy.inertiajs.com/releases ) .
99
10- ## [ Unreleased] ( https://github.com/inertiajs/inertia/compare/v1.0.15...HEAD )
10+ ## [ Unreleased] ( https://github.com/inertiajs/inertia/compare/v1.0.16...HEAD )
11+
12+ - Nothing yet!
13+
14+ ## [ v1.0.16] ( https://github.com/inertiajs/inertia/compare/v1.0.15...v1.0.16 )
1115
1216- Fix Svelte 4 slot rendering issues ([ #1763 ] ( https://github.com/inertiajs/inertia/pull/1763 ) )
1317- Fix accessibility warning in Svelte ` Link ` component ([ #1858 ] ( https://github.com/inertiajs/inertia/pull/1858 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @inertiajs/core" ,
3- "version" : " 1.0.15 " ,
3+ "version" : " 1.0.16 " ,
44 "license" : " MIT" ,
55 "description" : " A framework for creating server-driven single page apps." ,
66 "contributors" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @inertiajs/react" ,
3- "version" : " 1.0.15 " ,
3+ "version" : " 1.0.16 " ,
44 "license" : " MIT" ,
55 "description" : " The React adapter for Inertia.js" ,
66 "contributors" : [
5959 "react" : " ^16.9.0 || ^17.0.0 || ^18.0.0"
6060 },
6161 "dependencies" : {
62- "@inertiajs/core" : " 1.0.15 " ,
62+ "@inertiajs/core" : " 1.0.16 " ,
6363 "lodash.isequal" : " ^4.5.0"
6464 }
6565}
Original file line number Diff line number Diff line change 11{
22 "name" : " @inertiajs/svelte" ,
3- "version" : " 1.0.15 " ,
3+ "version" : " 1.0.16 " ,
44 "license" : " MIT" ,
55 "description" : " The Svelte adapter for Inertia.js" ,
66 "contributors" : [
2828 "svelte" : " ^3.20.0 || ^4.0.0"
2929 },
3030 "dependencies" : {
31- "@inertiajs/core" : " 1.0.15 " ,
31+ "@inertiajs/core" : " 1.0.16 " ,
3232 "lodash.clonedeep" : " ^4.5.0" ,
3333 "lodash.isequal" : " ^4.5.0"
3434 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @inertiajs/vue2" ,
3- "version" : " 1.0.15 " ,
3+ "version" : " 1.0.16 " ,
44 "license" : " MIT" ,
55 "description" : " The Vue 2 adapter for Inertia.js" ,
66 "contributors" : [
5858 "vue" : " ^2.7.0"
5959 },
6060 "dependencies" : {
61- "@inertiajs/core" : " 1.0.15 " ,
61+ "@inertiajs/core" : " 1.0.16 " ,
6262 "lodash.clonedeep" : " ^4.5.0" ,
6363 "lodash.isequal" : " ^4.5.0"
6464 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @inertiajs/vue3" ,
3- "version" : " 1.0.15 " ,
3+ "version" : " 1.0.16 " ,
44 "license" : " MIT" ,
55 "description" : " The Vue 3 adapter for Inertia.js" ,
66 "contributors" : [
5656 "vue" : " ^3.0.0"
5757 },
5858 "dependencies" : {
59- "@inertiajs/core" : " 1.0.15 " ,
59+ "@inertiajs/core" : " 1.0.16 " ,
6060 "lodash.clonedeep" : " ^4.5.0" ,
6161 "lodash.isequal" : " ^4.5.0"
6262 }
You can’t perform that action at this time.
0 commit comments