From 53355ee4416d888eee04c1b0051f4e3c51a47877 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 14 Mar 2024 09:39:54 +0100 Subject: [PATCH] release: unplugin-vue-router@0.8.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e98da222..b5637ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.8.5](https://github.com/posva/unplugin-vue-router/compare/v0.8.4...v0.8.5) (2024-03-14) + +### Bug Fixes + +- avoid invalid modules with definePage query ([25bbec3](https://github.com/posva/unplugin-vue-router/commit/25bbec33cc963dab2a596a4626e9077762e000db)), closes [#338](https://github.com/posva/unplugin-vue-router/issues/338) + ## [0.8.4](https://github.com/posva/unplugin-vue-router/compare/v0.8.3...v0.8.4) (2024-02-24) This patch contains the necessary fixes to allow importing the data loaders. However, they cannot be imported from `vue-router/auto` nor from `unplugin-vue-router/runtime`. Instead, they should be imported from `unplugin-vue-router/data-loaders/...`. This is needed as some of the loaders depends on extra packages that not all users have installed. At the moment, there are two data loaders diff --git a/package.json b/package.json index 15dbbb1b..5aeaa31b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unplugin-vue-router", - "version": "0.8.4", + "version": "0.8.5", "packageManager": "pnpm@8.15.4", "description": "File based typed routing for Vue Router", "keywords": [