Skip to content

Commit f261c15

Browse files
committed
chore: release v0.3.0
1 parent 4ec4108 commit f261c15

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

CHANGELOG.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,39 @@
11
# Changelog
22

3+
## [0.3.0] - 2025-05-15
4+
5+
### 🚨 Breaking Changes
6+
7+
- Change `nuxtifyConfig.footer.credits` to `nuxtifyConfig.credits`
8+
- Change `nuxtifyConfig.pages.policies` to `nuxtifyConfig.policies`
9+
10+
### Changes
11+
12+
- refactor!: use @nuxtify/core module
13+
14+
### Fixes
15+
16+
- fix: add dialog to default layout
17+
- fix: use brand name variable for index page
18+
- fix: slug and unslugify utils
19+
- fix: add license
20+
21+
### DX
22+
23+
- dx: playground improvements
24+
- docs: update readme
25+
- chore(deps): update packages
26+
327
## [0.2.1] - 2025-05-08
428

529
- chore(deps): update nuxt minor
630
- chore(deps): update minors
731

832
## [0.2.0] - 2025-05-02
933

10-
### Migration
34+
### 🚨 Breaking Changes
1135

12-
Change `nuxtify` module key to `nuxtifyPages`.
36+
- Change `nuxtify` module key to `nuxtifyPages`
1337

1438
### Changes
1539

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@nuxtify/pages",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Nuxtify pages module powered by Nuxt and Vuetify.",
55
"license": "MIT",
6-
"homepage": "https://nuxtify.dev/",
6+
"homepage": "https://nuxtify.dev",
77
"author": "Nuxtify.dev <[email protected]>",
88
"funding": "https://github.com/sponsors/davidstackio",
99
"repository": {

0 commit comments

Comments
 (0)