From 3fb22b36600d335075b7fcf1545e9284bef96ad3 Mon Sep 17 00:00:00 2001 From: "OBE (Online Business Engineering)" <33532265+oberocks@users.noreply.github.com> Date: Wed, 28 Feb 2024 19:13:15 -0500 Subject: [PATCH] 1.0.1 - fixing bug in app.ts generator that needed a switch of ZiggyVue import to composer pkg and not npm pkg --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd7c738..9290330 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ sail artisan ziggy:generate > 1.0.0 - breaking change update due to ziggy package change - ./resources/js/ziggy.js file now needs to be ziggy typed with the "Config" ziggy typescript interface - which is also now in the ziggy vendor php package and not npm +> v1.0.1 - breaking change update due to ziggy package change - ./resources/js/app.ts file now needs it's ZiggyVue import to pull from composer/php package and no longer from npm package +