diff --git a/CHANGELOG.md b/CHANGELOG.md index 043fc31a5..66533166d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ 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.15...HEAD) +## [Unreleased](https://github.com/inertiajs/inertia/compare/v1.0.16...HEAD) + +- Nothing yet! + +## [v1.0.16](https://github.com/inertiajs/inertia/compare/v1.0.15...v1.0.16) - Fix Svelte 4 slot rendering issues ([#1763](https://github.com/inertiajs/inertia/pull/1763)) - Fix accessibility warning in Svelte `Link` component ([#1858](https://github.com/inertiajs/inertia/pull/1858)) diff --git a/package-lock.json b/package-lock.json index 58bf06d8a..6d27c450f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4463,7 +4463,7 @@ }, "packages/core": { "name": "@inertiajs/core", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "dependencies": { "axios": "^1.6.0", @@ -4496,10 +4496,10 @@ }, "packages/react": { "name": "@inertiajs/react", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "dependencies": { - "@inertiajs/core": "1.0.15", + "@inertiajs/core": "1.0.16", "lodash.isequal": "^4.5.0" }, "devDependencies": { @@ -4528,10 +4528,10 @@ }, "packages/svelte": { "name": "@inertiajs/svelte", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "dependencies": { - "@inertiajs/core": "1.0.15", + "@inertiajs/core": "1.0.16", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" }, @@ -4541,10 +4541,10 @@ }, "packages/vue2": { "name": "@inertiajs/vue2", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "dependencies": { - "@inertiajs/core": "1.0.15", + "@inertiajs/core": "1.0.16", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" }, @@ -4572,10 +4572,10 @@ }, "packages/vue3": { "name": "@inertiajs/vue3", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "dependencies": { - "@inertiajs/core": "1.0.15", + "@inertiajs/core": "1.0.16", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" }, diff --git a/packages/core/package.json b/packages/core/package.json index a0fd09b62..e09e81b12 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@inertiajs/core", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "description": "A framework for creating server-driven single page apps.", "contributors": [ diff --git a/packages/react/package.json b/packages/react/package.json index 0fc3e4d91..13f8a5f0d 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@inertiajs/react", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "description": "The React adapter for Inertia.js", "contributors": [ @@ -59,7 +59,7 @@ "react": "^16.9.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@inertiajs/core": "1.0.15", + "@inertiajs/core": "1.0.16", "lodash.isequal": "^4.5.0" } } diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 035053349..004bd7ebe 100755 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@inertiajs/svelte", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "description": "The Svelte adapter for Inertia.js", "contributors": [ @@ -28,7 +28,7 @@ "svelte": "^3.20.0 || ^4.0.0" }, "dependencies": { - "@inertiajs/core": "1.0.15", + "@inertiajs/core": "1.0.16", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" } diff --git a/packages/vue2/package.json b/packages/vue2/package.json index bca41693d..355619efe 100755 --- a/packages/vue2/package.json +++ b/packages/vue2/package.json @@ -1,6 +1,6 @@ { "name": "@inertiajs/vue2", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "description": "The Vue 2 adapter for Inertia.js", "contributors": [ @@ -58,7 +58,7 @@ "vue": "^2.7.0" }, "dependencies": { - "@inertiajs/core": "1.0.15", + "@inertiajs/core": "1.0.16", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" } diff --git a/packages/vue3/package.json b/packages/vue3/package.json index 882b2ee33..4ab75afc6 100755 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@inertiajs/vue3", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "description": "The Vue 3 adapter for Inertia.js", "contributors": [ @@ -56,7 +56,7 @@ "vue": "^3.0.0" }, "dependencies": { - "@inertiajs/core": "1.0.15", + "@inertiajs/core": "1.0.16", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" }