diff --git a/CHANGELOG.md b/CHANGELOG.md index da25041..c23b9d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.3.3 (2024-12-16) + +* fix: input error should not use cn from primitive ([cb816f7](https://github.com/justdlabs/inertia.ts/commit/cb816f7)) + ## 1.3.2 (2024-12-16) * fix: fix actions to use legacy ([0b691e5](https://github.com/justdlabs/inertia.ts/commit/0b691e5)) diff --git a/composer.json b/composer.json index db51d77..959ec15 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "justd/laravel", - "version": "1.3.2", + "version": "1.3.3", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": [ diff --git a/package-lock.json b/package-lock.json index cd12715..d045d8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "inertia.ts", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "1.3.2", + "version": "1.3.3", "dependencies": { "@tailwindcss/vite": "^4.0.0-beta.7", "@types/node": "^22.10.2", diff --git a/package.json b/package.json index 2c73a6f..53fd94f 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,5 @@ } } }, - "version": "1.3.2" + "version": "1.3.3" }