Skip to content

Commit 1e771ef

Browse files
committed
chore: release v0.3.2
1 parent 9f35895 commit 1e771ef

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

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

3+
## [0.3.2] - 2025-05-16
4+
5+
It is now recommended to use a single nuxtify module config key (merge `nuxtifyCore` into `nuxtifyPages`).
6+
7+
### Changes
8+
9+
- feat: use a single nuxt config key
10+
- fix: use new nuxtifyConfig keys
11+
- fix(types): nuxtifyConfig
12+
- dx: suppress duplicate imports warnings
13+
- chore(deps): update nuxtify core
14+
315
## [0.3.1] - 2025-05-15
416

517
- fix(deps): explicitly add defu
618

719
## [0.3.0] - 2025-05-15
820

21+
_This release was not published to npm due to a build error. Please use `v0.3.1`._
22+
923
### 🚨 Breaking Changes
1024

11-
- Change `nuxtifyConfig.footer.credits` to `nuxtifyConfig.credits`
12-
- Change `nuxtifyConfig.pages.policies` to `nuxtifyConfig.policies`
25+
- Change `nuxtifyConfig.footer.credits` to `nuxtifyConfig.credits`.
26+
- Change `nuxtifyConfig.pages.policies` to `nuxtifyConfig.policies`.
1327

1428
### Changes
1529

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtify/pages",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Nuxtify pages module powered by Nuxt and Vuetify.",
55
"license": "MIT",
66
"homepage": "https://nuxtify.dev",

0 commit comments

Comments
 (0)