Skip to content

Commit

Permalink
chore(#693): add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 29, 2024
1 parent de2f83e commit 44d5ad5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .changeset/forty-jeans-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
"druxt-breadcrumb": minor
"druxt-blocks": minor
"druxt-entity": minor
"druxt-router": minor
"druxt-schema": minor
"druxt": minor
"druxt-views": minor
"druxt-menu": minor
"druxt-site": minor
---

feat(#693): update Nuxt modules to use @nuxt/kit.

⚠ Breaking changes

Node version >=18 is required to use `@nuxt/kit`.

Nuxt module location has changed to 'druxt(-[MODULE])/nuxt' and must be updated
in your `nuxt.config.js`.

e.g.
```diff
- modules: ['druxt-site'],
+ modules: ['druxt-site/nuxt'],
```

0 comments on commit 44d5ad5

Please sign in to comment.