Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Aug 9, 2023
1 parent ea6a634 commit 23a426d
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 23 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

For changes prior to v1.0.0, see the [legacy releases](https://legacy.inertiajs.com/releases).

## [Unreleased](https://github.com/inertiajs/inertia/compare/v1.0.9...HEAD)
## [Unreleased](https://github.com/inertiajs/inertia/compare/v1.0.10...HEAD)

- Nothing!

## [v1.0.10](https://github.com/inertiajs/inertia/compare/v1.0.9...v1.0.10)

- Fix Svelte's `useForm` helper ([#1610](https://github.com/inertiajs/inertia/pull/1590))

## [v1.0.9](https://github.com/inertiajs/inertia/compare/v1.0.8...v1.0.9)

- Fix `<Head>` vNode handling in Vue 3 adapter ([#1590](https://github.com/inertiajs/inertia/pull/1590))
Expand Down
28 changes: 15 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@inertiajs/core",
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",
"description": "A framework for creating server-driven single page apps.",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@inertiajs/react",
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",
"description": "The React adapter for Inertia.js",
"contributors": [
Expand Down Expand Up @@ -59,7 +59,7 @@
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@inertiajs/core": "1.0.9",
"@inertiajs/core": "1.0.10",
"lodash.isequal": "^4.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@inertiajs/svelte",
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",
"description": "The Svelte adapter for Inertia.js",
"contributors": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"svelte": "^3.20.0 || ^4.0.0"
},
"dependencies": {
"@inertiajs/core": "1.0.9",
"@inertiajs/core": "1.0.10",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vue2/package.json
@@ -1,6 +1,6 @@
{
"name": "@inertiajs/vue2",
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",
"description": "The Vue 2 adapter for Inertia.js",
"contributors": [
Expand Down Expand Up @@ -58,7 +58,7 @@
"vue": "^2.7.0"
},
"dependencies": {
"@inertiajs/core": "1.0.9",
"@inertiajs/core": "1.0.10",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3/package.json
@@ -1,6 +1,6 @@
{
"name": "@inertiajs/vue3",
"version": "1.0.9",
"version": "1.0.10",
"license": "MIT",
"description": "The Vue 3 adapter for Inertia.js",
"contributors": [
Expand Down Expand Up @@ -56,7 +56,7 @@
"vue": "^3.0.0"
},
"dependencies": {
"@inertiajs/core": "1.0.9",
"@inertiajs/core": "1.0.10",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0"
}
Expand Down

0 comments on commit 23a426d

Please sign in to comment.