Skip to content

Commit 2ca0409

Browse files
committed
v2.0.5
1 parent b7600de commit 2ca0409

File tree

6 files changed

+19
-15
lines changed

6 files changed

+19
-15
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/v2.0.3...HEAD)
10+
## [Unreleased](https://github.com/inertiajs/inertia/compare/v2.0.5...HEAD)
11+
12+
- Nothing yet
13+
14+
## [v2.0.5](https://github.com/inertiajs/inertia/compare/v2.0.4...v2.0.5)
1115

1216
- Fix history state errors by nicholaspufal ([#2265](https://github.com/inertiajs/inertia/pull/2265))
1317
- Bump axios from 1.7.9 to 1.8.2 ([#2269](https://github.com/inertiajs/inertia/pull/2269))

package-lock.json

+7-7
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": "2.0.4",
3+
"version": "2.0.5",
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": "2.0.4",
3+
"version": "2.0.5",
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.4",
62+
"@inertiajs/core": "2.0.5",
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": "2.0.4",
3+
"version": "2.0.5",
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.4",
46+
"@inertiajs/core": "2.0.5",
4747
"html-escape": "^2.0.0",
4848
"lodash": "^4.5.0"
4949
},

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": "2.0.4",
3+
"version": "2.0.5",
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.4",
61+
"@inertiajs/core": "2.0.5",
6262
"lodash.clonedeep": "^4.5.0",
6363
"lodash.isequal": "^4.5.0"
6464
}

0 commit comments

Comments
 (0)