Skip to content

Commit 62bc0e7

Browse files
committed
v1.0.3
1 parent 861d0f7 commit 62bc0e7

File tree

7 files changed

+31
-25
lines changed

7 files changed

+31
-25
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ 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.2...HEAD)
10+
## [Unreleased](https://github.com/inertiajs/inertia/compare/v1.0.3...HEAD)
1111

12-
- Add initialization callback to form helper in Vue adapters (#1516)
12+
- Nothing!
13+
14+
## [v1.0.3](https://github.com/inertiajs/inertia/compare/v1.0.2...v1.0.3)
15+
16+
### Added
17+
18+
- Added initialization callback to form helper in Vue adapters (#1516)
1319

1420
## [v1.0.2](https://github.com/inertiajs/inertia/compare/v1.0.1...v1.0.2)
1521

package-lock.json

Lines changed: 14 additions & 14 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": "1.0.2",
3+
"version": "1.0.3",
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": "1.0.2",
3+
"version": "1.0.3",
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.2",
62+
"@inertiajs/core": "1.0.3",
6363
"lodash.isequal": "^4.5.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": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"description": "The Svelte adapter for Inertia.js",
66
"contributors": [
@@ -28,7 +28,7 @@
2828
"svelte": "^3.20.0"
2929
},
3030
"dependencies": {
31-
"@inertiajs/core": "1.0.2",
31+
"@inertiajs/core": "1.0.3",
3232
"lodash.isequal": "^4.5.0"
3333
}
3434
}

packages/vue2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inertiajs/vue2",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"description": "The Vue 2 adapter for Inertia.js",
66
"contributors": [
@@ -58,7 +58,7 @@
5858
"vue": "^2.6.0"
5959
},
6060
"dependencies": {
61-
"@inertiajs/core": "1.0.2",
61+
"@inertiajs/core": "1.0.3",
6262
"lodash.clonedeep": "^4.5.0",
6363
"lodash.isequal": "^4.5.0"
6464
}

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": "1.0.2",
3+
"version": "1.0.3",
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.2",
59+
"@inertiajs/core": "1.0.3",
6060
"lodash.clonedeep": "^4.5.0",
6161
"lodash.isequal": "^4.5.0"
6262
}

0 commit comments

Comments
 (0)