Skip to content

Commit 4e76022

Browse files
committed
chore(release): v0.6.0
1 parent 05a3b32 commit 4e76022

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## v0.6.0
4+
5+
[compare changes](https://github.com/nuxtify-dev/core/compare/v0.5.0...v0.6.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Add dialog action.loading prop ([0ca94a6](https://github.com/nuxtify-dev/core/commit/0ca94a6))
10+
- **UI:** Add chip to announcement bar ([c33c781](https://github.com/nuxtify-dev/core/commit/c33c781))
11+
- Add analytics composable ([a70b9c5](https://github.com/nuxtify-dev/core/commit/a70b9c5))
12+
- Add useRouteParam composable ([8d44538](https://github.com/nuxtify-dev/core/commit/8d44538))
13+
14+
### 🩹 Fixes
15+
16+
- **dx:** Relax image format types ([d06f59f](https://github.com/nuxtify-dev/core/commit/d06f59f))
17+
18+
### 💅 Refactors
19+
20+
- **playground:** Create DemoCore component ([bc31be6](https://github.com/nuxtify-dev/core/commit/bc31be6))
21+
22+
### 📖 Documentation
23+
24+
- Use npmx.dev in readme ([05a3b32](https://github.com/nuxtify-dev/core/commit/05a3b32))
25+
26+
### 🏡 Chore
27+
28+
- Spelling ([15c8e9f](https://github.com/nuxtify-dev/core/commit/15c8e9f))
29+
- Prefer nuxt to nuxi ([f19e799](https://github.com/nuxtify-dev/core/commit/f19e799))
30+
331
## [0.5.0] - 2026-02-07
432

533
- feat: use nuxt image module

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtify/core",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Nuxtify core module powered by Nuxt and Vuetify.",
55
"homepage": "https://nuxtify.dev",
66
"author": "Nuxtify.dev <hello@nuxtify.dev>",

0 commit comments

Comments
 (0)