Skip to content

Commit 301598a

Browse files
committed
chore(release): v2.0.5
1 parent fd7f005 commit 301598a

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v2.0.5
4+
5+
[compare changes](https://github.com/Maiquu/nuxt-quasar/compare/v2.0.4...v2.0.5)
6+
7+
### 🩹 Fixes
8+
9+
- **playground:** Page/layout ([46ab87f](https://github.com/Maiquu/nuxt-quasar/commit/46ab87f))
10+
- Import `defineNuxtPlugin` from `#imports` ([fd7f005](https://github.com/Maiquu/nuxt-quasar/commit/fd7f005))
11+
12+
### ❤️ Contributors
13+
14+
- Ege İliklier ([@Maiquu](http://github.com/Maiquu))
15+
316
## v2.0.4
417

518
[compare changes](https://github.com/Maiquu/nuxt-quasar/compare/v2.0.3...v2.0.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-quasar-ui",
33
"type": "module",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"packageManager": "pnpm@8.6.7",
66
"description": "Quasar Module for Nuxt (Unofficial)",
77
"license": "MIT",

src/runtime/provide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { defineNuxtPlugin } from '#imports'
21
import { useQuasar } from 'quasar'
2+
import { defineNuxtPlugin } from '#imports'
33

44
export default defineNuxtPlugin(() => {
55
return {

0 commit comments

Comments
 (0)