From 62bc0e74614c354fc2e37f1133ce540c8fe6d9c7 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Thu, 13 Apr 2023 23:27:19 -0400 Subject: [PATCH] v1.0.3 --- CHANGELOG.md | 10 ++++++++-- package-lock.json | 28 ++++++++++++++-------------- packages/core/package.json | 2 +- packages/react/package.json | 4 ++-- packages/svelte/package.json | 4 ++-- packages/vue2/package.json | 4 ++-- packages/vue3/package.json | 4 ++-- 7 files changed, 31 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66888ed34..076dfa9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,15 @@ 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.2...HEAD) +## [Unreleased](https://github.com/inertiajs/inertia/compare/v1.0.3...HEAD) -- Add initialization callback to form helper in Vue adapters (#1516) +- Nothing! + +## [v1.0.3](https://github.com/inertiajs/inertia/compare/v1.0.2...v1.0.3) + +### Added + +- Added initialization callback to form helper in Vue adapters (#1516) ## [v1.0.2](https://github.com/inertiajs/inertia/compare/v1.0.1...v1.0.2) diff --git a/package-lock.json b/package-lock.json index 71dc1e600..c9c94d7db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3168,7 +3168,7 @@ }, "packages/core": { "name": "@inertiajs/core", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "axios": "^1.2.0", @@ -3188,10 +3188,10 @@ }, "packages/react": { "name": "@inertiajs/react", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "lodash.isequal": "^4.5.0" }, "devDependencies": { @@ -3207,10 +3207,10 @@ }, "packages/svelte": { "name": "@inertiajs/svelte", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "lodash.isequal": "^4.5.0" }, "peerDependencies": { @@ -3219,10 +3219,10 @@ }, "packages/vue2": { "name": "@inertiajs/vue2", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" }, @@ -3237,10 +3237,10 @@ }, "packages/vue3": { "name": "@inertiajs/vue3", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" }, @@ -3827,7 +3827,7 @@ "@inertiajs/react": { "version": "file:packages/react", "requires": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "@types/react": "^16.9.1", "@types/react-dom": "^16.9.17", "esbuild": "^0.16.13", @@ -3841,7 +3841,7 @@ "requires": { "@inertiajs/react": "^1.0.0-beta.2", "@types/react": "^16.14.35", - "@types/react-dom": "^16.9.17", + "@types/react-dom": "^16.9.18", "@vitejs/plugin-react": "^3.0.0", "autoprefixer": "^10.4.13", "axios": "^1.1.2", @@ -3858,7 +3858,7 @@ "@inertiajs/svelte": { "version": "file:packages/svelte", "requires": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "lodash.isequal": "^4.5.0" } }, @@ -3881,7 +3881,7 @@ "@inertiajs/vue2": { "version": "file:packages/vue2", "requires": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "esbuild": "^0.16.13", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0", @@ -3909,7 +3909,7 @@ "@inertiajs/vue3": { "version": "file:packages/vue3", "requires": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "esbuild": "^0.16.13", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0", diff --git a/packages/core/package.json b/packages/core/package.json index e82583540..f371afa89 100755 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@inertiajs/core", - "version": "1.0.2", + "version": "1.0.3", "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 58105ecac..34b673a68 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@inertiajs/react", - "version": "1.0.2", + "version": "1.0.3", "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.2", + "@inertiajs/core": "1.0.3", "lodash.isequal": "^4.5.0" } } diff --git a/packages/svelte/package.json b/packages/svelte/package.json index c4a38ef15..9d1f32eda 100755 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@inertiajs/svelte", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "description": "The Svelte adapter for Inertia.js", "contributors": [ @@ -28,7 +28,7 @@ "svelte": "^3.20.0" }, "dependencies": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "lodash.isequal": "^4.5.0" } } diff --git a/packages/vue2/package.json b/packages/vue2/package.json index 9de6fed1e..e784368b5 100755 --- a/packages/vue2/package.json +++ b/packages/vue2/package.json @@ -1,6 +1,6 @@ { "name": "@inertiajs/vue2", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "description": "The Vue 2 adapter for Inertia.js", "contributors": [ @@ -58,7 +58,7 @@ "vue": "^2.6.0" }, "dependencies": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" } diff --git a/packages/vue3/package.json b/packages/vue3/package.json index 9ad7e9eb4..354af5343 100755 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@inertiajs/vue3", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "description": "The Vue 3 adapter for Inertia.js", "contributors": [ @@ -56,7 +56,7 @@ "vue": "^3.0.0" }, "dependencies": { - "@inertiajs/core": "1.0.2", + "@inertiajs/core": "1.0.3", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0" }