Skip to content

Commit cd995bd

Browse files
committed
chore: release v0.4.0
1 parent da04f61 commit cd995bd

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## [0.4.0] - 2025-05-21
4+
5+
### 🚨 Breaking Changes
6+
7+
- Change `nuxtifyConfig.navigation.footerPrimary` to `nuxtifyConfig.navigation.altPrimary`.
8+
- Change `nuxtifyConfig.navigation.footerSecondary` to `nuxtifyConfig.navigation.altSecondary`.
9+
10+
### Changes
11+
12+
- fix: undefined error
13+
- refactor!: rename navigation config names
14+
- refactor: move navigation config to core
15+
- refactor(playground): simplify brand name
16+
- chore(deps): update minors
17+
318
## [0.3.3] - 2025-05-16
419

520
- fix(types): extend core email type

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/pages",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Nuxtify pages module powered by Nuxt and Vuetify.",
55
"license": "MIT",
66
"homepage": "https://nuxtify.dev",

0 commit comments

Comments
 (0)