Skip to content

Commit 4ff3cfa

Browse files
committed
2.0.8 -> 2.0.9
1 parent 4498b88 commit 4ff3cfa

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

package-lock.json

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inertiajs/core",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"license": "MIT",
55
"description": "A framework for creating server-driven single page apps.",
66
"contributors": [

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inertiajs/react",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
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 || ^19.0.0"
6060
},
6161
"dependencies": {
62-
"@inertiajs/core": "2.0.8",
62+
"@inertiajs/core": "2.0.9",
6363
"es-toolkit": "^1.33.0"
6464
}
6565
}

packages/svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inertiajs/svelte",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"license": "MIT",
55
"description": "The Svelte adapter for Inertia.js",
66
"contributors": [
@@ -43,7 +43,7 @@
4343
"svelte": "^4.0.0 || ^5.0.0 || ^5.0.0-next.244"
4444
},
4545
"dependencies": {
46-
"@inertiajs/core": "2.0.8",
46+
"@inertiajs/core": "2.0.9",
4747
"es-toolkit": "^1.33.0",
4848
"html-escape": "^2.0.0"
4949
},

packages/vue3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inertiajs/vue3",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"license": "MIT",
55
"description": "The Vue 3 adapter for Inertia.js",
66
"contributors": [
@@ -58,7 +58,7 @@
5858
"vue": "^3.0.0"
5959
},
6060
"dependencies": {
61-
"@inertiajs/core": "2.0.8",
61+
"@inertiajs/core": "2.0.9",
6262
"es-toolkit": "^1.33.0"
6363
}
6464
}

0 commit comments

Comments
 (0)