Skip to content

Commit ca7e7cb

Browse files
committed
v1.0.16
1 parent 996e58f commit ca7e7cb

File tree

7 files changed

+23
-19
lines changed

7 files changed

+23
-19
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
For 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))

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -59,7 +59,7 @@
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
}

packages/svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -28,7 +28,7 @@
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
}

packages/vue2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -58,7 +58,7 @@
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
}

packages/vue3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -56,7 +56,7 @@
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
}

0 commit comments

Comments
 (0)